From a7cf31f6765050c8e944163ac6387a1af8ff6e7e Mon Sep 17 00:00:00 2001 From: ninemine <106434473+NINEMINEsigma@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:43:57 +0800 Subject: [PATCH] BS 0.0.1 --- Convention/Config.md | 9 --------- Convention/Source-README.md | 14 +++++++++++++- Convention/[Runtime]/Config.md | 20 ++++++++++++++++++++ Convention/[Runtime]/Runtime-READNE.md | 15 +++++++++++++++ Convention/[Static]/Static-README.md | 7 +++++++ RootEnv-README.md | 18 ++++++++++++++++-- 6 files changed, 71 insertions(+), 12 deletions(-) delete mode 100644 Convention/Config.md create mode 100644 Convention/[Runtime]/Config.md create mode 100644 Convention/[Runtime]/Runtime-READNE.md create mode 100644 Convention/[Static]/Static-README.md diff --git a/Convention/Config.md b/Convention/Config.md deleted file mode 100644 index ef722dd..0000000 --- a/Convention/Config.md +++ /dev/null @@ -1,9 +0,0 @@ -# /Convention/Config - ---- - -包含了关于静态的配置信息等内容, 并且引入全体标准库内容 - -## Import All - -在可能的情况下 \ No newline at end of file diff --git a/Convention/Source-README.md b/Convention/Source-README.md index 3f90ca5..304c6dc 100644 --- a/Convention/Source-README.md +++ b/Convention/Source-README.md @@ -1,5 +1,17 @@ +[返回](../RootEnv-README.md) + # /Convention +本位置用于放置代码内的静态配置文件, 如必要的环境资源或编译指示等 + --- -允许直接暴露在外的接口文件放置在该文件夹下 \ No newline at end of file +# 目录结构 + +- [[Runtime]*]([Runtime]/Runtime-READNE.md) + +核心内容, 目标运行时将需要这些内容 + +- [[Static]]([Static]/Static-README.md) + +作用于目标生成前, 将作为静态的辅助部分协助开发, 但最终不参与生成 \ No newline at end of file diff --git a/Convention/[Runtime]/Config.md b/Convention/[Runtime]/Config.md new file mode 100644 index 0000000..0a7d77b --- /dev/null +++ b/Convention/[Runtime]/Config.md @@ -0,0 +1,20 @@ +[返回](./Runtime-READNE.md) + +# /Convention/Runtime/Config + +--- + +包含了关于静态的配置信息等内容, 并且引入全体标准库内容 + +## Import All + +检查并尝试引入所有依赖库 + +## PlatformIndicator包含的内容 + +- 是否为某平台 +- 获取平台位数 +- 获取编译信息 +- 获取目标生成的信息 + +## 其他基础内容 \ No newline at end of file diff --git a/Convention/[Runtime]/Runtime-READNE.md b/Convention/[Runtime]/Runtime-READNE.md new file mode 100644 index 0000000..29bd747 --- /dev/null +++ b/Convention/[Runtime]/Runtime-READNE.md @@ -0,0 +1,15 @@ +[返回](../Source-README.md) + +# /Convention/Runtime + +本位置用于放置允许直接暴露的接口代码与汇总代码 + +--- + +# 目录结构 + +- [Config*](Config.md) + +检查并尝试引入所有依赖库, 定义PlatformIndicator与一些基础内容 + + diff --git a/Convention/[Static]/Static-README.md b/Convention/[Static]/Static-README.md new file mode 100644 index 0000000..ff5e656 --- /dev/null +++ b/Convention/[Static]/Static-README.md @@ -0,0 +1,7 @@ +[返回](../Source-README.md) + +# /Convention/Static + +作用于目标生成前, 将作为静态的辅助部分协助开发, 但最终不参与生成 + +--- \ No newline at end of file diff --git a/RootEnv-README.md b/RootEnv-README.md index 79255ec..8e69a99 100644 --- a/RootEnv-README.md +++ b/RootEnv-README.md @@ -1,3 +1,17 @@ -# 根目录 +# / -根目录用于放置实现代码外的配置文件, 如必要的环境资源或编译指示等 \ No newline at end of file +根目录用于放置实现代码外的配置文件, 如必要的环境资源或编译指示等 + +--- + +# 目录结构 + +- [Convention](Convention/Source-README.md) + +核心内容 + +# 修改日志 + +基础标准`BS`, 增强提案`EP` + +- `0.0.1` `BS` 建立标准 \ No newline at end of file