fix: v2.1.0补充提交 - 配置完善和功能修复
修复内容: - 完善tag_generator.py的generate_description方法 - 优化index_new.html首页图标CSS - 更新templates/admin登录页面和后台模板 - 完善config.py配置 - 更新requirements.txt依赖列表 - 优化.gitignore规则 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -33,6 +33,8 @@ instance/
|
||||
# 环境变量
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
.env.*.local
|
||||
|
||||
# 数据库
|
||||
*.db
|
||||
@@ -58,6 +60,12 @@ Thumbs.db
|
||||
static/uploads/*
|
||||
!static/uploads/.gitkeep
|
||||
|
||||
# 导出文件
|
||||
urls.txt
|
||||
sites_export.csv
|
||||
backup_*.sql
|
||||
*.sql
|
||||
|
||||
# 临时文件
|
||||
*.tmp
|
||||
*.bak
|
||||
|
||||
Reference in New Issue
Block a user