Update: 将子项目从 submodule 转为完整内容

- 移除 GovAI, nomifun-tauri, 算力盒子 的 submodule 引用
- 添加所有子项目的完整源代码
- 保留原始 .git 为 .git.bak 备份
This commit is contained in:
freedak
2026-07-04 19:20:46 +08:00
parent 54d6465fa7
commit f7a720204a
3360 changed files with 802660 additions and 3 deletions
+57
View File
@@ -0,0 +1,57 @@
name: Bug Report
description: Report a reproducible problem in NomiFun.
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
id: summary
attributes:
label: Summary
description: What happened?
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps To Reproduce
description: List exact steps, commands, or UI actions.
placeholder: |
1. Open ...
2. Click ...
3. See ...
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
validations:
required: true
- type: input
id: version
attributes:
label: Version Or Commit
placeholder: "v0.x.x or git SHA"
- type: dropdown
id: surface
attributes:
label: Surface
options:
- Desktop app
- Web server
- Agent engine
- MCP / skills
- Packaging / updater
- Documentation
- Other
- type: textarea
id: logs
attributes:
label: Logs Or Screenshots
description: Paste relevant logs. Remove secrets first.