代码提交_3_12_修改ht文件

This commit is contained in:
lixiaobang 2024-03-12 14:09:09 +08:00
parent 4155ecffdb
commit 3b16fbb05f
4 changed files with 32950 additions and 32949 deletions

File diff suppressed because one or more lines are too long

32947
public/htWeb/lib/core/ht1.js Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 130 KiB

View File

@ -4478,7 +4478,7 @@ export default {
i
].realTimePower.substring(
0,
this.tableData[i].realTimePower.indexOf(".") + 2
this.tableData[i].realTimePower.indexOf(".") + 3
);
}
});
@ -4500,7 +4500,7 @@ export default {
i
].realTimePower.substring(
0,
this.tableData[i].realTimePower.indexOf(".") + 2
this.tableData[i].realTimePower.indexOf(".") + 3
);
}
});