## AppSelect

| 参数            | 说明                          | 类型                     | 默认值 |
| --------------- | ----------------------------- | ------------------------ | ------ |
| getJumpUrl      | 获取点击后的跳转链接          | Function                 | -      |
| platformIconMap | 可选项字段和对应的 icon 名字  | Record\<string, string\> | { android: 'umicon-android_circle', iphone: 'umicon-iOS_circle' }      |
| apps            | 可选择的应用列表                | App[]                    | -      |
| appId           | 选中的 appId                  | string                   | all      |
| showAll         | 是否显示"全部应用"              | boolean                  | false      |
| onChange        | 当所选 appId 变化时调用的函数 | (app: App \| {}) => void | -      |

#### App

单个可选应用的内容

| 参数     | 说明       | 类型   | 默认值 |
| -------- | ---------- | ------ | ------ |
| appKey   | appkey     | string | -      |
| platform | 平台       | string | -      |
| name     | 显示的名字 | string | -      |
