🥧Many
This commit is contained in:
parent
253d8a45b1
commit
c3a81f704e
11
README.md
11
README.md
@ -12,11 +12,16 @@
|
||||
## [★](./Dict) Dictionaries
|
||||
### Learning-Markdown
|
||||
> [README](https://github.com/Oreomeow/README#readme)
|
||||
> [learn-md](https://xianbai.me/learn-md/index.html)
|
||||
> [GFM](https://592592.xyz/2020/Github_Flavored_Markdown/#%E7%9B%AE%E5%BD%95)
|
||||
### Docker
|
||||
> [Docker Tutorials | Rookie Tutorials](https://www.runoob.com/docker/docker-tutorial.html)
|
||||
|
||||
|
||||
## [★](./Conf) Configurations
|
||||
- [Env](https://github.com/Oreomeow/VIP/tree/bak/Conf#readme)
|
||||
- [config.sample.sh](https://raw.githubusercontent.com/Oreomeow/VIP/bak/Conf/Qinglong/config.sample.sh)
|
||||
|
||||
|
||||
## [★](./Tasks) Tasks
|
||||
### [<img src="/Icons/qinglong/QL.png" title="QL" width="30" height="30" />][QL] ← More
|
||||
```
|
||||
@ -46,7 +51,6 @@ ql repo https://github.com/JDHelloWorld/jd_scripts.git "jd_|jx_|getJDCookie" "ac
|
||||
|
||||
### Summary
|
||||
> [BoxJs: Sub-Links](./QX/BoxJs#readme)
|
||||
> [Tasks: Sngx TaskSub-Links](https://github.com/Youthsongs/QuanX/tree/master/task#readme)
|
||||
|
||||
|
||||
## [★](./Scripts) Scripts
|
||||
@ -55,8 +59,5 @@ ql repo https://github.com/JDHelloWorld/jd_scripts.git "jd_|jx_|getJDCookie" "ac
|
||||
> Scheduled task control panel for python and javaScript
|
||||
|
||||
|
||||
## [★](./Conf) Configurations
|
||||
|
||||
|
||||
|
||||
[QL]:./Tasks/qlrepo#readme
|
||||
|
||||
17
Tasks/CN.md
17
Tasks/CN.md
@ -4,24 +4,9 @@
|
||||
https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/tasksubCN.json
|
||||
```
|
||||
|
||||
- **JD**
|
||||
```
|
||||
https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/JDCN.json
|
||||
```
|
||||
|
||||
- **JDoth**
|
||||
```
|
||||
https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/JDCNoth.json
|
||||
```
|
||||
|
||||
- **JDhelp**
|
||||
```
|
||||
https://ghproxy.com/https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/JDCNhelp.json
|
||||
```
|
||||
|
||||
- **V2pTaskSub** *By sngxpro*
|
||||
```
|
||||
https://ghproxy.com/https://raw.githubusercontent.com/sngxpro/QuanX/master/V2pTaskSub/sngxprov2p.json
|
||||
https://ghproxy.com/https://raw.githubusercontent.com/Youthsongs/QuanX/master/V2pTaskSub/sngxprov2p.json
|
||||
```
|
||||
|
||||
- **jd_task** *By zero205*
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name":"羊毛",
|
||||
"author":"旺仔,Leon",
|
||||
"desc":"旺仔 制作.xlsx文件,Leon 修订并转换成.json的任务订阅。该订阅适用于 elecV2P,与其他软件并不兼容。相关说明参考:https://github.com/elecV2/elecV2P-dei/tree/master/docs/06-task.md",
|
||||
"date":"2021-06-27 00:55:00",
|
||||
"date":"2021-07-03 03:13:00",
|
||||
"list":[
|
||||
{
|
||||
"name":"中青看点看看赚&浏览赚(需配合专用重写获取cookie)",
|
||||
@ -50,8 +50,29 @@
|
||||
"time":"0 0 0 * * *",
|
||||
"job":{
|
||||
"type":"runjs",
|
||||
"target":"https://raw.githubusercontent.com/JDHelloWorld/jd_scripts/main/jd_blueCoin.js"
|
||||
}
|
||||
"target":"jd_blueCoin.js"
|
||||
},
|
||||
"running":true
|
||||
},
|
||||
{
|
||||
"name":"整点红包雨",
|
||||
"type":"cron",
|
||||
"time":"0 0 0-23/1 * * *",
|
||||
"job":{
|
||||
"type":"runjs",
|
||||
"target":"long_super_redrain.js"
|
||||
},
|
||||
"running":true
|
||||
},
|
||||
{
|
||||
"name":"半点红包雨",
|
||||
"type":"cron",
|
||||
"time":"0 30 16-23/1 * * *",
|
||||
"job":{
|
||||
"type":"runjs",
|
||||
"target":"long_half_redrain.js"
|
||||
},
|
||||
"running":true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -1,27 +1,22 @@
|
||||
# V2p Subscription Links
|
||||
## [<img src="/Icons/China.png" title="CN-links" width="28" height="28" />](./CN.md#cn) Click here for CN-links (Lazy to update)
|
||||
## [<img src="/Icons/China.png" title="CN-links" width="28" height="28" />](./CN.md#cn) Click here for CN-links (No Use)
|
||||
|
||||
- **elecV2P**
|
||||
```
|
||||
https://raw.githubusercontent.com/elecV2/elecV2P/master/efss/tasksub.json
|
||||
```
|
||||
|
||||
- **JD**
|
||||
- **Daily**
|
||||
```
|
||||
https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/JD.json
|
||||
https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/Daily.json
|
||||
```
|
||||
|
||||
- **JDoth**
|
||||
```
|
||||
https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/JDoth.json
|
||||
- **News**
|
||||
```
|
||||
|
||||
- **JDhelp**
|
||||
```
|
||||
https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/JDhelp.json
|
||||
https://raw.githubusercontent.com/Oreomeow/VIP/main/Tasks/News.json
|
||||
```
|
||||
|
||||
- **V2pTaskSub** *By sngxpro*
|
||||
```
|
||||
https://raw.githubusercontent.com/sngxpro/QuanX/master/V2pTaskSub/sngxprov2p.json
|
||||
https://raw.githubusercontent.com/Youthsongs/QuanX/master/V2pTaskSub/sngxprov2p.json
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user