feat(builtin): modularize builtin SDK and add environment/task management capability with updated examples and docs

This commit is contained in:
duorameng
2026-05-26 15:53:13 +08:00
parent db1d4f24f7
commit 20d0ab54d1
19 changed files with 1244 additions and 156 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ export default defineConfig({
link: '/guide/examples/',
items: [
{ text: '浏览器示例', link: '/guide/examples/browser' },
{ text: '消息通知示例', link: '/guide/examples/notify' }
{ text: '内置库示例', link: '/guide/examples/builtin' }
]
}
]