@doubao-apps/create 0.0.25 → 0.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/template-empty/.ai/reference/open-api/01-/345/237/272/347/241/200-/350/264/246/345/217/267-/347/263/273/347/273/237.md +699 -0
- package/dist/template-empty/.ai/reference/open-api/02-storage.md +417 -0
- package/dist/template-empty/.ai/reference/open-api/03-router.md +165 -0
- package/dist/template-empty/.ai/reference/open-api/04-ui-/344/272/244/344/272/222.md +432 -0
- package/dist/template-empty/.ai/reference/open-api/05-ui-/350/276/223/345/205/245.md +95 -0
- package/dist/template-empty/.ai/reference/open-api/06-network.md +298 -0
- package/dist/template-empty/.ai/reference/open-api/07-media.md +346 -0
- package/dist/template-empty/.ai/reference/open-api/08-open-/344/270/232/345/212/241/350/203/275/345/212/233.md +477 -0
- package/dist/template-empty/.ai/reference/open-api/09-device-bluetooth.md +985 -0
- package/dist/template-empty/.ai/reference/open-api/10-device-wi-fi.md +277 -0
- package/dist/template-empty/.ai/reference/open-api/11-device-/344/274/240/346/204/237/345/231/250.md +372 -0
- package/dist/template-empty/.ai/reference/open-api/12-device-/346/234/254/345/234/260/350/203/275/345/212/233.md +1005 -0
- package/dist/template-empty/.ai/reference/open-api/README.md +20 -0
- package/dist/template-empty/.ai/reference/open-api.md +1532 -307
- package/dist/template-empty/AGENTS.md +2 -2
- package/dist/template-empty/package.json +2 -2
- package/dist/template-starter/.ai/reference/open-api/01-/345/237/272/347/241/200-/350/264/246/345/217/267-/347/263/273/347/273/237.md +699 -0
- package/dist/template-starter/.ai/reference/open-api/02-storage.md +417 -0
- package/dist/template-starter/.ai/reference/open-api/03-router.md +165 -0
- package/dist/template-starter/.ai/reference/open-api/04-ui-/344/272/244/344/272/222.md +432 -0
- package/dist/template-starter/.ai/reference/open-api/05-ui-/350/276/223/345/205/245.md +95 -0
- package/dist/template-starter/.ai/reference/open-api/06-network.md +298 -0
- package/dist/template-starter/.ai/reference/open-api/07-media.md +346 -0
- package/dist/template-starter/.ai/reference/open-api/08-open-/344/270/232/345/212/241/350/203/275/345/212/233.md +477 -0
- package/dist/template-starter/.ai/reference/open-api/09-device-bluetooth.md +985 -0
- package/dist/template-starter/.ai/reference/open-api/10-device-wi-fi.md +277 -0
- package/dist/template-starter/.ai/reference/open-api/11-device-/344/274/240/346/204/237/345/231/250.md +372 -0
- package/dist/template-starter/.ai/reference/open-api/12-device-/346/234/254/345/234/260/350/203/275/345/212/233.md +1005 -0
- package/dist/template-starter/.ai/reference/open-api/README.md +20 -0
- package/dist/template-starter/.ai/reference/open-api.md +1532 -307
- package/dist/template-starter/AGENTS.md +2 -2
- package/dist/template-starter/package.json +2 -2
- package/package.json +1 -1
|
@@ -171,7 +171,7 @@ export default defineWidget({
|
|
|
171
171
|
完整的 Framework API(框架核心)和 Bridge API(系统能力)列表:
|
|
172
172
|
|
|
173
173
|
- **[Framework API 快速参考](.ai/reference/framework-api-quick-ref.md)** - 核心 Framework API 速查
|
|
174
|
-
- **[Open API
|
|
174
|
+
- **[Open API 目录](.ai/reference/open-api/README.md)** - 公开可用的端能力(系统能力)目录与详细文档
|
|
175
175
|
- **[组件库快速参考](.ai/reference/components-quick-ref.md)** - SDK 内置组件(Button、Switch、Swiper 等)
|
|
176
176
|
|
|
177
177
|
包含:
|
|
@@ -206,7 +206,7 @@ API 参考文档
|
|
|
206
206
|
|
|
207
207
|
- **[Framework API](.ai/reference/framework-api-quick-ref.md)** - 核心 Framework API 速查
|
|
208
208
|
- **[组件库](.ai/reference/components-quick-ref.md)** - SDK 内置组件速查
|
|
209
|
-
- **[Open API](.ai/reference/open-api.md)** - 系统能力 API
|
|
209
|
+
- **[Open API](.ai/reference/open-api/README.md)** - 系统能力 API 目录与详细文档
|
|
210
210
|
|
|
211
211
|
|
|
212
212
|
### 依赖包
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
"build": "doubao build"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@doubao-apps/framework": "^0.0.
|
|
9
|
+
"@doubao-apps/framework": "^0.0.26"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@doubao-apps/kit": "^0.0.
|
|
12
|
+
"@doubao-apps/kit": "^0.0.26",
|
|
13
13
|
"typescript": "5.5.3"
|
|
14
14
|
},
|
|
15
15
|
"version": "0.0.16"
|