mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
基础命令重构
1. 移除命令中 bash 依赖 2. jd命令重命名为js 3. 修改默认初始目录 4. 移除冗余代码
This commit is contained in:
+1
-16
@@ -3,7 +3,6 @@
|
||||
## Update Content: 京小兑控制变量,宠汪汪自己内部账户互助变量,环球挑战赛互助变量。
|
||||
|
||||
## 上面版本号中,如果第2位数字有变化,那么代表增加了新的参数,如果只有第3位数字有变化,仅代表更新了注释,没有增加新的参数,可更新可不更新
|
||||
## 如需更新,请参考WIKI(https://github.com/EvineDeng/jd-base/wiki)中"如何更新配置文件"部分的操作说明,进行智能比对后修改。
|
||||
|
||||
################################## 说明 ##################################
|
||||
## 以下配置中,带有 export 申明的,均由LXK9301大佬定义,详见:https://gitee.com/lxk0301/jd_scripts/blob/master/githubAction.md
|
||||
@@ -258,7 +257,7 @@ ForOtherJoy6=""
|
||||
## 具体填法及要求详见本文件最下方“互助码填法示例”
|
||||
## 京喜农场助力码为 JSON 格式因此使用单引号,json 格式如下
|
||||
## {"smp":"22bdadsfaadsfadse8a","active":"jdnc_1_btorange210113_2","joinnum":"1"}
|
||||
## 助力码获取可以通过 bash jd jd_get_share_code now 命令获取
|
||||
## 助力码获取可以通过 js jd_get_share_code now 命令获取
|
||||
## 注意:京喜农场 种植种子发生变化的时候,互助码也会变!!
|
||||
MyJxnc1=''
|
||||
MyJxnc2=''
|
||||
@@ -598,17 +597,3 @@ EnableExtraShell=""
|
||||
# ForOtherFruit4="${MyFruit1}@${MyFruit2}@${MyFruit3}@${MyFruitC}@${MyFruit6}@${MyFruitA}" # 解释同上,东东农场实际上只能助力3次
|
||||
# ForOtherFruit5="${MyFruit1}@${MyFruit2}@${MyFruit3}@${MyFruitB}@${MyFruit4}@${MyFruit6}@${MyFruitC}@${MyFruitA}"
|
||||
# ForOtherFruit6="${MyFruit1}@${MyFruit2}@${MyFruit3}@${MyFruitA}@${MyFruit4}@${MyFruit5}@${MyFruitC}"
|
||||
|
||||
|
||||
################################## 额外的环境变量(选填) ##################################
|
||||
## 请在以下补充你需要用到的额外的环境变量,形式:export 变量名="变量值"
|
||||
|
||||
################################## 喜玛拉亚极速版 #########################################
|
||||
## 所需要的环境变量请去作者地址查看,因为是京东脚本为主,所以在京东缺失cookie的情况下此脚本也不会运行。仓库地址:https://github.com/Zero-S1/xmly_speed
|
||||
export XMLY_SPEED_COOKIE=""
|
||||
|
||||
###############################联通,爱奇艺,bilibili,52pojie#############################
|
||||
##请至config文件夹中相应的.json文件进行查看。参考仓库地址:https://github.com/kangwenhang/jd_docker2/tree/AutoSignMachine(非原仓库地址)
|
||||
##注意:.json文件配置完成后请删除内容注释那一行。
|
||||
##联通脚本更新,请于config文件中创建.env文件并且填写参数(注意:联通的json文件不用配置,但不可以删除,必须保留并且删除第一行注释)
|
||||
##env文件参考:https://github.com/dockere/jd-base/blob/py/sample/.env.sample
|
||||
|
||||
+47
-55
@@ -1,67 +1,59 @@
|
||||
# 更新shell及面板代码
|
||||
55 2,13 * * * git_pull >> ${QL_DIR}/log/git_pull.log 2>&1
|
||||
# 更新你需要的仓库的代码
|
||||
55 2,13 * * * bash git_pull >> ${JD_DIR}/log/git_pull.log 2>&1
|
||||
30 * * * * bash diy i-chenzhe qx >> ${JD_DIR}/log/diy_pull.log 2>&1
|
||||
30 * * * * diy i-chenzhe qx >> ${QL_DIR}/log/diy_pull.log 2>&1
|
||||
# 重新build面板
|
||||
# 30 7 */7 * * bash rebuild >> ${JD_DIR}/log/rebuild.log 2>&1
|
||||
# 30 7 */7 * * rebuild >> ${QL_DIR}/log/rebuild.log 2>&1
|
||||
|
||||
# 删除 RmLogDaysAgo 指定天数以前的旧日志,本行为不记录日志
|
||||
57 13 * * * bash rm_log >/dev/null 2>&1
|
||||
57 13 * * * rm_log >/dev/null 2>&1
|
||||
|
||||
# 导出所有互助码清单,日志在log/export_sharecodes下
|
||||
48 5 * * * bash export_sharecodes
|
||||
48 5 * * * export_sharecodes
|
||||
|
||||
# 重启挂机脚本,挂机脚本可以随容器启动而启动,建议需要重启挂机程序时直接重启容器,如实在不想通过重启容器而重启挂机程序,可以解除下一行注释
|
||||
# 33 13 * * * bash jd hangup
|
||||
|
||||
# 另外的js脚本,若需使用,请去掉注释(包括52破解,bilibili,爱奇艺,联通)
|
||||
#10 13 * * * bash jd 52pojie
|
||||
#*/30 7-22 * * * bash jd iqiyi
|
||||
#*/30 7-22 * * * bash jd bilibili
|
||||
#*/30 7-22 * * * bash jd unicom
|
||||
|
||||
# 此处为py脚本(包括喜马拉雅极速版)
|
||||
#*/30 * * * * bash jd xmly_speed py
|
||||
# 33 13 * * * js hangup
|
||||
|
||||
# 运行lxk0301大佬的js脚本,仅列出长期任务作初始化用,AutoAddCron=true时,将自动添加短期任务。
|
||||
# 请保留任务名称中的前缀"jd_",去掉后缀".js",如果有些任务你不想运行,注释掉就好了,不要删除。
|
||||
# 非lxk0301/jd_scripts仓库中的脚本不能以“jd_”、“jr_”、“jx_”开头。请在最后保留一个空行。
|
||||
5 9 * * * bash jd jd_bean_change
|
||||
28 5 * * * bash jd jd_bean_home
|
||||
4 0,9 * * * bash jd jd_bean_sign
|
||||
0,30 0 * * * bash jd jd_blueCoin
|
||||
12 8,12,18 * * * bash jd jd_bookshop
|
||||
37 7 * * * bash jd jd_car
|
||||
13 8,22 * * * bash jd jd_cash
|
||||
0 0 * * * bash jd jd_car_exchange
|
||||
2 0 * * * bash jd jd_club_lottery
|
||||
43 13 * * * bash jd jd_crazy_joy
|
||||
54 2-23/3 * * * bash jd jd_daily_egg
|
||||
20 * * * * bash jd jd_dreamFactory
|
||||
29 7,12,18 * * * bash jd jd_fruit
|
||||
49 6 * * * bash jd jd_get_share_code
|
||||
36 * * * * bash jd jd_jdfactory
|
||||
14 11 * * * bash jd jd_jdzz
|
||||
6 0,8,9,13,18,22 * * * bash jd jd_joy
|
||||
*/20 0-22 * * * bash jd jd_joy_feedPets
|
||||
0 0,8,12,16 * * * bash jd jd_joy_reward
|
||||
12 9-20/2 * * * bash jd jd_joy_run
|
||||
0 0,6 * * * bash jd jd_joy_steal
|
||||
0 9,12,18 * * * bash jd jd_jxnc
|
||||
32 7 * * * bash jd jd_kd
|
||||
13-33/5 13 * * * bash jd jd_live
|
||||
15 1 * * * bash jd jd_lotteryMachine
|
||||
40 */4 * * * bash jd jd_moneyTree
|
||||
20 0,20 * * * bash jd jd_necklace
|
||||
10 7,12,18 * * * bash jd jd_pet
|
||||
25 * * * * bash jd jd_pigPet
|
||||
35 7-22 * * * bash jd jd_plantBean
|
||||
11 0 * * * bash jd jd_rankingList
|
||||
1 1 * * * bash jd jd_redPacket
|
||||
0 0 * * * bash jd jd_shop
|
||||
16 0 * * * bash jd jd_small_home
|
||||
35 */3 * * * bash jd jd_speed
|
||||
9 1-23/5 * * * bash jd jd_superMarket
|
||||
25 9 * * * bash jd jd_syj
|
||||
44 5 * * 5 bash jd jd_unbind
|
||||
45 23 * * * bash jd jd_unsubscribe
|
||||
19 11 * * * bash jd jx_sign
|
||||
5 9 * * * js jd_bean_change
|
||||
28 5 * * * js jd_bean_home
|
||||
4 0,9 * * * js jd_bean_sign
|
||||
0,30 0 * * * js jd_blueCoin
|
||||
12 8,12,18 * * * js jd_bookshop
|
||||
37 7 * * * js jd_car
|
||||
13 8,22 * * * js jd_cash
|
||||
0 0 * * * js jd_car_exchange
|
||||
2 0 * * * js jd_club_lottery
|
||||
43 13 * * * js jd_crazy_joy
|
||||
54 2-23/3 * * * js jd_daily_egg
|
||||
20 * * * * js jd_dreamFactory
|
||||
29 7,12,18 * * * js jd_fruit
|
||||
49 6 * * * js jd_get_share_code
|
||||
36 * * * * js jd_jdfactory
|
||||
14 11 * * * js jd_jdzz
|
||||
6 0,8,9,13,18,22 * * * js jd_joy
|
||||
*/20 0-22 * * * js jd_joy_feedPets
|
||||
0 0,8,12,16 * * * js jd_joy_reward
|
||||
12 9-20/2 * * * js jd_joy_run
|
||||
0 0,6 * * * js jd_joy_steal
|
||||
0 9,12,18 * * * js jd_jxnc
|
||||
32 7 * * * js jd_kd
|
||||
13-33/5 13 * * * js jd_live
|
||||
15 1 * * * js jd_lotteryMachine
|
||||
40 */4 * * * js jd_moneyTree
|
||||
20 0,20 * * * js jd_necklace
|
||||
10 7,12,18 * * * js jd_pet
|
||||
25 * * * * js jd_pigPet
|
||||
35 7-22 * * * js jd_plantBean
|
||||
11 0 * * * js jd_rankingList
|
||||
1 1 * * * js jd_redPacket
|
||||
0 0 * * * js jd_shop
|
||||
16 0 * * * js jd_small_home
|
||||
35 */3 * * * js jd_speed
|
||||
9 1-23/5 * * * js jd_superMarket
|
||||
25 9 * * * js jd_syj
|
||||
44 5 * * 5 js jd_unbind
|
||||
45 23 * * * js jd_unsubscribe
|
||||
19 11 * * * js jx_sign
|
||||
|
||||
Reference in New Issue
Block a user