 19174616018andClaude Opus 4.5
|
c4fe9f9f72
|
🎨 统一右上角所有元素间距
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:48:28 +08:00 |
|
 19174616018andClaude Opus 4.5
|
5cf5484942
|
🎨 统一右上角按钮间距
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:42:23 +08:00 |
|
 19174616018andClaude Opus 4.5
|
c71ea2f2cf
|
🔧 修改密码按钮移至右上角
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:40:01 +08:00 |
|
 19174616018andClaude Opus 4.5
|
3e8988896a
|
✨ 添加用户修改密码功能
- 左边栏添加修改密码按钮
- 添加修改密码弹窗
- 添加 /api/user/password API
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:37:27 +08:00 |
|
 19174616018andClaude Opus 4.5
|
32a29e61e9
|
✨ 优化浏览器池和并发配置
1. 浏览器池改为按需启动模式
- 启动时不创建浏览器,有截图任务时才启动
- 空闲5分钟后自动关闭浏览器释放资源
2. 修复截图并发数保存问题
- 修复database.py中缺少保存max_screenshot_concurrent的代码
3. 去掉并发数上限限制
- 管理员可自由设置并发数,不再限制1-20/1-5
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:31:49 +08:00 |
|
 19174616018andClaude Opus 4.5
|
7954aeaf59
|
✨ 添加定时任务日志管理功能
- 添加用户清空日志按钮
- 添加30天自动清理定时任务执行日志
- 简化日志API代码,移除调试日志
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:20:44 +08:00 |
|
 19174616018andClaude Opus 4.5
|
9df2122fb5
|
🐛 修复定时任务日志状态显示
- 状态检查同时支持success和completed
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:15:05 +08:00 |
|
 19174616018andClaude Opus 4.5
|
cd118f28db
|
🧹 清理更多调试日志
- 移除Socket连接/断开/错误日志
- 移除账号加载日志
- 移除定时任务时间标准化日志
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:13:31 +08:00 |
|
 19174616018andClaude Opus 4.5
|
f3c6a4d704
|
🧹 清理调试日志
- 移除日志弹窗调试日志
- 移除openModal调试日志
- 移除账号API调试日志
- 移除账号加载调试日志
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:11:18 +08:00 |
|
 19174616018andClaude Opus 4.5
|
c021f32146
|
🐛 修复日志弹窗无法显示问题
- 修复scheduleModal缺少关闭标签导致scheduleLogsModal被嵌套
- 移除多余的</div>标签
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:08:04 +08:00 |
|
 19174616018andClaude Opus 4.5
|
df8d0d7c25
|
🐛 修复周日期选择器无法点击问题
- 移除CSS :has()选择器(兼容性问题)
- 改用JavaScript控制.selected类
- 添加点击事件处理器
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:04:59 +08:00 |
|
 19174616018andClaude Opus 4.5
|
987c4f88e6
|
🔍 增强账号API诊断日志
添加更详细的日志输出,帮助排查问题
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 20:02:13 +08:00 |
|
 19174616018andClaude Opus 4.5
|
ef747cfb5f
|
🔍 添加账号加载诊断日志
帮助排查容器重启后账号丢失的问题
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 19:55:56 +08:00 |
|
 19174616018andClaude Opus 4.5
|
78a827c801
|
🔇 减少定时任务调试日志输出
- 移除每5秒的时间检查详细日志
- 移除星期/时间匹配的调试日志
- 移除账号ID类型和user_accounts内容的调试日志
- 保留关键的执行状态和错误日志
日志从45行减少到4行,降低服务器资源占用。
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 19:45:33 +08:00 |
|
 19174616018andClaude Opus 4.5
|
657634f028
|
🐛 修复定时任务日志和执行问题
- 修复日志按钮点击无反应(类型匹配和错误处理)
- 修复定时任务到时间不执行(时间格式标准化)
- 增强所有检查点的调试日志输出
- 改进今日执行检查逻辑(支持同一天不同时间执行)
Bug 1: 日志按钮完全没反应
- 将严格相等(===)改为宽松相等(==)避免类型不匹配
- 添加详细的错误日志和用户提示
- 添加容器元素存在性检查
Bug 2: 定时任务到时间不会被执行
- 标准化时间格式(8:00 -> 08:00)
- 增强所有检查点的日志输出(时间、星期、账号)
- 改进今日执行检查(同一天不同时间可再次执行)
- 前端添加时间格式验证和标准化
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-10 19:12:48 +08:00 |
|