Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
  • Loading branch information
linyuchen committed Apr 24, 2024
2 parents a2ee900 + b6ea185 commit 6c07d22
Show file tree
Hide file tree
Showing 62 changed files with 134 additions and 77 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,18 @@ NapCatQQ(瞌睡猫QQ,不准叫我NCQQ!),像睡着了一样在后台低

目前只支持 onebot11 协议

## 提示
**请尽快移除CQCode支持**

新功能不受CQCode支持,使用String储存不同字段数据存在 **安全风险**

## 下载

前往 Release 页面下载最新版本

## 启动

NapCat 是基于 官方NTQQ 实现的Bot框架,因此先需要安装官方QQ,**注意同个账号不能同时登录原版 QQ 和 NapCatQQ**
NapCat 是基于 官方NTQQ 实现的Bot框架,因此先需要安装官方QQ,**注意同个账号不能同时登录NT QQ 和 NapCatQQ**

*如果没有安装 QQ 请往后翻查看安装方法*

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build:dev": "vite build --mode development",
"build:prod": "vite build --mode production",
"build": "npm run build:dev",
"build:core": "cd ./src/core && npm run build --mode production",
"build:core": "cd ./src/core && npm run build",
"watch": "npm run watch:dev",
"debug-win": "powershell dist/napcat.ps1",
"lint": "eslint --fix src/**/*.{js,ts}",
Expand Down
2 changes: 1 addition & 1 deletion src/core
Submodule core updated from d97e43 to f2e74d
Binary file modified src/core.lib/MoeHook.node
Binary file not shown.
2 changes: 1 addition & 1 deletion src/core.lib/src/index.js

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

1 change: 1 addition & 0 deletions src/core.lib/src/index/BjXmaMVk/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/core.lib/src/index/CUkzVuc1/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/core.lib/src/index/Cw4M1rBn/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/core.lib/src/index/DUaKd8HF/index.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/core.lib/src/index/index.js

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

Loading

0 comments on commit 6c07d22

Please sign in to comment.