From 792f3eecf49ea8a51819744f66a1ec05537f7ced Mon Sep 17 00:00:00 2001 From: Lkeme <19500576+lkeme@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:52:21 +0800 Subject: [PATCH] [update] - --- README.md | 3 ++- composer.json | 2 +- docs/CHANGELOG.md | 2 ++ plugin/LiveSignIn/LiveSignIn.php | 4 ++-- profile/example/config/user.ini | 4 ---- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 531b3b6..7c9dfcd 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,6 @@ Group: [602815575](https://jq.qq.com/?_wv=1027&k=UaalVexM) | **请不要来问 | MainSite | 0.0.1 | 主站任务(观看\分享\投币) | Lkeme | 1100 | 24(小时) | √ | | Manga | 0.0.1 | 漫画签到/分享 | Lkeme | 1101 | 24(小时) | √ | | LoveClub | 0.0.1 | 友爱社签到 | Lkeme | 1102 | 24(小时) | √ | -| LiveSignIn | 0.0.1 | 直播签到 | Lkeme | 1103 | 24(小时) | √ | | GameForecast | 0.0.1 | 游戏赛事预测(破产机) | Lkeme | 1104 | 24(小时) | √ | | Silver2Coin | 0.0.1 | 银瓜子兑换硬币 | Lkeme | 1105 | 24(小时) | √ | | Judge | 0.0.1 | 風機委員投票 | Lkeme | 1106 | 15-30(分钟) | √ | @@ -118,6 +117,8 @@ Group: [602815575](https://jq.qq.com/?_wv=1027&k=UaalVexM) | **请不要来问 | PolishMedal | 0.0.1 | 点亮灰色勋章 | possible318/Lkeme | 1115 | 1(小时) | √ | | BatchUnfollow | 0.0.1 | 批量取消关注 | Lkeme | 1116 | 5-10(分钟) | √ | | ActivityLottery | 0.0.1 | 转盘活动 | Lkeme | 1117 | 3-7(分钟) | √ | +| LiveSignIn | 0.0.1 | 直播签到 | Lkeme | 1103 | 24(小时) | 已下线 | + ## 🖥️星图 diff --git a/composer.json b/composer.json index 5d65171..4d648cc 100644 --- a/composer.json +++ b/composer.json @@ -53,7 +53,7 @@ "bramus/monolog-colored-line-formatter": "dev-master", "symfony/yaml": "^6.0", "toolkit/stdlib": "*", - "adhocore/cli": "dev-main", + "adhocore/cli": "^v1.0.0", "lkeme/data": "4.x-dev", "grasmash/expander": "dev-main", "amphp/amp": "3.x-dev", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b266579..381621d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -18,11 +18,13 @@ - 更新设备信息 - 更新DockerFile +- 移除失效活动(LiveSignIn) ### Fixed - 修复Debug推送 - 加速镜像错误 +- 修复cli错误的版本 ### Remarks diff --git a/plugin/LiveSignIn/LiveSignIn.php b/plugin/LiveSignIn/LiveSignIn.php index 25937c3..a45407b 100644 --- a/plugin/LiveSignIn/LiveSignIn.php +++ b/plugin/LiveSignIn/LiveSignIn.php @@ -44,9 +44,9 @@ class LiveSignIn extends BasePlugin public function __construct(Plugin &$plugin) { // - TimeLock::initTimeLock(); +// TimeLock::initTimeLock(); // $this::class - $plugin->register($this, 'execute'); +// $plugin->register($this, 'execute'); } /** diff --git a/profile/example/config/user.ini b/profile/example/config/user.ini index 0847383..7f0d038 100644 --- a/profile/example/config/user.ini +++ b/profile/example/config/user.ini @@ -66,10 +66,6 @@ enable = true [love_club] enable = true -; 直播签到 -[live_sign_in] -enable = true - ; 游戏赛事竞猜预测(破产机)/每日竞猜次数/每次竞猜硬币(1-10)/下注(1.压大,2.压小,3.随机) [game_forecast] enable = false