Skip to content

Commit f127ec1

Browse files
committed
docs: 更新 README
1 parent e65a07e commit f127ec1

1 file changed

Lines changed: 19 additions & 14 deletions

File tree

README.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ UI 风格参考 VSCode。
1010

1111
---
1212

13-
## Preview
13+
## 预览图
1414

1515
示例日志处理效果:
1616

@@ -20,7 +20,7 @@ UI 风格参考 VSCode。
2020

2121
---
2222

23-
## Features
23+
## 特性
2424

2525
### 核心功能
2626

@@ -52,7 +52,7 @@ UI 风格参考 VSCode。
5252

5353
---
5454

55-
## Tech Stack
55+
## 技术栈
5656

5757
- **框架**:Vue 3
5858
- **状态管理**:Pinia
@@ -61,11 +61,11 @@ UI 风格参考 VSCode。
6161

6262
---
6363

64-
## Getting Started
64+
## 开发指南
6565

6666
### 安装与运行
6767

68-
本项目使用 pnpm 作为包管理器,在运行项目前,请确保你已安装 pnpm
68+
本项目使用 pnpm 作为包管理器,在运行项目前,请确保已安装 pnpm,如果你不知道什么是 pnpm,请忽略这一部分的内容
6969

7070
```bash
7171
# 如果没有安装 pnpm,可通过 npm 全局安装
@@ -86,15 +86,20 @@ pnpm build:single
8686

8787
---
8888

89-
## Project Structure
90-
91-
- `editor/`:核心逻辑(过滤、样式、身份处理等)
92-
- `io/`:导入 / 导出 / 本地存储
93-
- `composables/`:Vue 逻辑封装
94-
- `stores/`:状态管理
95-
- `components/`:UI 组件
96-
- `utils/`:通用工具函数
97-
- `directives/`:自定义模板指令
89+
## 项目结构
90+
91+
```text
92+
src/
93+
├── components/ Vue 组件
94+
├── views/ 桌面端与移动端页面入口
95+
├── composables/ 应用流程、交互与 UI 行为
96+
├── stores/ 状态管理
97+
├── editor/ 过滤、身份与样式编辑逻辑
98+
├── io/ 导入、导出与工程存储
99+
├── types/ 共享类型
100+
├── utils/ 通用工具
101+
└── data/ 静态数据
102+
```
98103

99104
---
100105

0 commit comments

Comments
 (0)