Update reader.

This commit is contained in:
Bruce
2026-04-06 13:09:20 +08:00
parent b562d5b5ba
commit 64f3958d7f
55 changed files with 16056 additions and 9780 deletions
+1
View File
@@ -57,6 +57,7 @@
try {
var obj = nodes[i].getAttribute('data-res-resxml');
var strres = external.StringResources;
if (!strres) strres = Bridge.External.WinJsStringRes;
if (strres) {
try {
nodes[i].textContent = strres.get(obj);