同步官网文档8m_25d

This commit is contained in:
kwiilh
2025-08-25 18:36:29 +08:00
parent 4dc0ecf18d
commit 9e8855eeb4
5089 changed files with 8798 additions and 4799 deletions

View File

@@ -1,5 +1,5 @@
---
front:
front:
hard: 入门
time: 分钟
---
@@ -8,7 +8,7 @@ time: 分钟
## 设计初衷
开发者在开发游戏玩法时,往往需要在游戏的原生界面上做一些自己的修改,可以通过获取原生界面的<a href ="40-UIAPI文档.html?catalog=1#screennode"> ScreenNode </a>实例并使用SDK接口去修改。
开发者在开发游戏玩法时,往往需要在游戏的原生界面上做一些自己的修改,可以通过[UI说明文档-修改其他界面](30-UI说明文档.md#修改其他界面)的方式修改,或者通过获取原生界面的 [ScreenNode](40-UIAPI文档.md#screennode) 实例并使用SDK接口去修改。
## 框架介绍