Files
huihuiSquare/.gitignore
stefanfeng 0cfc9bf9c8 feat: AI虚拟用户新闻互动系统 v1.3.0 初始提交
- 虚拟用户管理(昵称/头像/性别/简介/邮箱同步到目标平台)
- AI互动调度(点赞/收藏/评论/转发)
- 日志时间改为北京时间
- 评论达上限后继续执行点赞收藏转发
- 一键登出全部功能
- 浅色主题UI
2026-03-31 10:20:57 +08:00

19 lines
147 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.env
backend/logs/
# Node
frontend/node_modules/
frontend/dist/
# macOS
.DS_Store
# IDE
.idea/
.vscode/