| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "id": "JoJo.app.relsub",
- "name": "JoJo正式脚本订阅",
- "description": "JoJo私人脚本订阅集合",
- "author": "@JoJo",
- "icon": "https://avatars.githubusercontent.com/u/16010188",
- "repo": "http://git.jojo21.cf/shawenguan/Quantumult-X",
- "apps": [
- {
- "id": "lkAliYunPanHepler",
- "name": "阿里云盘签到",
- "desc_html": "⚠️使用说明</br>详情【<a href='https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Scripts/ali/aliYunPanSignIn.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/aliYunPanSignIn.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": [
- "lkAliYunPanTokenKey",
- "lkAliYunPanRefreshTokenKey"
- ],
- "settings": [
- {
- "id": "lkIsEnableLogAliYunPanHepler",
- "name": "开启/关闭日志",
- "val": true,
- "type": "boolean",
- "desc": "默认开启"
- },
- {
- "id": "lkNotifyOnlyFailAliYunPanHepler",
- "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"
- }
- ]
- },
- {
- "id": "lkBoDianHelper",
- "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/bodian/bodianSignIn.js",
- "icons": [
- "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/bodianMusic.png",
- "https://git.jojo21.cf/shawenguan/Quantumult-X/raw/master/Icons/bodianMusic.png"
- ],
- "scripts": [],
- "keys": [
- "lkBodianMusicTokenKey"
- ],
- "settings": [
- {
- "id": "lkBodianMusicTokenKey",
- "name": "波点音乐token",
- "val": "",
- "type": "text",
- "desc": "波点音乐token"
- },
- {
- "id": "lkBodianMusicUserIdKey",
- "name": "波点音乐用户ID",
- "val": "",
- "type": "text",
- "desc": "波点音乐用户ID"
- }
- ]
- }
- ]
- }
|