소스 검색

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

dzp 1 개월 전
부모
커밋
ed9d042fc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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];
             };
         };