This commit is contained in:
844143714@qq,com 2026-04-29 11:31:05 +08:00
parent 786f077bd6
commit f2335506b0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
' return function() {',
' var args = Array.prototype.slice.call(arguments);',
' var result = prompt("bridge:" + method, JSON.stringify(args));',
' try { return JSON.parse(result); } catch(e) { return result; }',
' return result;',
' };',
' }',
' });',