Files
Convention-Template/Convention/[Runtime]/Runtime-README.md
2025-06-29 17:42:49 +08:00

44 lines
899 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[返回](../Source-README.md)
# /Convention/Runtime
本位置用于放置允许直接暴露的接口代码与汇总代码
---
# 目录结构
- [Config*](Config.md)
检查并尝试引入所有依赖库, 定义PlatformIndicator与一些基础内容
- [Architecture*](Architecture.md)
核心架构模块,包含依赖注入、事件系统和架构抽象
- [File*](File.md)
文件操作工具模块,提供跨平台的文件和目录操作
- [GlobalConfig*](GlobalConfig.md)
全局配置管理模块,提供配置文件操作和日志系统
- [Web](Web.md)
网络工具模块提供HTTP客户端和URL操作功能
- [Math*](Math.md)
数学工具模块,提供常用数学计算功能
- [Plugins*](Plugins.md)
插件系统模块,提供扩展机制和平台特定功能
- [EasySave](EasySave.md)
完整的序列化和数据持久化系统,提供易用的数据存储功能