shawenguan 2 年之前
父節點
當前提交
b503a10739
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      Scripts/tglinks/TgLinksHelper.js

+ 3 - 4
Scripts/tglinks/TgLinksHelper.js

@@ -19,12 +19,11 @@ if (matches) {
     // rHtmlText = rHtmlText.replace(regex2, 'var protoUrl=null');
 
     // rHtmlText = rHtmlText.replace('if\s*\(true\)\s*\{', 'if (false) {');
-
-
-
     htmlText = rHtmlText;
+
+    lk.msg('在Nicegram里打开', '', '', newHref);
 }
-$done({
+lk.done({
   body: htmlText
 });