forked from NervJS/taro
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
153 changed files
with
1,975 additions
and
1,976 deletions.
There are no files selected for viewing
558 changes: 274 additions & 284 deletions
558
packages/taro-platform-harmony-hybrid/src/api/apis/NativeApi.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/taro-platform-harmony-hybrid/src/api/apis/ai/facial.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
/** | ||
* 停止人脸识别 | ||
* | ||
* | ||
* @canNotUse stopFaceDetect | ||
*/ | ||
export { stopFaceDetect } from '@tarojs/taro-h5' | ||
|
||
/** | ||
* 初始化人脸识别 | ||
* | ||
* | ||
* @canNotUse initFaceDetect | ||
*/ | ||
export { initFaceDetect } from '@tarojs/taro-h5' | ||
|
||
/** | ||
* 人脸识别 | ||
* | ||
* | ||
* @canNotUse faceDetect | ||
*/ | ||
export { faceDetect } from '@tarojs/taro-h5' |
6 changes: 3 additions & 3 deletions
6
packages/taro-platform-harmony-hybrid/src/api/apis/ai/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/taro-platform-harmony-hybrid/src/api/apis/ai/inference.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/** | ||
* 获取通用AI推理引擎版本 | ||
* | ||
* | ||
* @canNotUse getInferenceEnvInfo | ||
*/ | ||
export { getInferenceEnvInfo } from '@tarojs/taro-h5' | ||
|
||
/** | ||
* 创建 AI 推理 Session | ||
* | ||
* | ||
* @canNotUse createInferenceSession | ||
*/ | ||
export { createInferenceSession } from '@tarojs/taro-h5' | ||
export { createInferenceSession } from '@tarojs/taro-h5' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
packages/taro-platform-harmony-hybrid/src/api/apis/alipay/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
/** | ||
* 获取支付宝会员的基础信息 | ||
* | ||
* | ||
* @canNotUse getOpenUserInfo | ||
*/ | ||
export { getOpenUserInfo } from '@tarojs/taro-h5' | ||
|
||
/** | ||
* 此接口是用于发起支付的 API | ||
* | ||
* | ||
* @canNotUse tradePay | ||
*/ | ||
export { tradePay } from '@tarojs/taro-h5' | ||
export { tradePay } from '@tarojs/taro-h5' |
4 changes: 2 additions & 2 deletions
4
packages/taro-platform-harmony-hybrid/src/api/apis/base/crypto.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/** | ||
* 获取用户加密模块 | ||
* | ||
* | ||
* @canNotUse getUserCryptoManager | ||
*/ | ||
export { getUserCryptoManager } from '@tarojs/taro-h5' | ||
|
||
/** | ||
* 用户加密模块类 | ||
* | ||
* | ||
* @canNotUse UserCryptoManager | ||
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.