feat: config帮助文档初始化(WIP)

This commit is contained in:
ikechan8370 2023-03-03 20:32:10 +08:00
parent 873deda49d
commit 1bb065be18
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
config/*
!config/config.example.js
!config/config.example.json
!config/config.md
node_modules/

3
config/config.md Normal file
View file

@ -0,0 +1,3 @@
## 配置项解析
正在施工中......