create-napukettoqq 0.2.35 → 0.2.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-napukettoqq",
3
- "version": "0.2.35",
3
+ "version": "0.2.37",
4
4
  "description": "一键生成 NapukettoQQ 机器人项目(yarn/pnpm/npm create napukettoqq)",
5
5
  "type": "module",
6
6
  "files": [
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "dependencies": {
19
19
  "@clack/prompts": "^1.7.0",
20
- "@napuketto/cli": "^0.1.12",
20
+ "@napuketto/cli": "^0.1.14",
21
21
  "picocolors": "^1.0.0"
22
22
  },
23
23
  "devDependencies": {
@@ -47,6 +47,10 @@ reportSelfMessage = false
47
47
  # 消息内容格式:array = 消息段数组(标准 OneBot 11),string = CQ 码字符串
48
48
  messagePostFormat = "array"
49
49
 
50
+ # 群文件报形式:false(默认)= message 事件 + file 段(go-cqhttp 兼容);
51
+ # true = 群文件消息改报 group_upload notice 事件(替代 message 事件)
52
+ groupUploadAsNotice = false
53
+
50
54
  # ---- HTTP 反向服务器(接收第三方 POST 指令),可配置多个 ----
51
55
  [[accounts.onebot11.httpServers]]
52
56
  enabled = true