mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-12 17:40:54 +08:00
【新增】插件git同步模块,用于同步项目内容,加速项目开发
【调整】前端暗色问题
This commit is contained in:
18
frontend/.sync-project-config.yaml
Normal file
18
frontend/.sync-project-config.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
# 工具配置
|
||||
config:
|
||||
parallel_build: false # 是否并行编译
|
||||
dry_run: false # 是否干运行
|
||||
|
||||
# 工作区配置
|
||||
workspaces:
|
||||
# 示例工作区配置
|
||||
# app-name:
|
||||
# sync_mappings:
|
||||
# - source:
|
||||
# git_url: "https://github.com/user/repo.git" # Git 仓库地址
|
||||
# branch: "main" # 分支名称
|
||||
# alias: "repo-name" # 仓库别名(可选)
|
||||
# target:
|
||||
# sync_dir: "dist" # 要同步的目录
|
||||
# git_dir: "dist" # Git 仓库中的目标目录
|
||||
|
||||
Reference in New Issue
Block a user