Files
yu-zhi-ran/.gitignore
T
lt b85b89a569 fix(frontend): 注册 ElementPlus 插件,修复 async 语法错误
- 统一在 createApp 后调用 app.use(ElementPlus)
- 为 handlePublish 添加 async 关键字
- 修正静态资源路径引用
- 解决登录页空白、按钮不可用问题

版本: v1.0.1
2026-04-27 16:45:58 +08:00

58 lines
669 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
.env
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.venv
*.pot
# Platform logs
platform/data/*.db
platform/logs/
automation/logs/
logs/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# OpenClaw
memory/
sessions/
# Temporary files
*.tmp
.cache/
# Project specific
automation/data/drafts/*
!automation/data/drafts/.gitkeep
automation/data/releases/*
!automation/data/releases/.gitkeep
automation/data/published/*
!automation/data/published/.gitkeep
content/published/*
!content/published/.gitkeep
data/*.db