mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
✨ 新增几个 callback 的处理
This commit is contained in:
11
src/types/Plugins/JSBridge.d.ts
vendored
11
src/types/Plugins/JSBridge.d.ts
vendored
@@ -43,6 +43,17 @@ declare namespace TGApp.Plugins.JSBridge {
|
||||
*/
|
||||
type UnknownArg = Arg<unknown>;
|
||||
|
||||
/**
|
||||
* @description configShare 方法参数
|
||||
* @since Beta v0.3.9
|
||||
* @interface ConfigSharePayload
|
||||
* @property {boolean} enable - 是否启用分享
|
||||
* @return ConfigSharePayload
|
||||
*/
|
||||
interface ConfigSharePayload {
|
||||
enable: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
* @description eventTrack 方法参数
|
||||
* @since Beta v0.3.9
|
||||
|
||||
Reference in New Issue
Block a user