@doubao-apps/ai 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/994.js +5 -5
- package/dist/skills/doubao-apps-dev/.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/skills/doubao-apps-dev/.ai/reference/open-api/02-storage.md +417 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/03-router.md +165 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/04-ui-/344/272/244/344/272/222.md +432 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/05-ui-/350/276/223/345/205/245.md +95 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/06-network.md +298 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/07-media.md +346 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/08-open-/344/270/232/345/212/241/350/203/275/345/212/233.md +477 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/09-device-bluetooth.md +985 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/10-device-wi-fi.md +277 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/11-device-/344/274/240/346/204/237/345/231/250.md +372 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/12-device-/346/234/254/345/234/260/350/203/275/345/212/233.md +1005 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api/README.md +20 -0
- package/dist/skills/doubao-apps-dev/.ai/reference/open-api.md +198 -4589
- package/dist/skills/doubao-apps-dev/AGENTS.md +2 -2
- package/dist/skills/doubao-apps-dev/CLAUDE.md +1 -1
- package/dist/skills/doubao-apps-dev/SKILL.md +4 -4
- package/package.json +1 -1
|
@@ -172,7 +172,7 @@ export default defineWidget({
|
|
|
172
172
|
完整的 Framework API(框架核心)和 Bridge API(系统能力)列表:
|
|
173
173
|
|
|
174
174
|
- **[Framework API 快速参考](.ai/reference/framework-api-quick-ref.md)** - 核心 Framework API 速查
|
|
175
|
-
- **[Open API
|
|
175
|
+
- **[Open API 目录](.ai/reference/open-api/README.md)** - 公开可用的端能力(系统能力)目录与详细文档
|
|
176
176
|
- **[组件库快速参考](.ai/reference/components-quick-ref.md)** - SDK 内置组件(Button、Switch、Swiper 等)
|
|
177
177
|
|
|
178
178
|
包含:
|
|
@@ -207,7 +207,7 @@ API 参考文档
|
|
|
207
207
|
|
|
208
208
|
- **[Framework API](.ai/reference/framework-api-quick-ref.md)** - 核心 Framework API 速查
|
|
209
209
|
- **[组件库](.ai/reference/components-quick-ref.md)** - SDK 内置组件速查
|
|
210
|
-
- **[Open API](.ai/reference/open-api.md)** - 系统能力 API
|
|
210
|
+
- **[Open API](.ai/reference/open-api/README.md)** - 系统能力 API 目录与详细文档
|
|
211
211
|
|
|
212
212
|
|
|
213
213
|
### 依赖包
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
| 性能优化 | [.ai/guides/performance-optimization.md](.ai/guides/performance-optimization.md) |
|
|
17
17
|
| 问题排查 | [.ai/guides/troubleshooting.md](.ai/guides/troubleshooting.md) |
|
|
18
18
|
| Framework API | [.ai/reference/framework-api-quick-ref.md](.ai/reference/framework-api-quick-ref.md) |
|
|
19
|
-
| Bridge API / 系统能力 | [.ai/reference/open-api.md](.ai/reference/open-api.md) |
|
|
19
|
+
| Bridge API / 系统能力 | [.ai/reference/open-api/README.md](.ai/reference/open-api/README.md) |
|
|
20
20
|
|
|
21
21
|
## 知识库结构
|
|
22
22
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: doubao-apps-dev
|
|
3
|
-
description:
|
|
3
|
+
description:
|
|
4
4
|
Doubao Apps SDK (框架/framework) 开发指南。用于开发豆包小程序应用,
|
|
5
5
|
包含 Page(页面)、Widget(卡片)组件开发、Bridge API 系统能力调用、生命周期管理等。
|
|
6
6
|
基于 React Lynx 框架,使用 TSX/JSX 语法和 React Hooks 开发模式,并且提供了内置 UI 组件开箱即用。
|
|
7
7
|
当用户开发豆包应用、创建页面或卡片组件、调用端能力 API 时使用此技能。
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
-
# Doubao Apps SDK AI 开发指南
|
|
10
|
+
# SKILL.md - Doubao Apps SDK AI 开发指南
|
|
11
11
|
|
|
12
12
|
本文件专供 AI coding agents(如 Claude、Copilot、Cursor)和开发者使用,提供 Doubao Apps SDK 框架的快速入门、开发规则和文档导航。
|
|
13
13
|
|
|
@@ -181,7 +181,7 @@ export default defineWidget({
|
|
|
181
181
|
完整的 Framework API(框架核心)和 Bridge API(系统能力)列表:
|
|
182
182
|
|
|
183
183
|
- **[Framework API 快速参考](.ai/reference/framework-api-quick-ref.md)** - 核心 Framework API 速查
|
|
184
|
-
- **[Open API
|
|
184
|
+
- **[Open API 目录](.ai/reference/open-api/README.md)** - 公开可用的端能力(系统能力)目录与详细文档
|
|
185
185
|
- **[组件库快速参考](.ai/reference/components-quick-ref.md)** - SDK 内置组件(Button、Switch、Swiper 等)
|
|
186
186
|
|
|
187
187
|
包含:
|
|
@@ -216,7 +216,7 @@ API 参考文档
|
|
|
216
216
|
|
|
217
217
|
- **[Framework API](.ai/reference/framework-api-quick-ref.md)** - 核心 Framework API 速查
|
|
218
218
|
- **[组件库](.ai/reference/components-quick-ref.md)** - SDK 内置组件速查
|
|
219
|
-
- **[Open API](.ai/reference/open-api.md)** - 系统能力 API
|
|
219
|
+
- **[Open API](.ai/reference/open-api/README.md)** - 系统能力 API 目录与详细文档
|
|
220
220
|
|
|
221
221
|
|
|
222
222
|
### 依赖包
|