This repository was archived by the owner on Aug 2, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -532,8 +532,9 @@ GET /send_private_msg?access_token=kSLuTF2GC2Q4q4ugm3&user_id=123456&message=hel
532532
533533| 字段名 | 数据类型 | 默认值 | 说明 |
534534| ----- | ------- | ----- | --- |
535- | ~~ ` clean_cache ` ~~ | boolean | ` false ` | 是否在重启时清空酷 Q 当前登录号的缓存,v4.3.1 弃用 |
536- | ` clean_log ` | boolean | ` false ` | 是否在重启时清空酷 Q 的日志数据库,v4.3.1 新增 |
535+ | ` clean_log ` | boolean | ` false ` | 是否在重启时清空酷 Q 的日志数据库(` logv1.db ` ) |
536+ | ` clean_cache ` | boolean | ` false ` | 是否在重启时清空酷 Q 的缓存数据库(` cache.db ` ) |
537+ | ` clean_event ` | boolean | ` false ` | 是否在重启时清空酷 Q 的事件数据库(` eventv2.db ` ) |
537538
538539#### 响应数据
539540
Original file line number Diff line number Diff line change 88</ head >
99< body >
1010 < script >
11- var latest_version = '4.3 ' ;
11+ var latest_version = '4.4 ' ;
1212 var hash = window . location . hash ;
1313 if ( ! hash || hash . length == 0 ) {
1414 hash = '#/' ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var versions = [
1414 { title : 'v1.x-v2.x' , path : '/legacy/' }
1515]
1616
17- var latestVersionIndex = 1 ;
17+ var latestVersionIndex = 0 ;
1818var currentVersionIndex = - 1 ;
1919
2020versions [ latestVersionIndex ] . title += ' (latest)' ;
You can’t perform that action at this time.
0 commit comments