@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
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Open API 目录
|
|
2
|
+
|
|
3
|
+
> 这里是系统能力 Open API 的分组目录。先用 [速查索引](../open-api.md) 找 API,再进入对应分组查看完整参数、返回值、示例和相关类型。
|
|
4
|
+
|
|
5
|
+
## 分组
|
|
6
|
+
|
|
7
|
+
| 分组 | 说明 | API 数量 | 详细文档 |
|
|
8
|
+
| --- | --- | ---: | --- |
|
|
9
|
+
| 基础 / 账号 / 系统 | 账号、授权、宿主基础信息、窗口信息和定位。 | 11 | [查看](./01-基础-账号-系统.md) |
|
|
10
|
+
| Storage | 本地缓存;带 Sync 后缀的是同步 API。 | 10 | [查看](./02-storage.md) |
|
|
11
|
+
| Router | 应用内页面跳转和关闭。 | 6 | [查看](./03-router.md) |
|
|
12
|
+
| UI / 交互 | Toast、Loading、Modal、ActionSheet 和返回前提醒。 | 9 | [查看](./04-ui-交互.md) |
|
|
13
|
+
| UI / 输入 | 键盘和输入框选区能力。 | 3 | [查看](./05-ui-输入.md) |
|
|
14
|
+
| Network | 网络请求、网络类型和本机局域网 IP。 | 4 | [查看](./06-network.md) |
|
|
15
|
+
| Media | 图片选择、预览、保存、压缩和信息读取。 | 5 | [查看](./07-media.md) |
|
|
16
|
+
| Open / 业务能力 | 开放业务能力、支付、隐私设置、上下文和外部应用打开。 | 11 | [查看](./08-open-业务能力.md) |
|
|
17
|
+
| Device / Bluetooth | 蓝牙和 BLE 能力;通常先打开适配器,再扫描、连接和读写。 | 19 | [查看](./09-device-bluetooth.md) |
|
|
18
|
+
| Device / Wi-Fi | Wi-Fi 模块能力;通常先 startWifi,再获取列表或连接。 | 6 | [查看](./10-device-wi-fi.md) |
|
|
19
|
+
| Device / 传感器 | 加速度、罗盘、陀螺仪、设备方向和 iBeacon。 | 12 | [查看](./11-device-传感器.md) |
|
|
20
|
+
| Device / 本地能力 | 剪贴板、电话、联系人、日历、扫码、屏幕、震动等系统能力。 | 19 | [查看](./12-device-本地能力.md) |
|