commit b553d9aab7338f5b509aefdb0ccccfe2930c714c Author: junge <378482532@qq.com> Date: Mon Feb 2 17:40:51 2026 +0800 原型设计系统 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..de4d1f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +dist +node_modules diff --git a/DESIGN_PROMPTS.md b/DESIGN_PROMPTS.md new file mode 100644 index 0000000..ca26a2a --- /dev/null +++ b/DESIGN_PROMPTS.md @@ -0,0 +1,99 @@ +# 产品设计系统 - 提示词 (Prompt) 约束指南 + +本指南旨在规范如何使用 AI 辅助生成符合 `Funtime Design System` 标准的代码和内容。本系统基于 **Vue 3 + TypeScript + Element Plus + Pinia** 构建。 + +## 1. 技术栈约束 (Tech Stack Constraints) + +在生成代码时,请始终遵循以下技术栈版本和规范: + +- **框架**: Vue 3 (Composition API, ` +``` diff --git a/index.html b/index.html new file mode 100644 index 0000000..6fbca09 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + +
+ + +Select a module to get started
+ +{{ module.description }}
+Tom committed 2024/04/12 20:46
+Tom committed 2024/04/03 20:46
+Welcome to the Personnel Evaluation module.
+更新时间:{{ course.updateTime }}
+ +{{ currentChapter.content || '暂无介绍' }}
+