support version 4.29.1

This commit is contained in:
2024-06-06 17:41:11 +02:00
parent bd0311fa33
commit ec82ccd708
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -23,3 +23,5 @@ 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
+1 -1
View File
@@ -99,6 +99,6 @@ if __name__ == '__main__':
# '~/Desktop/contact_list_2024-05-21.xlsx',
# '~/Desktop/15_05_to_test.xlsx']
# file_list = ['~/Desktop/15_05_to_test.xlsx', '~/Desktop/16_05_to_test.xlsx']
file_list = ['~/Desktop/contact_list_all.xlsx']
file_list = ['~/Desktop/contact_list_2024-06-06.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=10,
data_queue_name=MORNING_DATA_CACHE_2)