From 54d6465fa710f94ecca42534896eea448f13d613 Mon Sep 17 00:00:00 2001 From: freedak Date: Sat, 4 Jul 2026 19:18:35 +0800 Subject: [PATCH] Initial commit: AI Projects Workspace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 包含项目: - GovAI: 政务AI平台 - nomifun-tauri: AI桌面应用 - 算力盒子: 技术文档 --- .gitignore | 12 ++++++++++++ GovAI | 1 + nomifun-tauri | 1 + 算力盒子 | 1 + 4 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 160000 GovAI create mode 160000 nomifun-tauri create mode 160000 算力盒子 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a4c682d --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +node_modules/ +dist/ +build/ +target/ +.DS_Store +*.log +.env +.env.local +*.db +*.db-shm +*.db-wal +.git.bak/ diff --git a/GovAI b/GovAI new file mode 160000 index 0000000..6366129 --- /dev/null +++ b/GovAI @@ -0,0 +1 @@ +Subproject commit 63661298ddf5f3de56c2d873ac53ec12ffa46420 diff --git a/nomifun-tauri b/nomifun-tauri new file mode 160000 index 0000000..5800e47 --- /dev/null +++ b/nomifun-tauri @@ -0,0 +1 @@ +Subproject commit 5800e4796d12c3fb236d2a2f5244c94ae9f17934 diff --git a/算力盒子 b/算力盒子 new file mode 160000 index 0000000..72ee001 --- /dev/null +++ b/算力盒子 @@ -0,0 +1 @@ +Subproject commit 72ee0014357bb83a72deeacaa81c9024c6fa9561