We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0985eb commit 2bc4c0eCopy full SHA for 2bc4c0e
1 file changed
koishi.yml
@@ -38,6 +38,7 @@ plugins:
38
console:xd65d5:
39
open: true
40
uiPath: /manager
41
+ selfUrl: ${{ env.CONSOLE_URL }}
42
dataview:xc227o: {}
43
desktop:37i3g8:
44
$if: env.KOISHI_AGENT?.includes('Desktop')
@@ -54,7 +55,6 @@ plugins:
54
55
theme-vanilla:suxbn7: {}
56
group:storage:
57
database-sqlite:7gog12:
- $if: env.DATABASE_TYPE === 'sqlite'
58
path: data/koishi.db
59
assets-local:zbu459: {}
60
group:adapter:
@@ -69,8 +69,7 @@ plugins:
69
selfId: ${{ env.ONEBOT_SELF_ID1 }}
70
endpoint: ${{ env.ONEBOT_ENDPOINT_ID1 }}
71
'@leafbot/notice:5alkb8':
72
- botSid: '12313'
73
- groups:
74
- - sandbox:dz0vtkdgtl
+ botSid: ${{ env.ONEBOT_SELF_ID1 }}
+ groups: ${{ env.NOTICE_GROUPS.split(',') }}
75
prefix:
76
- /
0 commit comments