update
This commit is contained in:
parent
964a2e5f1a
commit
98e3e194c1
8
.hintrc
Normal file
8
.hintrc
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": [
|
||||
"development"
|
||||
],
|
||||
"hints": {
|
||||
"no-inline-styles": "off"
|
||||
}
|
||||
}
|
@ -59,7 +59,7 @@ npm run build
|
||||
|
||||
## 数据库
|
||||
|
||||
创建一个 `mysql` 数据库,选择`UTF-8`字符集
|
||||
创建一个 `mysql` 数据库,选择`utf8mb4`字符集
|
||||
|
||||
## 后端
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user