chore: 移除第三方引擎引用,改进 README 专业度

This commit is contained in:
yhh
2025-12-13 20:56:22 +08:00
parent beaa1d09de
commit b5158b6ac6
6 changed files with 137 additions and 122 deletions

View File

@@ -2,9 +2,6 @@
* 点击特效组件 - 在点击位置播放粒子效果
* Click FX Component - Play particle effects at click position
*
* 类似 Unity 的 ShowFxWhenClicked 功能。
* Similar to Unity's ShowFxWhenClicked functionality.
*
* @example
* ```typescript
* // 在编辑器中添加此组件到相机或空实体上