Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(toutiao): 新增ai/ar能力接口 (#1792)
Browse files Browse the repository at this point in the history
Co-authored-by: watsonhaw <[email protected]>
  • Loading branch information
watsonhaw5566 and watsonhaw authored Dec 18, 2021
1 parent 2f41917 commit 209963b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/remax-toutiao/src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,7 @@ export const setTabBarBadge = promisify(tt.setTabBarBadge);
export const removeTabBarBadge = promisify(tt.removeTabBarBadge);
export const hideTabBarRedDot = promisify(tt.hideTabBarRedDot);
export const hideTabBar = promisify(tt.hideTabBar);
// AI/AR能力
export const getAlgorithmManager = promisify(tt.getAlgorithmManager);
export const createStickerManager = promisify(tt.createStickerManager);
export const createBytennEngineContext = promisify(tt.createBytennEngineContext);

0 comments on commit 209963b

Please sign in to comment.