Sfoglia il codice sorgente

SQUASH: feat(xtintin): 增加一个通用的解析服务器表格的工具 re.ParseServerTable

dzp 1 mese fa
parent
commit
ed9d042fc5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      plugins/lib/xtintin/regex.tin

+ 1 - 1
plugins/lib/xtintin/regex.tin

@@ -138,7 +138,7 @@ VAR {服务器渲染的表格数据}  gServerTable   {};
         };
 
         #if { "$gServerTable.helper[callback]" !== "" } {
-            #line sub {escapes;var;func} #delay 0 {
+            #line sub {escapes;var;func} ga.Wait {
                 $gServerTable.helper[callback];
             };
         };