Merged
Conversation
将默认 DATABASE_URL 从 ./opengecko.db 改为 ./data/opengecko.db, 确保数据库落在 docker-compose.yml 的 ./data:/app/data 卷内持久化。 同步更新 README 中的清理命令路径。
日历与仪表板: - 社区事件日历色条仅区分资源类型(会议蓝/活动紫/内容绿),状态改用圆点灯 - 修复拖拽初始化改用 $el.querySelector,修复未排期面板按当前视图范围过滤 - 内容动态卡片移至日历正下方,底部列表改用 el-table 活动管理: - 活动日历视图支持拖拽改期(eventDrop -> PATCH planned_at) - 活动支持关联多个社区(新增 event_communities 多对多表及迁移 7e70abb) - 活动详情编辑表单新增关联社区多选,新建和编辑均可用,详情页展示社区标签 邮件与认证: - 修复密码重置邮件不支持 SSL 465 端口 - 新增 backend/scripts/test_smtp.py SMTP 连通测试脚本 - 修复测试脚本解析 .env 时未过滤行内注释导致地址含中文 - 修复密码重置开发模式测试(mock SMTP 配置,不依赖真实邮件发送)
Contributor
CLA Signature ManualBecause of the CLA label update fail, please comment |
Collaborator
Author
|
/recheck |
Collaborator
Author
|
/retest |
Contributor
CLA Signature ManualBecause of the CLA label update fail, please comment |
- database.py 在启动时自动创建 SQLite 父目录(os.makedirs) - 添加 backend/data/.gitkeep 确保目录在 git clone 后存在
Contributor
CLA Signature ManualBecause of the CLA label update fail, please comment |
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