@tencentcloud/chat-uikit-vue
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "@tencentcloud/chat-uikit-vue", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@vueuse/core": "^8.2.6", |
@@ -71,26 +71,10 @@ import { TUITheme, TUIi18n, TUIEnv, TUIDirective } from '../../TUIPlugin'; | ||
} | ||
if (TUIEnv().isH5) { | ||
Aegis.reportEvent({ | ||
name: 'SDKAppID', | ||
ext1: 'IMTUIKitH5External', | ||
ext2: 'IMTUIKitH5External', | ||
ext3: options.SDKAppID, | ||
}); | ||
Aegis.setAegisOptions({ | ||
ext2: 'TUIKitH5', | ||
ext3: options.SDKAppID, | ||
}); | ||
} else { | ||
Aegis.reportEvent({ | ||
name: 'SDKAppID', | ||
ext1: 'IMTUIKitWebExternal', | ||
ext2: 'IMTUIKitWebExternal', | ||
ext3: options.SDKAppID, | ||
}); | ||
Aegis.setAegisOptions({ | ||
ext2: 'TUIKitWeb', | ||
ext3: options.SDKAppID, | ||
}); | ||
} | ||
const { isH5 } = TUIEnv(); | ||
Aegis.reportEvent({ | ||
name: 'SDKAppID', | ||
ext1: isH5 ? 'IMTUIKitH5External' : 'IMTUIKitWebExternal', | ||
ext2: isH5 ? 'IMTUIKitH5External' : 'IMTUIKitWebExternal', | ||
ext3: options.SDKAppID, | ||
}); | ||
Aegis.reportEvent({ | ||
name: 'time', | ||
@@ -97,0 +81,0 @@ ext1: 'firstRunTime', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
823733
279
6769