Skip to content

Commit

Permalink
Merge pull request #54 from huankong233/dev
Browse files Browse the repository at this point in the history
[*] 优化解析
  • Loading branch information
huankong233 authored Feb 2, 2025
2 parents d84e78d + b398af7 commit 75996c1
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 2025

### 02-02 v2.1.4

- [*] 优化解析

### 02-01 v2.1.3

- [*] 优化解析
Expand Down
2 changes: 1 addition & 1 deletion app/Http/Controllers/Parsers/ApiController.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Http/Controllers/Parsers/V1Controller.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Http/Controllers/Parsers/V2Controller.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Http/Controllers/Parsers/V3Controller.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Http/Controllers/Parsers/V4Controller.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Http/Controllers/Parsers/V5Controller.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/Http/Controllers/Parsers/V6Controller.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion config/hklist.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"fake_wx_user_agent" => env("HKLIST_FAKE_WX_USER_AGENT", "Mozilla/5.0 (Linux; Android 7.1.1; MI 6 Build/NMF26X; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.132 MQQBrowser/6.2 TBS/043807 Mobile Safari/537.36 MicroMessenger/6.6.1.1220(0x26060135) NetType/4G Language/zh_CN MicroMessenger/6.6.1.1220(0x26060135) NetType/4G Language/zh_CN miniProgram"),
"fake_cookie" => env("HKLIST_FAKE_COOKIE", "BAIDUID=A4FDFAE43DDBF7E6956B02F6EF715373:FG=1; BAIDUID_BFESS=A4FDFAE43DDBF7E6956B02F6EF715373:FG=1; newlogin=1"),

"version" => "2.1.3",
"version" => "2.1.4",

"general" => [
"admin_password" => env("HKLIST_ADMIN_PASSWORD", ""),
Expand Down

0 comments on commit 75996c1

Please sign in to comment.