Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit a1b1850

Browse files
committed
Update docs for v4.4.0
1 parent c9e8b15 commit a1b1850

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/4.4/API.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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 = '#/';

docs/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;
1818
var currentVersionIndex = -1;
1919

2020
versions[latestVersionIndex].title += ' (latest)';

0 commit comments

Comments
 (0)