Skip to content

Commit

Permalink
chore: update author name
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU committed Jun 5, 2024
1 parent 33941ae commit aed791b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
`每一次更新只为给你带来更好的体验`

## [V3.2.1] - 2024-6-5

- 更新了 weather 接口返回数据为 json 字段
- 更改了 Biyuehu 字段
- 修复了用户信息编辑功能失效问题
- 修复了文件数据无法保存问题
- 移除了 updatelog.txt

## [V3.2.0] - 2024-2-23

- 修复了一些已知 bug

## [V3.1.3] - 2023-9-10

- 修复了授权地址
Expand Down
5 changes: 3 additions & 2 deletions Hulicore.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ private function _use_config()
private function _set_const_usr()
{
/* Version */
define('HULICORE_INFO_VERSION', '3.2.0');
define('HULICORE_INFO_VERSION', '3.2.1');
/* Type */
define('HULICORE_INFO_TYPE', file_exists(HULICORE_BASE_CONTROLLER_PATH . '/Site/IndexController.php'));
define('HULICORE_INFO_TYPE', false);
// define('HULICORE_INFO_TYPE', file_exists(HULICORE_BASE_CONTROLLER_PATH . '/Site/IndexController.php'));
}


Expand Down
2 changes: 1 addition & 1 deletion app/app.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*
* @Author: Biyuehu [email protected]
* @Author: Hotaru [email protected]
* @Blog: http://hotaru.icu
* @Date: 2023-01-17 13:48:12
*/
Expand Down
2 changes: 1 addition & 1 deletion public/res/updatelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
每一次更新只为给你带来更好的体验

[v3.3.0] - 2024-6-5
[v3.2.1] - 2024-6-5
更新了 weather 接口返回数据为 json 字段
更改了 Biyuehu 字段
修复了用户信息编辑功能失效问题
Expand Down
2 changes: 1 addition & 1 deletion usr/theme/default/assets/js/user/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***
* @Author: Biyuehu [email protected]
* @Author: Hotaru [email protected]
* @Blog: http://hotaru.icu
* @Date: 2023-06-16 14:20:19
*/
Expand Down

0 comments on commit aed791b

Please sign in to comment.