1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-28 13:21:37 +08:00

v1.7.5 release

This commit is contained in:
xiaochong0302 2025-01-05 21:33:29 +08:00
parent 9d210deedf
commit b919239308
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
### [v1.7.5](https://gitee.com/koogua/course-tencent-cloud/releases/v1.7.5)(2024-01-10)
- 去除一些过度的设计
- 优化bootstrap
- 优化logger
- 优化contact
- 精简空判断
### [v1.7.4](https://gitee.com/koogua/course-tencent-cloud/releases/v1.7.4)(2024-12-10) ### [v1.7.4](https://gitee.com/koogua/course-tencent-cloud/releases/v1.7.4)(2024-12-10)
- 更新layui-v2.9.20 - 更新layui-v2.9.20

View File

@ -16,7 +16,7 @@ class AppInfo
protected $link = 'https://www.koogua.com'; protected $link = 'https://www.koogua.com';
protected $version = '1.7.4'; protected $version = '1.7.5';
public function __get($name) public function __get($name)
{ {
@ -32,4 +32,4 @@ class AppInfo
return null; return null;
} }
} }