diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f57a7c..ec95b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # 更新日志 +25w14a +--- +- PRE-RELEASE: 此版本是v2.3.0的预发布版本,请勿在生产环境中使用; +- CHANGE: 使用`touka-httpc`封装`HTTP Client`, 更新到`v0.2.0`版本, 参看`touka-httpc` +- CHANGE: 重构前端页面, 见[#49](https://github.com/WJQSERVER-STUDIO/ghproxy/pull/49) +- CHANGE: 重构`blacklist`实现 +- CHANGE: 优化404处理 +- CHANGE: 重构`whitelist`实现 +- CHANGE: 对`proxy`进行结构性调整 +- CHANGE: `chunckedreq`与`gitreq`共用`BufferPool`和`HTTP Client` +- CHANGE: 新增`HTTP Client`配置块 +- CHANGE: 加入内置主题配置, 支持通过配置切换主题 + 25w14t-2 --- - PRE-RELEASE: 此版本是测试验证版本,请勿在生产环境中使用; diff --git a/DEV-VERSION b/DEV-VERSION index b0f9cf0..678daff 100644 --- a/DEV-VERSION +++ b/DEV-VERSION @@ -1 +1 @@ -25w14t-2 \ No newline at end of file +25w14a \ No newline at end of file diff --git a/main.go b/main.go index 863caa6..cc2eecc 100644 --- a/main.go +++ b/main.go @@ -181,6 +181,8 @@ func init() { } router.GET("/", gin.WrapH(http.FileServer(http.FS(pages)))) router.GET("/favicon.ico", gin.WrapH(http.FileServer(http.FS(pages)))) + router.GET("/script.js", gin.WrapH(http.FileServer(http.FS(pages)))) + router.GET("/style.css", gin.WrapH(http.FileServer(http.FS(pages)))) } router.NoRoute(func(c *gin.Context) { diff --git a/pages/bootstrap/index.html b/pages/bootstrap/index.html index 066332a..b785d42 100644 --- a/pages/bootstrap/index.html +++ b/pages/bootstrap/index.html @@ -8,259 +8,7 @@ - +
@@ -349,92 +97,7 @@ - +