From eb8d124249e05ad812c2c09edf0071225e8fd3c9 Mon Sep 17 00:00:00 2001 From: Sliverkiss <1393579810@qq.com> Date: Tue, 16 Jan 2024 21:13:47 +0800 Subject: [PATCH] Create aliyun.json --- aliyun.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 aliyun.json diff --git a/aliyun.json b/aliyun.json new file mode 100644 index 0000000..9744d8c --- /dev/null +++ b/aliyun.json @@ -0,0 +1,39 @@ +{ + "id": "aliyun.sub", + "name": "阿里云签到脚本订阅", + "author": "@Sliverkiss", + "icon": "https://raw.githubusercontent.com/Sliverkiss/GoodNight/master/icon/sliverkiss.png", + "repo": "", + "apps": [ + { + "id": "aliyunCheck", + "name": "阿里云签到", + "descs_html": [], + "keys": ["ADriveCheckIn","aliyun_reward"], + "settings": [ + { + "id": "aliyunCheck", + "name": "阿里云ck数据", + "val": null, + "type": "textarea", + "rows": 1, + "desc": "多账号用@分隔" + }, + { + "id": "aliyun_reward", + "name": "是否自动领取奖励", + "val": true, + "type": "boolean", + "desc": "" + }, + ], + "author": "@Sliverkiss", + "repo": "", + "icons": [ + "https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/AliYunDrive.png", + "https://raw.githubusercontent.com/fmz200/wool_scripts/main/icons/apps/AliYunDrive.png" + ], + "script": "" + }, + ] +}