Browse Source

更新:新增适配面板读取cron、脚本名称

pull/15/head
张洛 3 years ago
parent
commit
5122409f04
  1. 5
      ck_bilibili.py
  2. 5
      ck_cloud189.py
  3. 4
      ck_csdn.py
  4. 4
      ck_duokan.py
  5. 4
      ck_fmapp.py
  6. 5
      ck_iqiyi.py
  7. 5
      ck_kgqq.py
  8. 5
      ck_meizu.py
  9. 4
      ck_mgtv.py
  10. 4
      ck_mimotion.py
  11. 4
      ck_wzyd.py

5
ck_bilibili.py

@ -1,5 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# 20 7 * * * """
建议cron: 30 8 * * *
new Env('哔哩哔哩');
"""
import json import json
import os import os

5
ck_cloud189.py

@ -1,5 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# 21 9 * * * """
建议cron: 30 9 * * *
new Env('天翼网盘');
"""
# 修改来自于 https://github.com/MayoBlueSky/My-Actions/blob/master/function/cloud189/checkin.py # 修改来自于 https://github.com/MayoBlueSky/My-Actions/blob/master/function/cloud189/checkin.py
import base64 import base64
import json import json

4
ck_csdn.py

@ -1,4 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""
建议cron: 30 10 * * *
new Env('CSDN');
"""
import json import json
import requests import requests
from getENV import getENv from getENV import getENv

4
ck_duokan.py

@ -1,4 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""
建议cron: 30 20 * * *
new Env('多看阅读');
"""
import json import json
import time import time
import requests import requests

4
ck_fmapp.py

@ -1,4 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""
建议cron: 30 14 * * *
new Env('米家');
"""
import json import json
import requests import requests
from getENV import getENv from getENV import getENv

5
ck_iqiyi.py

@ -1,5 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# 22 9 * * * """
建议cron: 55 23 * * *
new Env('爱奇艺');
"""
import json import json
import os import os
import re import re

5
ck_kgqq.py

@ -1,5 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# 全民K歌 """
建议cron: 55 14 * * *
new Env('全民k歌');
"""
import json import json
import requests import requests
from getENV import getENv from getENV import getENv

5
ck_meizu.py

@ -1,5 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# 魅族社区 """
建议cron: 55 15 * * *
new Env('魅族社区');
"""
import json import json
import time import time
import requests import requests

4
ck_mgtv.py

@ -1,4 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""
建议cron: 23 14 * * *
new Env('芒果TV');
"""
import json import json
import os import os
import time import time

4
ck_mimotion.py

@ -1,4 +1,8 @@
# -*- coding: utf8 -*- # -*- coding: utf8 -*-
"""
建议cron: 55 13 * * *
new Env('小米运动');
"""
import json import json
import os import os
import random import random

4
ck_wzyd.py

@ -1,4 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
"""
建议cron: 00 8 * * *
new Env('王者营地');
"""
import json import json
import os import os
from urllib import parse from urllib import parse

Loading…
Cancel
Save