refactor: 整合页面设计、迁移文件、部署配置与开发文档#65
Merged
zhongjun2 merged 1 commit intoopensourceways:mainfrom Feb 24, 2026
Merged
Conversation
前端: - CommunityManage.vue:重构为社区列表页,移除重复的成员/渠道/邮件弹窗, 卡片点击跳转至社区设置页 - CommunitySettings.vue:返回按钮逻辑优化,补齐 LFX 规范 padding - App.vue:超管侧边栏只保留"社区管理"入口 - MeetingCalendar.vue:替换 el-calendar 为 FullCalendar,统一页面设计风格 后端: - 合并 002–011 增量迁移为 002_schema_additions + 003_data_migrations - database.py:init_db() 补充缺失的模型导入 - 新增 entrypoint.sh:容器启动前执行 alembic upgrade head - Dockerfile:添加 ENTRYPOINT 指向 entrypoint.sh - nginx.conf:修正登录限速路径 文档: - CLAUDE.md 统一为全英文,消除中英混合 - 新增 Frontend Design Standards 章节,内联完整 LFX 设计规范
Contributor
CLA Signature ManualBecause of the CLA label update fail, please comment |
Collaborator
Author
|
/check-cla |
Contributor
CLA Signature ManualBecause of the CLA label update fail, please comment |
Contributor
|
/lgtm |
Contributor
Review Code FeedbackThanks for your review, @zhongjun2, your opinion is very important to us. 👋 |
1 similar comment
Contributor
Review Code FeedbackThanks for your review, @zhongjun2, your opinion is very important to us. 👋 |
Collaborator
Author
|
/lgtm |
Contributor
Review Code Warning@ZhengZhenyu , You can't review code by yourself, please contact the maintainers. 😲 |
Contributor
Review Code FeedbackThanks for your review, @ZhengZhenyu, your opinion is very important to us. 👋 |
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.
前端:
后端:
文档:
变更说明
关联 Issue:#
Checklist