SnakeGame

This commit is contained in:
e2hang
2025-12-30 19:59:45 +08:00
parent fd77d3aca9
commit 3734ffcc35
1319 changed files with 888365 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# GitHub Actions 测试用
# 移动端配置
dir_rule:
rule: Bd_Aauthor_Aid_Pindextitle
client:
impl: api
retry_times: 3
postman:
meta_data:
timeout: 15
domain:
html:
- jmcomic1.me
- jmcomic.me
# 插件配置
plugins:
after_init:
- plugin: usage_log # 实时打印硬件占用率的插件
kwargs:
interval: 0.5 # 间隔时间
enable_warning: false # 不告警
- plugin: client_proxy
kwargs:
proxy_client_key: photo_concurrent_fetcher_proxy
whitelist: [ api, ]

View File

@@ -0,0 +1,29 @@
# GitHub Actions 测试用
# 网页端配置
dir_rule:
rule: Bd_Aauthor_Aid_Pindextitle
client:
impl: html
retry_times: 3
postman:
meta_data:
timeout: 7
domain:
html:
- 18comic.org
- jmcomic1.me
- jmcomic.me
# 插件配置
plugins:
after_init:
- plugin: usage_log # 实时打印硬件占用率的插件
kwargs:
interval: 0.5 # 间隔时间
enable_warning: false # 不告警
- plugin: client_proxy
kwargs:
proxy_client_key: photo_concurrent_fetcher_proxy
whitelist: [ api, ]

View File

@@ -0,0 +1,36 @@
# GitHub Actions 下载脚本配置
dir_rule:
base_dir: ${JM_DOWNLOAD_DIR}
rule: Bd_Aauthor_Atitle_Pindex
client:
impl: api # 使用api可免登录下载本子
domain:
html: [ jmcomic1.me, jmcomic.me ]
# 插件配置
plugins:
after_init:
- plugin: usage_log # 实时打印硬件占用率的插件
kwargs:
interval: 0.5 # 间隔时间
enable_warning: false # 不告警
- plugin: client_proxy # 提高移动端的请求效率的插件
kwargs:
proxy_client_key: photo_concurrent_fetcher_proxy
whitelist: [ api, ]
- plugin: login # 登录插件
kwargs:
username: ${JM_USERNAME}
password: ${JM_PASSWORD}
after_download: # 全部下载完成以后
- plugin: send_qq_email # 发送邮件如果未配置下面的前3个环境变量则不会发送。
kwargs:
msg_from: ${EMAIL_FROM}
msg_to: ${EMAIL_TO}
password: ${EMAIL_PASS}
title: ${EMAIL_TITLE}
content: ${EMAIL_CONTENT}

View File

@@ -0,0 +1,27 @@
client:
impl: api
domain:
html: [ jmcomic1.me, jmcomic.me ]
# 插件配置
plugins:
main:
- plugin: login # 登录插件
kwargs:
username: ${JM_USERNAME}
password: ${JM_PASSWORD}
- plugin: favorite_folder_export
log: false
kwargs:
zip_enable: true
zip_filepath: ${ZIP_FP}
zip_password: ${ZIP_PASSWORD}
- plugin: send_qq_email # 发送邮件如果未配置下面的前3个环境变量则不会发送。
kwargs:
msg_from: ${EMAIL_FROM}
msg_to: ${EMAIL_TO}
password: ${EMAIL_PASS}
title: ${EMAIL_TITLE}
content: ${EMAIL_CONTENT}