create-napukettoqq 0.2.20 → 0.2.22
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.
|
|
3
|
+
"version": "0.2.22",
|
|
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.0
|
|
20
|
+
"@napuketto/cli": "^0.1.0",
|
|
21
21
|
"picocolors": "^1.0.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
@@ -27,7 +27,7 @@ restartDelayMs = 2000
|
|
|
27
27
|
# ------------------------------------------------------------
|
|
28
28
|
|
|
29
29
|
[[accounts]]
|
|
30
|
-
qq = "123456" # QQ
|
|
30
|
+
qq = "123456" # 占位值,必须替换为你的 QQ 号,否则启动报错
|
|
31
31
|
enabled = true # 是否启用(可选,缺省 true)
|
|
32
32
|
|
|
33
33
|
[accounts.onebot11] # 该账号的 OneBot 11 配置(无此段 = 不启用 OB11)
|