mirage2d 1.1.96 → 1.1.97

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.
@@ -246,10 +246,10 @@ export declare class MirageMap extends baseMap {
246
246
  */
247
247
  hideMultiWindow(): void;
248
248
  /**
249
- * @description: 设置地图参数
250
- * @param {string} key
251
- * @param {string} val
252
- */
249
+ * @description: 设置地图参数
250
+ * @param {string} key
251
+ * @param {string} val
252
+ */
253
253
  setOptions(key: string, val: any): void;
254
254
  destroy(): void;
255
255
  }
@@ -1,17 +1,31 @@
1
1
  export declare class Secret {
2
2
  constructor();
3
3
  getMessage(): void;
4
- getInfo(info: string): any;
4
+ scanApk(apkinfo: string, ver: string): boolean;
5
+ getVersionsInfo(ver: string): {
6
+ name: string;
7
+ Copyright: string;
8
+ expirationDate: string;
9
+ Author: string;
10
+ EndUser: string;
11
+ version: string;
12
+ ContactUs: string;
13
+ };
14
+ getVersionsInfo2(userinfo: string, ver: string): {
15
+ name: string;
16
+ version: string;
17
+ Copyright: string;
18
+ };
5
19
  /**
6
20
  * @description:加密
7
21
  * @param {*}
8
22
  * @return {*}
9
23
  */
10
- Encrypt1(word: string): string;
24
+ private Encrypt1;
11
25
  /**
12
26
  * @description: 解密
13
27
  * @param {string} word
14
28
  * @return {*}
15
29
  */
16
- Decrypt1(word: string): string;
30
+ private Decrypt1;
17
31
  }
@@ -461,5 +461,5 @@
461
461
  }
462
462
  ]
463
463
  },
464
- "appkey": "U2FsdGVkX18U4oqomCgBLQJGYX67uC4rmckZk//SZ+tTM2wLvyvRC2L8L0Yu+MCo+DwHa7m0avqHcSkIxh8aUBV8+Mj/W2hilkSEusbxqfzbMwSg8cgNjPwoDSzGEJsdpsVXhnuUDy/v0DdpywGbQxZij8IVzaOOYW8f3c4kgsYlgPhbuyXY/ymOGB/euBiEY929AjY3CJe3+jiso1FKQaXeZkK4qDAPapCIhHF6Cwrdi1yHl4bof/Pv1n74AmwnGPwD9LufUh7ZHTATqt0aRrNvzvRHQ8a6vZqpMymUeUFr3WER5IrgjSsVs8bCth4boOF1R3W2lthJMFC23/0mG9aTstTD9BqKI7QlkXV6kBfg93mhxySCPUdUqnQY67xwtWOHvc/NMMkJzxXZrqKNQfh+sHrIjDSIEaAAI9KBMYba6ryWSNnEoEoRDelc//pF34+SGxR/E3nptAefxsLHfYxH6Gq5QTCaFnPmaS6iU5MsJUivR+lmMJb/7ruA7ii+PFI9D/w/nQCaYhrjJYNA4KHyC9fceJ3QgbEnXTwQyxdcFInMjS3vBCyaJoEESRmRl1kW0Q/JySZFlCHVHnTsy8MpjY2A9olR6utwhAW4X6MT0yJKa6qhd5+lXN7RmaJWVuj9vCgSP1WMHMTp4bhpKxqfwAwkCz8pq9fJsilt1TJwD4WVb2FjHQ=="
464
+ "appkey": "*U2FsdGVkX1/19j2z2MK5vtnWJ2F4KHqCIQVZHEtbLziV8NneBNX5P7wOrH+WpWLyRYyH3F/aj/v1XEFypMxTClkO4lBP21vfPIqoQPj2P2RsktR49hmKuA=="
465
465
  }
@@ -0,0 +1,9 @@
1
+ import { Control } from "ol/control";
2
+ export declare class imageHJ extends Control {
3
+ /**
4
+ * @param {Object} [opt_options] Control options.
5
+ */
6
+ constructor(opt_options: any);
7
+ show(): void;
8
+ hide(): void;
9
+ }