This commit is contained in:
2026-05-02 09:59:06 +08:00
parent ea3e60c17c
commit 1af4075e9b
249 changed files with 11209 additions and 14884 deletions

View File

@@ -11,7 +11,6 @@
- 功能特性展示6 个核心功能)
- 数据中心关键指标
- 响应式布局
2. **帮助中心** (`/#/help`)
- 常见问题 FAQ
- 使用指南分类
@@ -31,6 +30,7 @@
### 方式一:直接访问 URL
在浏览器中访问:
```
http://localhost:5173/#/home
http://localhost:5173/#/help
@@ -49,12 +49,14 @@ http://localhost:5173/#/help
### 2. 更新联系信息
编辑以下文件中的联系方式:
- `src/views/home/index.vue` - 页脚联系方式
- `src/views/help/index.vue` - 联系我们板块
### 3. 添加真实的帮助文档
编辑 `src/views/help/index.vue` 中的:
```typescript
const faqs = ref([...]) // 常见问题
const guides = ref([...]) // 使用指南
@@ -64,6 +66,7 @@ const manuals = ref([...]) // 操作手册
### 4. 调整配色方案
页面使用了 Arco Design 主题色,可以通过 CSS 变量调整:
```less
rgb(var(--primary-6)) // 主色调
```