同步官网文档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: 分钟
sidebarDepth: 4
@@ -296,7 +296,7 @@ BasePage提供了一系列方法方便开发者在页面中进行排版这些
pass
def func_2(args1, args2):
pass
callbackDict_1 = {
"func": func_1
}
@@ -304,7 +304,7 @@ BasePage提供了一系列方法方便开发者在页面中进行排版这些
"func": func_2,
"args": [1, 2]
}
page = BasePage()
page.Call(callbackDict_1)
page.Call(callbackDict_2)
@@ -393,6 +393,6 @@ TitlePage提供了对标题的处理方法方便开发者具体的示例
- 备注
- 该函数是在你自定义页面重写**Show**方法的时候调用用于排版标题如何使用见Demo。