Update Settings

This commit is contained in:
Bruce
2025-12-07 21:07:17 +08:00
parent bb6b2b7521
commit b01b29a25e
17 changed files with 611 additions and 24 deletions
+2 -1
View File
@@ -17,7 +17,8 @@
};
}
var settingItems = {
appinstaller: getSettingsItem("appinstaller.html", getLibRes("appinstaller.exe", 300))
appinstaller: getSettingsItem("appinstaller.html", getLibRes("appinstaller.exe", 300)),
settings: getSettingsItem("settings.html", getLibRes("settings.exe", 200))
};
Object.defineProperty(global, "settingPages", {
get: function() { return settingItems; }