We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff623d4 commit 212cf63Copy full SHA for 212cf63
3 files changed
.env.development
@@ -1,4 +1,3 @@
1
ENV = 'development'
2
3
-VUE_APP_BASE_URL = 'http://pedro.7yue.pro/'
4
-# VUE_APP_BASE_URL = 'http://localhost:5000/'
+VUE_APP_BASE_URL = 'http://localhost:5000/'
README.md
@@ -97,7 +97,11 @@ QQ群搜索:林间有风 或 643205479
97
98
## 版本日志
99
100
-最新版本 `0.3.0`
+最新版本 `0.3.1`
101
+
102
+### 0.3.1
103
104
+1. `F` 增加历史栏高度
105
106
### 0.3.0
107
package.json
@@ -1,6 +1,6 @@
{
"name": "lin-cms",
- "version": "0.3.0",
+ "version": "0.3.1",
"private": true,
5
"scripts": {
6
"serve": "node script/plugin-get-config.js && vue-cli-service serve",
0 commit comments