This commit is contained in:
WJQSERVER 2024-11-01 00:46:14 +08:00
parent 2b7e949658
commit eb45ab8798
4 changed files with 23 additions and 5 deletions

View file

@ -1,9 +1,20 @@
# 更新日志 # 更新日志
v1.6.2
---
- CHANGE: 优化前端界面,优化部分样式
- ADD: 前端加入黑夜模式
- CHANGE: 优化移动端适配
- CHANGE: 优化一键部署脚本,使其更加易用,并增加更多的功能(已于早些时候hotfix)
- CHANGE: 优化部分代码结构,提升性能
- CHANGE: 优化日志记录,对各个部分的日志记录进行统一格式,并对部分重复日志进行合并
24w20b 24w20b
--- ---
- PRE-RELEASE: 此版本是v1.6.2的预发布版本,请勿在生产环境中使用 - PRE-RELEASE: 此版本是v1.6.2的预发布版本,请勿在生产环境中使用
- CHANGE: 优化前端界面,加入黑夜模式,并优化部分样式 - CHANGE: 优化前端界面,优化部分样式
- ADD: 前端加入黑夜模式
- CHANGE: 优化移动端适配
24w20a 24w20a
--- ---

View file

@ -1,4 +1,4 @@
# GhProxy # GHProxy
![pull](https://img.shields.io/docker/pulls/wjqserver/ghproxy.svg) ![pull](https://img.shields.io/docker/pulls/wjqserver/ghproxy.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/WJQSERVER-STUDIO/ghproxy)](https://goreportcard.com/report/github.com/WJQSERVER-STUDIO/ghproxy) [![Go Report Card](https://goreportcard.com/badge/github.com/WJQSERVER-STUDIO/ghproxy)](https://goreportcard.com/report/github.com/WJQSERVER-STUDIO/ghproxy)
@ -31,7 +31,7 @@
关于此项目的详细开发过程,请参看Commit记录与[CHANGELOG.md](https://github.com/WJQSERVER-STUDIO/ghproxy/blob/main/CHANGELOG.md) 关于此项目的详细开发过程,请参看Commit记录与[CHANGELOG.md](https://github.com/WJQSERVER-STUDIO/ghproxy/blob/main/CHANGELOG.md)
- V1.0.0 迁移至本仓库,并再次重构内容实现 - V1.0.0 迁移至本仓库,并再次重构内容实现
- v0.2.0 重构项目实现,Git clone的实现完全自主化 - v0.2.0 重构项目实现
### LICENSE ### LICENSE

View file

@ -1 +1 @@
1.6.1 1.6.2

View file

@ -61,7 +61,7 @@
background-color: #555c5c; background-color: #555c5c;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
border: none; border: none;
margin-bottom: 10px; margin-bottom: 3%;
} }
.rounded-button:hover { .rounded-button:hover {
@ -158,6 +158,13 @@
.status-container { .status-container {
font-size: 1.05rem; font-size: 1.05rem;
} }
h1 {
margin-bottom: 10%;
}
}
.form-group {
margin-bottom: 3%;
} }
.form-control { .form-control {