Skip to content

Commit

Permalink
[fix] Reformat Code
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeme committed Nov 15, 2021
1 parent 83c7037 commit a1da9e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@

[comment]: <> (![Image]&#40;https://i.loli.net/2019/07/13/5d2963e5cc1eb22973.png&#41;)


## 功能组件

以下任务都是按设定周期自动执行,`true`为正常使用,`false`为暂停使用或抛弃。
Expand Down Expand Up @@ -105,7 +104,6 @@ Group: [163955623](https://jq.qq.com/?_wv=1027&k=1QMFTUEO) | **请不要来问
[![Stargazers over time](https://starchart.cc/lkeme/BiliHelper-personal.svg)](https://starchart.cc/lkeme/BiliHelper-personal)
[![Stargazers over time](https://starchart.cc/lkeme/BiliHelper.svg)](https://starchart.cc/lkeme/BiliHelper)


## 运行效果

效果图不代表当前版本,请以当前最新版本运行结果为准。
Expand Down
2 changes: 1 addition & 1 deletion conf/device.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ device:

other_headers:
ua: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36"
pc_headers: _增强便携版
pc_headers:
ua: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53"
app_headers:
ua: "Mozilla/5.0 BiliDroid/${bili_a.version} (bbcallen@gmail.com) os/${device.os} model/${device.model} mobi_app/${bili_a.mobi_app} build/${bili_a.build} channel/${bili_a.channel} innerVer/${bili_a.build} osVer/${device.os_ver} network/${device.network}"
2 changes: 1 addition & 1 deletion src/core/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private static function writeLog($type, $message)
if ($type == 'DEBUG' && !getConf('enable', 'debug')) {
return;
}

$filename = APP_LOG_PATH . getConf('username', 'login.account') . ".log";
$date = date('[Y-m-d H:i:s] ');
$data = $date . ' Log.' . $type . ' ' . $message . PHP_EOL;
Expand Down

0 comments on commit a1da9e2

Please sign in to comment.