shawenguan 2 tahun lalu
induk
melakukan
b503a10739
1 mengubah file dengan 3 tambahan dan 4 penghapusan
  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(regex2, 'var protoUrl=null');
 
 
     // rHtmlText = rHtmlText.replace('if\s*\(true\)\s*\{', 'if (false) {');
     // rHtmlText = rHtmlText.replace('if\s*\(true\)\s*\{', 'if (false) {');
-
-
-
     htmlText = rHtmlText;
     htmlText = rHtmlText;
+
+    lk.msg('在Nicegram里打开', '', '', newHref);
 }
 }
-$done({
+lk.done({
   body: htmlText
   body: htmlText
 });
 });