mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-29 05:39:51 +08:00
fix(ActivitySwitchNotice): 修复异常配置导致无法运行 (#3048)
- 移除不必要的 config 导入 - 更新版本号至 0.1.3 - 添加版本历史记录
This commit is contained in:
@@ -511,6 +511,8 @@ ActivitySwitchNotice/
|
||||
|
||||
## 版本历史
|
||||
|
||||
### 0.1.3 (2026-03-28)
|
||||
- 修复异常配置导致无法运行
|
||||
### 0.1.2 (2026-03-23)
|
||||
- 新增云端配置功能
|
||||
- 改变wsproxy授权方式(授权token或bettergi-scripts-tools<版本需求0.0.7>授权拉取)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "活动期限/周本通知器",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"description": "",
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import {config} from "../../AutoPlan/config/config";
|
||||
import {ocrUID} from "./uid";
|
||||
|
||||
const actionType = Object.freeze({
|
||||
|
||||
Reference in New Issue
Block a user