添加文件生成功能,支持自定义文件模板

This commit is contained in:
2024-07-07 21:10:05 +08:00
parent 37cdf271dc
commit 34a98ab47e
16 changed files with 1250 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
module.exports = {
server: true,
client: true
}