Browse Source

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

dzp 1 tháng trước cách đây
mục cha
commit
ed9d042fc5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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];
             };
         };