There was an error while loading. Please reload this page.
1 parent 9fc8c99 commit fe51a51Copy full SHA for fe51a51
README.md
@@ -34,7 +34,7 @@ git clone https://github.com/zxysilent/blog.git
34
数据库自带文章内容请在部署前删除
35
36
#### 运行服务
37
-- 配置```conf.xml```数据库信息
+- 配置```conf.toml```数据库信息
38
- 还原 ```data```目录下 ```db.sql``` 数据库
39
40
- 安装依赖
@@ -47,7 +47,7 @@ git clone https://github.com/zxysilent/blog.git
47
- 安装依赖 ``` npm install ```
48
- 开发运行 ``` npm run serve ```
49
- 浏览器打开 [http://127.0.0.1:8080/](http://127.0.0.1:8080/)
50
-- 发布 ```npm run build ``` 会自动发布到 ```static/dist```目录下面
+- 发布 ```npm run build ``` 会自动发布到 ```dist```目录下面
51
- 友链里面第一个为后台登陆地址默认用户名```zxysilent```,密码```zxyslt```,可自行数据库修改
52
### 评论配置
53
- 配置项目 opts(表).comment(值)
0 commit comments