This commit is contained in:
2025-06-10 12:16:50 +08:00
parent a867743314
commit 8c59fe61e5
3 changed files with 17 additions and 0 deletions

9
Convention/Config.md Normal file
View File

@@ -0,0 +1,9 @@
# /Convention/Config
---
包含了关于静态的配置信息等内容, 并且引入全体标准库内容
## Import All
在可能的情况下

View File

@@ -0,0 +1,5 @@
# /Convention
---
允许直接暴露在外的接口文件放置在该文件夹下

3
RootEnv-README.md Normal file
View File

@@ -0,0 +1,3 @@
# 根目录
根目录用于放置实现代码外的配置文件, 如必要的环境资源或编译指示等