| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "id": "JoJo.app.relsub",
- "name": "JoJo正式订阅",
- "description": "JoJo私人QX应用订阅",
- "author": "@JoJo",
- "icon": "https://avatars.githubusercontent.com/u/16010188",
- "repo": "http://git.jojo21.cf/shawenguan/Quantumult-X",
- "apps": [
- {
- "id": "lkWbankBuYuHepler",
- "name": "阿里云盘签到",
- "desc_html": "⚠️使用说明</br>详情【<a href='https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/ali/lkAliYunPanSignIn.js'><font class='red--text'>点我查看</font></a>】",
- "author": "@jojo",
- "repo": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts",
- "script": "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/ali/lkAliYunPanSignIn.js",
- "icons": [
- "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/aliYunPan.png",
- "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/aliYunPan.png"
- ],
- "scripts": [],
- "keys": [
- "lkWbankBuyuPhone"
- ],
- "settings": [
- {
- "id": "lkIsEnableLogAliYunPanSignIn",
- "name": "开启/关闭日志",
- "val": true,
- "type": "boolean",
- "desc": "默认开启"
- },
- {
- "id": "lkNotifyOnlyFailAliYunPanSignIn",
- "name": "只当执行失败才通知",
- "val": false,
- "type": "boolean",
- "desc": "默认关闭"
- },
- {
- "id": "lkAliYunPanTokenKey",
- "name": "阿里云盘token",
- "val": "",
- "type": "text",
- "desc": "阿里云盘token"
- },
- {
- "id": "lkAliYunPanRefreshTokenKey",
- "name": "阿里云盘refresh_token",
- "val": "",
- "type": "text",
- "desc": "阿里云盘refresh_token"
- }
- ]
- }
- ]
- }
|