web: 修复目录位置不对

This commit is contained in:
Xwite
2023-05-11 08:17:00 +08:00
parent a69161e468
commit 601dafd2f6
9 changed files with 16 additions and 20 deletions
+2 -9
View File
@@ -22,18 +22,11 @@
```shell
pnpm install
#安装项目
pnpm serve
pnpm dev
#开发模式
pnpm build
#打包
pnpm lint
pnpm lint:fix
#格式化代码
```
- 调试的时候可以修改.env.development里面的地址连接手机端调试
## 预览
![](imgs/1.jpg)
![](imgs/2.jpg)
![](imgs/3.jpg)
![](imgs/4.jpg)
+1 -2
View File
@@ -1,6 +1,5 @@
# legado_web_editor
![image-20220901202413040](https://cdn.jsdelivr.net/gh/jgckM/image@main/image/202209031638325.png)
## 🚧开发注意
@@ -29,6 +28,6 @@ pnpm build
### Lints and fixes files
```
pnpm lint
pnpm lint:fix
```