소스 검색

电信助手

shawenguan 2 년 전
부모
커밋
48cc82cf4e
2개의 변경된 파일45개의 추가작업 그리고 2개의 파일을 삭제
  1. 41 0
      BoxJsSub/release.json
  2. 4 2
      Scripts/telecom/telecom.js

+ 41 - 0
BoxJsSub/release.json

@@ -125,6 +125,47 @@
             ]
         },
         {
+            "id": "lkTelecom",
+            "name": "电信助手",
+            "author": "@jojo",
+            "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts",
+            "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/telecom/telecom.js",
+            "icons": [
+                "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/10000.png",
+                "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/10000.png"
+            ],
+            "scripts": [],
+            "keys": [
+                "lkTelecomToken"
+            ],
+            "settings": [
+                {
+                    "id": "lkTelecomMobile",
+                    "name": "手机号",
+                    "val": "",
+                    "type": "textarea",
+                    "autoGrow": true,
+                    "desc": "手机号"
+                },
+                {
+                    "id": "lkTelecomPassword",
+                    "name": "密码",
+                    "val": "",
+                    "type": "textarea",
+                    "autoGrow": true,
+                    "desc": "密码"
+                },
+                {
+                    "id": "lkTelecomToken",
+                    "name": "token",
+                    "val": "",
+                    "type": "textarea",
+                    "autoGrow": true,
+                    "desc": "token"
+                }
+            ]
+        },
+        {
             "id": "lkThwjHelper",
             "name": "头号玩家助手",
             "author": "@jojo",

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 4 - 2
Scripts/telecom/telecom.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.