@smart100/spu-web-plugin 0.0.7 → 0.0.9

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/README.md CHANGED
@@ -1,3 +1,6 @@
1
1
  # @smart100/spu-web-plugin
2
2
 
3
3
  + node >= 18.15.0
4
+
5
+ ## 文档
6
+ [@smart100/spu-web-plugin](https://tarymee.github.io/spu-web-plugin/)
package/dist/index.d.ts CHANGED
@@ -81,6 +81,7 @@ export const downloadService: IDownloadService
81
81
  export const uploadService: IUploadService
82
82
  export const getUniqueid: () => string
83
83
  export const getUuid: () => string
84
+ export const functionCheck: (functioncode?: string) => boolean
84
85
  export const AMapLoader: IAMapLoader
85
86
  export const getToken: () => string
86
87
  export const getTokenExpires: () => string