Update Settings Page.

This commit is contained in:
Bruce
2025-11-29 18:19:08 +08:00
parent 87efdc39df
commit cf50b09bf0
111 changed files with 7115 additions and 322 deletions

View File

@@ -0,0 +1,8 @@
(function(global) {
"use strict";
function ready(e) {
Windows.UI.DPI.mode = 1
}
OnLoad.add(ready);
})(this);