feat: 添加CORS/OPTIONS预检与Gzip响应压缩中间件,新增数据统计首页并优化接口返回#1
Open
xiaotian2333 wants to merge 6 commits intoXxxXTeam:masterfrom
Open
feat: 添加CORS/OPTIONS预检与Gzip响应压缩中间件,新增数据统计首页并优化接口返回#1xiaotian2333 wants to merge 6 commits intoXxxXTeam:masterfrom
xiaotian2333 wants to merge 6 commits intoXxxXTeam:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增 CORS 与 OPTIONS 预检处理中间件,提升跨域访问兼容性与接口可用性。
新增 Gzip 响应压缩中间件支持,降低响应体积、提升传输效率。
新增数据统计与展示首页,提供基础的数据看板入口。
接口返回优化:移除 AccountStats 中的 FilePath 字段,减少账号数量较大时的网络包体积与传输开销。