deeke-script-app 1.7.9 → 1.8.1

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.
@@ -28,13 +28,11 @@ interface Device {
28
28
  */
29
29
  public androidVersion(): string;
30
30
 
31
- /**
32
- * 生成设备唯一标识符, 卸载App前,可以通过getUuid获取,卸载后丢失
33
- */
34
- public createUuid(): string;
35
-
36
31
  /**
37
32
  * 获取设备唯一标识符
33
+ *
34
+ * 返回系统级别的 ANDROID_ID,在设备恢复出厂设置之前会保持不变,保证设备唯一性。
35
+ * 注意:设备恢复出厂设置后,ANDROID_ID 可能会改变。App卸载不会影响此标识符。
38
36
  */
39
37
  public getUuid(): string;
40
38
 
package/deekeScript.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "switchSetting": {
12
12
  "alipay": true
13
13
  },
14
- "bottomMenusHidden": true,
14
+ "bottomMenusHidden": false,
15
15
  "groups": [
16
16
  {
17
17
  "title": "DY·万能引流测试",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deeke-script-app",
3
- "version": "1.7.9",
3
+ "version": "1.8.1",
4
4
  "description": "DeekeScript应用",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {