Skip to content
This repository has been archived by the owner on Nov 2, 2023. It is now read-only.

Commit

Permalink
up ver
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Mar 1, 2021
1 parent 85367e6 commit a7a736b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-report-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Thank you for reporting an issue.
<!-- 如 12.18.0 -->
* **你的Node.js版本**:

<!-- 如 1.13.2 -->
<!-- 如 1.13.3 -->
* **使用的程序版本**: 最新版本?

<!--
Expand Down
5 changes: 3 additions & 2 deletions client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ export type Uin = number;
// 大多数情况下你无需关心这些配置项,因为默认配置就是最常用的,除非你需要一些与默认不同的规则
export interface ConfBot {

//日志等级,默认info,若消息量巨大可设置为"warn"屏蔽一般消息日志
//日志等级,默认info
//往屏幕打印日志会降低性能,若消息量巨大建议重定向或设置为"warn"屏蔽一般消息日志
log_level?: "trace" | "debug" | "info" | "warn" | "error" | "fatal" | "mark" | "off",

//1:安卓手机(默认) 2:aPad 3:安卓手表 4:MacOS(实验性) 5:iPad(实验性)
//1:安卓手机(默认) 2:aPad 3:安卓手表 4:MacOS 5:iPad
platform?: number,

//被踢下线是否在3秒后重新登陆,默认false
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oicq",
"version": "1.13.2",
"upday": "2021/2/20",
"version": "1.13.3",
"upday": "2021/3/1",
"description": "QQ protocol!",
"main": "client.js",
"types": "client.d.ts",
Expand Down

0 comments on commit a7a736b

Please sign in to comment.