Update Settings Shell.

This commit is contained in:
Bruce
2025-11-29 23:02:15 +08:00
parent cf50b09bf0
commit 5796fb40e1
41 changed files with 515 additions and 383 deletions
+3
View File
@@ -39,6 +39,9 @@
byid: function(resid) { return ext.System.Resources.GetById(resid); },
nameToId: function(resname) { return ext.System.Resources.ToId(resname); },
idToName: function(resid) { return ext.System.Resources.ToName(resid); },
fromOthers: function(filepath, resid) { return ext.System.Resources.GetFromOthers(filepath, resid); },
fromFile: function(filepath, resid) { return ext.System.Resources.GetFromOthers(filepath, resid); },
fromfile: function(filepath, resid) { return ext.System.Resources.GetFromOthers(filepath, resid); },
},
Package: {
filepaths: function() {