mirror of
https://github.com/Zippland/Snap-Solver.git
synced 2026-02-24 08:20:19 +08:00
refactor(settings): update API URL settings naming and simplify collapsible UI
This commit is contained in:
@@ -1416,7 +1416,7 @@ class SettingsManager {
|
||||
});
|
||||
});
|
||||
|
||||
// 默认展开API基础URL设置区域
|
||||
// 默认展开中转 API url 设置区域
|
||||
const apiBaseUrlHeader = document.querySelector('.api-url-settings .collapsible-header');
|
||||
if (apiBaseUrlHeader) {
|
||||
const content = apiBaseUrlHeader.nextElementSibling;
|
||||
|
||||
Reference in New Issue
Block a user