support tags version 4.32.1

This commit is contained in:
2024-07-21 19:55:47 +02:00
parent 171fe26163
commit 458875f859
8 changed files with 580 additions and 10 deletions
+16 -2
View File
@@ -23,5 +23,19 @@ try {
## 4.29.1
jsdata ch 的结构和4.29.0的一样,只是str_odb变成了false, *m_fmi**tbce* 再次出现
"str_odb": false, 但是在 V4.29.0中,这个值为true
e.str_odb = !!window['openDatabase']; # 如果成功建数据库,那么str_odb = true
下面这个是得到str_odb值的方法:
e.str_odb = !!window['openDatabase']; # 如果成功建数据库,那么str_odb = true
## 4.32.1
在jsdata_le数据中,多了以下这些fields:
"k_hA": null,
"k_hSD": null,
"k_pA": null,
"k_pSD": null,
"k_rA": null,
"k_rSD": null,
"k_ikA": null,
"k_ikSD": null,