diff --git a/Astral3D/README.en.md b/Astral3D/README.en.md
index 7c4a425..1a0505a 100644
--- a/Astral3D/README.en.md
+++ b/Astral3D/README.en.md
@@ -1,113 +1,65 @@
-#
Astral 3D Editor
+# NeonVision 3D Editor
-🌍 [简体中文](README.md) | English
+[简体中文](README.md) | English
+## Core Features
-Link:
-[](https://github.com/mlt131220/Astral3D)
-[](https://gitee.com/mlt131220/Astral3D)
-[](https://editor.astraljs.com)
+- Multi-format support: 30+ model formats (GLTF/OBJ/FBX/GLB/RVT/IFC, etc.)
+- BIM Model Lightweight Display (RVT/IFC)
+- CAD Drawing Analysis (DWG/DXF)
+- Scene Subpackage Storage and Loading
+- Animation Editor
-> Modern Web 3D editor based on Vue3 + Three.js
+## Extended Capabilities
-
-
|
|
+## Quick Start
+### Prerequisites
+- Node.js ≥ 20.x
+- PNPM
-## 🚀 Core competence
+### Local Development
-### Core function
-- ✅ Multi-format support: 30+ model format (GLTF/OBJ/FBX/GLB/RVT/IFC, etc.)
-- ✅ BIM Model Lightweight Demonstration (RVT/IFC)
-- ✅ CAD drawing analysis (DWG/DXF)
-- ✅ Scenario subcontract storage and loading
-- ✅ Animation editor
-
-### Expansion capability
-- 🧩 plug-in system
-- 📜 When the script is running
-- 💫 Particle system
-- ❄️ Weather system
-- ☁️ Cloud Storage Integration (USS again)
-- 🎠 Resource center
-
-### Coming soon
-- 🚧 Physical engine support
-- 🚧 WebGPU support
-- 🚧 Data components (API/WebSocket)
-- 🚧 low code data large screen
-- 🚧 WebSocket Multi-party collaboration
-
-## 🛠️ Technology stack
-
-
-
-
-
-
-
-## ⚡ Quick start
-
-### pre-demand
-- Node.js ≥ 23.11.x
-- Yarn
-
-### Local run
```bash
- git clone https://github.com/mlt131220/Astral3D.git
+# Clone the project
+git clone
|
|
-
-## ⚖️ License agreement
-
-This project adopts the [![Apache License] (https://img.shields.io/badge/License-Apache_2.0-blue.svg)] (License) open source licenses, please comply with the terms of the agreement and the following supplementary conditions:
-
-- ✅ allows: individual learning/secondary development
-- ⚠️ A copyright notice is required
-- ⚠️ commercial use requires authorization
-- ❌ Prohibited: using this project for business or illegal purposes that are competitive with **hangzhou xingluan digital technology**
-
-**[Full legal notice](LEGAL.md)** | **[Contribution guide](CONTRIBUTING.md)**
-
-## 🌟 Star trend
-
-[](https://star-history.com/#mlt131220/Astral3D&Date)
\ No newline at end of file
+*More content to be added*
diff --git a/Astral3D/README.md b/Astral3D/README.md
index 3835ef7..10ee14b 100644
--- a/Astral3D/README.md
+++ b/Astral3D/README.md
@@ -1,126 +1,65 @@
-#
-
|
+- Vue 3.5+
+- Three.js r176+
+- Cesium 1.107+
+- Naive UI 2.43+
+- UnoCSS 0.46+
-
-
-
-## 🚀 核心能力
-
-### 核心功能
-- ✅ 多格式支持:[30+ 模型格式(GLTF/OBJ/FBX/GLB/RVT/IFC等)](http://editor-doc.astraljs.com/guide/f7smai4w/#%E5%9F%BA%E7%A1%80%E6%93%8D%E4%BD%9C%E5%8C%BA)
-- ✅ BIM模型轻量化展示(RVT/IFC)
-- ✅ CAD图纸解析(DWG/DXF)
-- ✅ 场景分包存储与加载
-- ✅ 动画编辑器
-
-### 扩展能力
-- 🧩 插件系统
-- 📜 脚本运行时
-- 💫 粒子系统
-- ❄️ 天气系统
-- ☁️ 云存储集成(又拍云 USS)
-- 🎠 资源中心
-
-### 即将到来
-- 🚧 物理引擎支持
-- 🚧 WebGPU 支持
-- 🚧 数据组件(API/WebSocket)
-- 🚧 低代码数据大屏
-- 🚧 WebSocket 多人协作
-
-## 🛠️ 技术栈
-
-
-
-
-
-
-
-## ⚡ 快速开始
+## 快速开始
### 前置需求
-- Node.js ≥ 23.11.x
-- PNPM
-```
-# 进入项目时
-nvm use 23.11.0
-# 或者如果 .nvmrc 已存在,直接:
-nvm use
-# 如果还是不行,手动修复 PATH 顺序:
-$env:PATH = "E:\nvm4w\nodejs;$env:PATH"
-nvm version # 应显示 1.1.12
-nvm install 23.11.0
-nvm use 23.11.0
-node --version
-```
+- Node.js ≥ 20.x
+- PNPM
### 本地运行
-```bash
- git clone https://github.com/mlt131220/Astral3D.git
- cd Astral3D
- pnpm install
- pnpm run sdk:build
- pnpm run editor:dev
+```bash
+# 克隆项目
+git clone
|
|
-
-## ⚖️ 许可协议
-
-本项目采用 [](LICENSE) 开源协议,使用时请遵守协议条款及以下补充条款:
-
-- ✅ 允许:个人学习/二次开发
-- ⚠️ 需要版权声明
-- ⚠️ 商业用途需要授权
-- ❌ 禁止:将本项目用于与**杭州星孪数字科技**有竞争性的业务或非法用途
-
-**[完整法律声明](LEGAL.md)** | **[贡献指南](CONTRIBUTING.md)**
-
-## 🌟 Star 趋势
-
-[](https://star-history.com/#mlt131220/Astral3D&Date)
\ No newline at end of file
+*更多内容待补充*
diff --git a/Astral3D/package.json b/Astral3D/package.json
index ffccaa9..cfd2b83 100644
--- a/Astral3D/package.json
+++ b/Astral3D/package.json
@@ -1,28 +1,29 @@
-{
- "name": "astral3d",
- "version": "1.0.0",
- "description": "Astral3D Engine",
- "author": "ErSan