[add(*)] PolishMedal

This commit is contained in:
Lkeme 2022-12-22 17:35:23 +08:00
parent 49a981f799
commit d7a2bfc6c1
4 changed files with 44 additions and 24 deletions

View File

@ -29,7 +29,7 @@
<p align="center">
<img src="https://img.shields.io/badge/Version-2.0.3.221031-orange.svg?longCache=true&style=for-the-badge">
<img src="https://img.shields.io/badge/Version-2.0.4.221222-orange.svg?longCache=true&style=for-the-badge">
<img src="https://img.shields.io/badge/PHP-8.1+-green.svg?longCache=true&style=for-the-badge">
<img src="https://img.shields.io/badge/Composer-latest-blueviolet.svg?longCache=true&style=for-the-badge">
<img src="https://img.shields.io/badge/License-mit-blue.svg?longCache=true&style=for-the-badge">
@ -96,7 +96,7 @@ Group: [602815575](https://jq.qq.com/?_wv=1027&k=UaalVexM) | **请不要来问
<br>
| plugin | version | description | author | pid | cycle | status |
|-----------------|---------|----------------|---------|------|-----------|--------|
|-----------------|---------|----------------|-------------------|------|-----------|--------|
| CheckUpdate | 0.0.1 | 检查版本更新 | Lkeme | 1000 | 24(小时) | √ |
| Login | 0.0.1 | 账号登录、刷新、保活 | Lkeme | 1001 | 2(小时) | √ |
| MainSite | 0.0.1 | 主站任务(观看\分享\投币) | Lkeme | 1100 | 24(小时) | √ |
@ -114,6 +114,8 @@ Group: [602815575](https://jq.qq.com/?_wv=1027&k=UaalVexM) | **请不要来问
| VipPoint | 0.0.1 | 大会员积分 | Lkeme | 1112 | 5(分钟) | √ |
| Lotty | 0.0.1 | 抽奖 | MoeHero | 1113 | 5(分钟) | √ |
| DailyGold | 0.0.1 | 每日电池(APP) | Lkeme | 1114 | 24(小时) | √ |
| PolishMedal | 0.0.1 | 点亮灰色勋章 | possible318/Lkeme | 1115 | 1(小时) | √ |
</details>

View File

@ -8,6 +8,24 @@
[comment]: <> (</details>)
## v2.0.4.221222 alpha (2022-12-22)
### Added
- 添加点亮勋章
### Changed
-
### Fixed
-
### Remarks
-
## v2.0.3.221031 alpha (2022-10-31)
### Added

View File

@ -35,7 +35,7 @@ class PolishMedal extends BasePlugin
'name' => 'PolishMedal', // 插件名称
'version' => '0.0.1', // 插件版本
'desc' => '点亮徽章', // 插件描述
'author' => 'Lkeme',// 作者
'author' => 'possible318/Lkeme',// 作者
'priority' => 1115, // 插件优先级
'cycle' => '1(小时)', // 运行周期
];

View File

@ -7,10 +7,10 @@
"dev_raw_url": "https://gh.notifyplus.cf/https://github.com/lkeme/BiliHelper-personal/blob/dev/resources/version.json",
"master_purge_url": "https://cdn.staticaly.com/gh/lkeme/BiliHelper-personal/master/resources/version.json",
"dev_purge_url": "https://cdn.staticaly.com/gh/lkeme/BiliHelper-personal/dev/resources/version.json",
"version": "2.0.3.221031",
"version": "2.0.4.221222",
"des": "程序有更新,请及时线上查看更新哦~",
"time": "2022年10月25日",
"time": "2022年12月22日",
"ini_version": "0.0.1",
"ini_des": "配置有更新,请及时线上查看更新哦~",
"ini_time": "2022年10月25日"
"ini_time": "2022年12月22日"
}