完成基本功能

This commit is contained in:
zyj
2026-03-09 16:46:15 +08:00
parent d8851e7698
commit f55dd8ca03
57 changed files with 16098 additions and 6 deletions

43
build/config.yml Normal file
View File

@@ -0,0 +1,43 @@
# This file contains the configuration for this project.
# When you update `info` or `fileAssociations`, run `wails3 task common:update:build-assets` to update the assets.
version: '3'
info:
companyName: "GitPilot"
productName: "GitPilot"
productIdentifier: "com.gitpilot.app"
description: "Git Repository Management Tool"
copyright: "(c) 2025, GitPilot"
comments: "GitPilot - Git Repository Manager"
version: "0.1.0"
dev_mode:
root_path: .
log_level: warn
debounce: 300
ignore:
dir:
- .git
- node_modules
- frontend
- bin
file:
- .DS_Store
- .gitignore
- .gitkeep
watched_extension:
- "*.go"
git_ignore: true
executes:
- cmd: wails3 task common:dev:frontend
type: background
- cmd: powershell.exe -ExecutionPolicy Bypass -File ./build/wait.ps1 -Seconds 30
type: blocking
- cmd: wails3 task build
type: blocking
- cmd: wails3 task run
type: primary
fileAssociations:
other: