GeWuYou
7919c93f44
feat(resource): 添加资源管理系统和日志集成
- 实现了完整的资源管理系统,包括资源加载、缓存和卸载功能
- 添加了 IResourceHandle、IResourceLoader、IResourceManager 和 IResourceReleaseStrategy 接口定义
- 实现了 AutoReleaseStrategy 和 ManualReleaseStrategy 两种资源释放策略
- 创建了 ResourceCache 缓存系统和 ResourceHandle 资源句柄管理
- 在 ConfigurationManager 和 CoroutineScheduler 中集成了 ILogger 日志功能
- 添加了全面的 ResourceManagerTests 单元测试覆盖各种使用场景
2026-03-05 08:34:05 +08:00
..
2026-03-05 08:18:57 +08:00
2026-02-16 20:55:06 +08:00
2026-03-05 08:34:05 +08:00
2026-01-27 20:30:04 +08:00
2026-03-02 22:01:22 +08:00
2026-03-02 21:20:50 +08:00
2026-01-27 20:30:04 +08:00
2026-03-04 11:04:59 +08:00
2026-03-02 22:01:22 +08:00
2026-03-02 21:51:35 +08:00
2026-02-25 21:39:53 +08:00
2026-03-02 22:01:22 +08:00
2026-02-26 14:45:39 +08:00
2026-02-23 12:27:16 +08:00
2026-03-02 21:51:35 +08:00
2026-02-25 20:40:02 +08:00
2026-03-04 11:04:59 +08:00
2026-02-16 20:55:06 +08:00
2026-03-05 08:34:05 +08:00
2026-03-05 08:18:57 +08:00
2026-02-23 12:27:16 +08:00
2026-02-23 12:27:16 +08:00
2026-03-02 22:01:22 +08:00
2026-02-23 12:27:16 +08:00
2026-02-26 21:52:42 +08:00
2026-01-27 12:45:03 +08:00