[fix] coin fixed #206

This commit is contained in:
Lkeme 2023-03-11 21:48:44 +08:00
parent a20adb5903
commit ded6a26774
6 changed files with 29 additions and 19 deletions

View File

@ -29,7 +29,7 @@
<p align="center"> <p align="center">
<img src="https://img.shields.io/badge/Version-2.0.6.230127-orange.svg?longCache=true&style=for-the-badge"> <img src="https://img.shields.io/badge/Version-2.0.7.230311-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/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/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"> <img src="https://img.shields.io/badge/License-mit-blue.svg?longCache=true&style=for-the-badge">

View File

@ -22,18 +22,6 @@
"source": "https://github.com/lkeme/BiliHelper-personal" "source": "https://github.com/lkeme/BiliHelper-personal"
}, },
"repositories": [ "repositories": [
{
"description": "阿里云(全量)/1Min",
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/",
"canonical": false
},
{
"description": "华为云(全量)",
"type": "composer",
"url": "https://mirrors.huaweicloud.com/repository/php/",
"canonical": false
},
{ {
"description": "PhpComposer(全量)", "description": "PhpComposer(全量)",
"type": "composer", "type": "composer",

View File

@ -8,6 +8,25 @@
[comment]: <> (</details>) [comment]: <> (</details>)
## v2.0.7.230311 alpha (2023-03-11)
### Added
-
### Changed
- 更新设备信息
### Fixed
- 修复主站任务(投币)
-
### Remarks
- 请注意配置文件有所变动,注意更新。
## v2.0.6.230127 alpha (2023-01-27) ## v2.0.6.230127 alpha (2023-01-27)
### Added ### Added

View File

@ -143,6 +143,9 @@ class MainSite extends BasePlugin
} }
// 稿件列表 // 稿件列表
$aids = $this->fetchCustomArchives($actual_num); $aids = $this->fetchCustomArchives($actual_num);
// 从二维数组里取出aid
$aids = array_column($aids, 'aid');
var_dump($aids);
// //
Log::info("主站任务: 预投币稿件 " . implode(" ", $aids)); Log::info("主站任务: 预投币稿件 " . implode(" ", $aids));
// 投币 // 投币

View File

@ -3,8 +3,8 @@ device_version: 0.0.1
app: app:
bili_a: # Android bili_a: # Android
package: "tv.danmaku.bili" package: "tv.danmaku.bili"
version: "7.14.1" version: "7.20.0"
build: "7141100" build: "7200300"
channel: "bili" channel: "bili"
device: "phone" device: "phone"
mobi_app: "android" mobi_app: "android"
@ -15,7 +15,7 @@ app:
secret_key: "NTYwYzUyY2NkMjg4ZmVkMDQ1ODU5ZWQxOGJmZmQ5NzM" secret_key: "NTYwYzUyY2NkMjg4ZmVkMDQ1ODU5ZWQxOGJmZmQ5NzM"
app_key_n: "NzgzYmJiNzI2NDQ1MWQ4Mg==" app_key_n: "NzgzYmJiNzI2NDQ1MWQ4Mg=="
secret_key_n: "MjY1MzU4M2M4ODczZGVhMjY4YWI5Mzg2OTE4YjFkNjU=" secret_key_n: "MjY1MzU4M2M4ODczZGVhMjY4YWI5Mzg2OTE4YjFkNjU="
statistics: '{"appId":1,"platform":3,"version":"7.14.1","abtest":""}' statistics: '{"appId":1,"platform":3,"version":"7.20.0","abtest":""}'
bili_i: # IOS bili_i: # IOS
app_key: "MjdlYjUzZmM5MDU4ZjhjMw==" app_key: "MjdlYjUzZmM5MDU4ZjhjMw=="
secret_key: "YzJlZDUzYTc0ZWVlZmUzY2Y5OWZiZDAxZDhjOWMzNzU=" secret_key: "YzJlZDUzYTc0ZWVlZmUzY2Y5OWZiZDAxZDhjOWMzNzU="

View File

@ -7,10 +7,10 @@
"dev_raw_url": "https://gh.notifyplus.cf/https://github.com/lkeme/BiliHelper-personal/blob/dev/resources/version.json", "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", "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", "dev_purge_url": "https://cdn.staticaly.com/gh/lkeme/BiliHelper-personal/dev/resources/version.json",
"version": "2.0.6.230127", "version": "2.0.7.230311",
"des": "程序有更新,请及时线上查看更新哦~", "des": "程序有更新,请及时线上查看更新哦~",
"time": "2023年01月27日", "time": "2023年03月11日",
"ini_version": "0.0.1", "ini_version": "0.0.1",
"ini_des": "配置有更新,请及时线上查看更新哦~", "ini_des": "配置有更新,请及时线上查看更新哦~",
"ini_time": "2023年01月27日" "ini_time": "2023年03月11日"
} }