This commit is contained in:
ninemine
2025-06-11 16:43:57 +08:00
parent 8c59fe61e5
commit a7cf31f676
6 changed files with 71 additions and 12 deletions

View File

@@ -1,5 +1,17 @@
[返回](../RootEnv-README.md)
# /Convention
本位置用于放置代码内的静态配置文件, 如必要的环境资源或编译指示等
---
允许直接暴露在外的接口文件放置在该文件夹下
# 目录结构
- [[Runtime]*]([Runtime]/Runtime-READNE.md)
核心内容, 目标运行时将需要这些内容
- [[Static]]([Static]/Static-README.md)
作用于目标生成前, 将作为静态的辅助部分协助开发, 但最终不参与生成