mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-29 05:39:51 +08:00
- 将getNextCronTimestamp函数改为异步函数,使用HTTP请求替代本地计算 - 移除原有的本地Cron表达式解析和时间计算逻辑 - 添加对远程服务的HTTP请求实现时间戳计算 - 注释掉原有性能较差的本地计算方法 - 移除不再使用的辅助函数parseCron、parseField、parseCronField - 保留isValidCron函数用于验证Cron表达式的功能
21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"manifest_version": 1,
|
|
"name": "全自动或半自动工具箱",
|
|
"version": "0.0.1",
|
|
"bgi_version": "0.44.8",
|
|
"key": " PGCSBY37NJ ",
|
|
"description": "",
|
|
"saved_files": [],
|
|
"authors": [
|
|
{
|
|
"name": "云端客",
|
|
"links": "https://github.com/Kirito520Asuna"
|
|
}
|
|
],
|
|
"http_allowed_urls": [
|
|
"https://*",
|
|
"http://*"
|
|
],
|
|
"settings_ui": "settings.json",
|
|
"main": "main.js"
|
|
} |