From 8c59fe61e56772c233e1cbab50219eaf5b631944 Mon Sep 17 00:00:00 2001 From: NINEMINEsigma <1371605831@qq.com> Date: Tue, 10 Jun 2025 12:16:50 +0800 Subject: [PATCH] Save --- Convention/Config.md | 9 +++++++++ Convention/Source-README.md | 5 +++++ RootEnv-README.md | 3 +++ 3 files changed, 17 insertions(+) create mode 100644 Convention/Config.md create mode 100644 Convention/Source-README.md create mode 100644 RootEnv-README.md 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