fix: 'common' version

This commit is contained in:
2026-07-10 18:31:45 +08:00
parent f773dce315
commit d62a772faa
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ name = name.charAt(0).toLocaleUpperCase() + name.slice(1);
document.title += ` (${name})`;
while (await new Promise(o => setTimeout(o, 1000, true))) {
let result = await Rpc2.invoke('history').catch(() => []);
let result = await Rpc2.invoke('logs').catch(() => []);
let logs = Array.from(result);
for (let record of logs) {