diff --git a/Convention/Config.md b/Convention/Config.md new file mode 100644 index 0000000..ef722dd --- /dev/null +++ b/Convention/Config.md @@ -0,0 +1,9 @@ +# /Convention/Config + +--- + +包含了关于静态的配置信息等内容, 并且引入全体标准库内容 + +## Import All + +在可能的情况下 \ No newline at end of file diff --git a/Convention/Source-README.md b/Convention/Source-README.md new file mode 100644 index 0000000..3f90ca5 --- /dev/null +++ b/Convention/Source-README.md @@ -0,0 +1,5 @@ +# /Convention + +--- + +允许直接暴露在外的接口文件放置在该文件夹下 \ No newline at end of file diff --git a/RootEnv-README.md b/RootEnv-README.md new file mode 100644 index 0000000..79255ec --- /dev/null +++ b/RootEnv-README.md @@ -0,0 +1,3 @@ +# 根目录 + +根目录用于放置实现代码外的配置文件, 如必要的环境资源或编译指示等 \ No newline at end of file