@tuya-miniapp/ark-extension-virtual-device 1.8.13 → 1.8.14
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/dist/view/app.min.css +53 -8
- package/dist/view/app.min.js +1 -1
- package/dist/view/index.html +1 -1
- package/dist/worker/index.js +3 -3
- package/package.json +1 -1
package/dist/view/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
};</script><script>window.TPM = window.TPM || [];
|
|
4
4
|
window.TPM.push(["setGatherServer", "https://tpm.tuyacn.com/tpm.gif"]);
|
|
5
5
|
window.TPM.push(["setAppId", "ark-extension-virtual-device"]);
|
|
6
|
-
window.TPM.push(["setVersion", "1.8.
|
|
6
|
+
window.TPM.push(["setVersion", "1.8.14"]);</script><script defer="defer" src="https://static1.tuyacn.com/static/ty-lib/tpm3/tpm-3.3.11.min.js?appId=ark-extension-virtual-device&version=1.8.14"></script><style>html, body {
|
|
7
7
|
background-color: #282828;
|
|
8
8
|
}
|
|
9
9
|
#root {
|
package/dist/worker/index.js
CHANGED
|
@@ -220753,7 +220753,7 @@ var require_package2 = __commonJS({
|
|
|
220753
220753
|
module2.exports = {
|
|
220754
220754
|
name: "@tuya-miniapp/ark-extension-virtual-device",
|
|
220755
220755
|
appId: "ark-extension-virtual-device",
|
|
220756
|
-
version: "1.8.
|
|
220756
|
+
version: "1.8.14",
|
|
220757
220757
|
license: "MIT",
|
|
220758
220758
|
files: [
|
|
220759
220759
|
"manifest.json",
|
|
@@ -281885,8 +281885,8 @@ var import_TYUniCode10 = __toESM(require_dist());
|
|
|
281885
281885
|
async function getCurrentHomeInfo() {
|
|
281886
281886
|
const homeId = await getHomeId();
|
|
281887
281887
|
const data = await ark.http.atop({
|
|
281888
|
-
api: "
|
|
281889
|
-
version: "3.
|
|
281888
|
+
api: "m.life.location.get",
|
|
281889
|
+
version: "3.4",
|
|
281890
281890
|
params: { gid: homeId }
|
|
281891
281891
|
});
|
|
281892
281892
|
if (data) {
|