Skip to content

Commit

Permalink
fix: 部分API使用的原生侧api废弃,改回继承h5
Browse files Browse the repository at this point in the history
  • Loading branch information
licunhao1 committed Jun 19, 2024
1 parent 3098630 commit 7eb7a25
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 28 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
export * from './connectWifi'
export * from './getConnectedWifi'
export * from './getWifiList'
export * from './offGetWifiList'
export * from './offWifiConnected'
export * from './offWifiConnectedWithPartialInfo'
export * from './onGetWifiList'
export * from './onWifiConnected'
export * from './onWifiConnectedWithPartialInfo'
export * from './startWifi'
export * from './stopWifi'

/**
* Wifi 信息(native 返回)
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 7eb7a25

Please sign in to comment.