feat: 引入自动执行调度、本地配置管理及前端 UI 优化#69
Open
yibiya wants to merge 21 commits into
Open
Conversation
…cker builds, add arm64 support to Makefile
Member
|
请先修正各处冲突 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修改内容说明
本项目引入了多项功能改进和系统优化,主要包括:
自动执行调度 (Auto-Execution Scheduler):
web/service/auto_execution_schedule.go。本地配置管理 (Local Configuration):
web/service/local_config.go,支持通过 YAML 文件管理用户账号和全局配置。前端 UI 深度优化:
frontend/components/account-detail.tsx。构建与部署优化:
Dockerfile为多阶段构建(Node.js + Go),实现前后端一键打包。Makefile,支持跨平台编译(Linux AMD64/ARM64, Windows)及前端自动化构建。代码清理与重构:
UserService.go以适配新的本地配置逻辑。Makefile中冗余的注释。