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:
@@ -62,6 +62,7 @@ def init_database():
|
||||
print("\n正在创建示例网站...")
|
||||
sites_data = [
|
||||
{
|
||||
'code': '10001001',
|
||||
'name': 'ChatGPT',
|
||||
'url': 'https://chat.openai.com',
|
||||
'slug': 'chatgpt',
|
||||
@@ -72,6 +73,7 @@ def init_database():
|
||||
'sort_order': 100
|
||||
},
|
||||
{
|
||||
'code': '10001002',
|
||||
'name': 'Midjourney',
|
||||
'url': 'https://www.midjourney.com',
|
||||
'slug': 'midjourney',
|
||||
@@ -82,6 +84,7 @@ def init_database():
|
||||
'sort_order': 95
|
||||
},
|
||||
{
|
||||
'code': '10001003',
|
||||
'name': 'GitHub Copilot',
|
||||
'url': 'https://github.com/features/copilot',
|
||||
'slug': 'github-copilot',
|
||||
|
||||
Reference in New Issue
Block a user