zhizhi code repo
Go to file
copilot-swe-agent[bot] 9a247a55fb Create guanghu-project module file structure
Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-05 09:08:45 +00:00
.github/workflows Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
app Create page.tsx 2025-05-14 16:09:05 +08:00
backend-integration Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
dingtalk-bot Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m01-login Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m03-personality Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m05-user-center Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m06-ticket Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m07-dialogue-ui Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m10-cloud Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m11-module Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
m12-kanban Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
public Initial commit 2025-05-14 07:49:23 +00:00
.gitignore Initial commit 2025-05-14 07:49:23 +00:00
README.md Create guanghu-project module file structure 2026-03-05 09:08:45 +00:00
next.config.ts Initial commit 2025-05-14 07:49:23 +00:00
package-lock.json Initial commit 2025-05-14 07:49:23 +00:00
package.json Initial commit 2025-05-14 07:49:23 +00:00
postcss.config.mjs Initial commit 2025-05-14 07:49:23 +00:00
tsconfig.json Initial commit 2025-05-14 07:49:23 +00:00

README.md

光湖系统 · 模块代码总仓库

仓库结构

每个模块一个文件夹,开发者将代码上传到对应文件夹中。

文件夹 模块 负责人
m01-login M01 用户登录界面 肥猫
m03-personality M03 人格系统 肥猫
m05-user-center M05 用户中心界面 花尔
m06-ticket M06 工单管理界面 桔子
m07-dialogue-ui M07 对话UI 燕樊
m10-cloud M10 云盘系统 燕樊
m11-module M11 工单管理模块 桔子
m12-kanban M12 状态看板 小草莓
dingtalk-bot 钉钉机器人 之之
backend-integration 后端集成中间层 页页

上传规范

每个模块文件夹必须包含以下文件:

  • README.md模块说明
  • package.json依赖声明
  • src/(源代码目录)
  • SYSLOG.md开发回执日志

自动检查

每次 push 会自动检查模块结构是否符合规范,不通过会标红提醒。