chore: 删除无用的 info 文件

This commit is contained in:
plum 2026-04-09 01:10:44 +08:00
parent e8615c6796
commit 838939855e
2 changed files with 0 additions and 21 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

View File

@ -1,21 +0,0 @@
1. 脚本系统 支持编写代码脚本进行逻辑交互支持(升级后的)
2. GLTF轻量化工具 对GLTF格式模型进行轻量化处理轻量化率达50%以上(升级后的)
3. 数据组件 支持注册数据源,并驱动模型进行可视化展示
4. 分包打包 支持ktx2等格式纹理打包拥有更快的打包速度和更小的包体积(升级后的)
5. 离线包 导出和加载场景离线包,支持项目二次开发
6. 扩展3D对象 热力图、U面板、动态路径、水池
```text
把 Astral项目的 Astral/3d/editor/src/views/editor/components/extraPane/resource/builtin/Expansion.vue
迁移到 TkAstral3D/packages/editor/src/views/editor/components/extraPane/resource/builtin 下
要保证扩展中所有相关功能正常
```