Update: 将子项目从 submodule 转为完整内容
- 移除 GovAI, nomifun-tauri, 算力盒子 的 submodule 引用 - 添加所有子项目的完整源代码 - 保留原始 .git 为 .git.bak 备份
This commit is contained in:
+63
@@ -0,0 +1,63 @@
|
||||
# 10-training-interactive — Training Interactive
|
||||
|
||||
## Style Overview
|
||||
|
||||
Elegant and lively color scheme, suitable for corporate training, online courses, knowledge sharing, and other interactive learning occasions
|
||||
|
||||
- **Scene**: Corporate training, online courses, knowledge sharing, skill teaching
|
||||
- **Mood**: Learning, interactive, progressive, energetic, friendly
|
||||
- **Color Tone**: Warm tone, medium saturation, comfortable and eye-friendly
|
||||
- **Industry**: Education, corporate training, human resources, consulting
|
||||
|
||||
## Color Palette
|
||||
|
||||
| Name | Hex | Usage |
|
||||
| -------------- | ------- | -------------- |
|
||||
| Background | #FFF9E6 | background |
|
||||
| Primary | #FF6B6B | primary |
|
||||
| Secondary | #4ECDC4 | secondary |
|
||||
| Accent | #FFE66D | accent |
|
||||
| Dark | #2D3436 | dark |
|
||||
| Primary Text | #2D3436 | text_primary |
|
||||
| Secondary Text | #636E72 | text_secondary |
|
||||
| Muted Text | #B2BEC3 | text_muted |
|
||||
|
||||
## Typography
|
||||
|
||||
| Element | Font |
|
||||
| -------- | --------------- |
|
||||
| title_en | Arial Black |
|
||||
| title_cn | Microsoft YaHei |
|
||||
| body | Microsoft YaHei |
|
||||
| data | Arial Black |
|
||||
|
||||
## Design Techniques
|
||||
|
||||
- Light yellow eye-friendly background
|
||||
- Interactive Q&A elements
|
||||
- Progress bar indicators
|
||||
- Card-style module layout
|
||||
- Friendly rounded corner design
|
||||
- Morph transition animations
|
||||
|
||||
## Page Structure (7 pages)
|
||||
|
||||
| Slide | Type | Elements | Description |
|
||||
| ----- | ---------- | -------- | ------------------------------------------------------------------ |
|
||||
| S1 | cover | 59 | Cover page - course title + instructor info + schedule |
|
||||
| S2 | objectives | 54 | Learning objectives page - 3 objective cards + progress indicators |
|
||||
| S3 | content1 | 60 | Content page 1 - knowledge point explanation + diagrams |
|
||||
| S4 | content2 | 69 | Content page 2 - key points list + diagrams |
|
||||
| S5 | content3 | 66 | Content page 3 - core concepts + summary |
|
||||
| S6 | practice | 58 | Practice interaction page - interactive Q&A + options |
|
||||
| S7 | summary | 54 | Summary page - course summary + next steps |
|
||||
|
||||
## Reference Script
|
||||
|
||||
Complete build script is in `build.sh`.
|
||||
|
||||
**Recommended slides to read for understanding core design techniques**:
|
||||
|
||||
- **Slide 1** — Cover page - course title + instructor info + schedule
|
||||
|
||||
No need to read all — skim 2-3 representative slides.
|
||||
Reference in New Issue
Block a user