Skip to content

Commit 2bc4c0e

Browse files
committed
chore: 更新 koishi.yml 文件
1 parent c0985eb commit 2bc4c0e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

koishi.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ plugins:
3838
console:xd65d5:
3939
open: true
4040
uiPath: /manager
41+
selfUrl: ${{ env.CONSOLE_URL }}
4142
dataview:xc227o: {}
4243
desktop:37i3g8:
4344
$if: env.KOISHI_AGENT?.includes('Desktop')
@@ -54,7 +55,6 @@ plugins:
5455
theme-vanilla:suxbn7: {}
5556
group:storage:
5657
database-sqlite:7gog12:
57-
$if: env.DATABASE_TYPE === 'sqlite'
5858
path: data/koishi.db
5959
assets-local:zbu459: {}
6060
group:adapter:
@@ -69,8 +69,7 @@ plugins:
6969
selfId: ${{ env.ONEBOT_SELF_ID1 }}
7070
endpoint: ${{ env.ONEBOT_ENDPOINT_ID1 }}
7171
'@leafbot/notice:5alkb8':
72-
botSid: '12313'
73-
groups:
74-
- sandbox:dz0vtkdgtl
72+
botSid: ${{ env.ONEBOT_SELF_ID1 }}
73+
groups: ${{ env.NOTICE_GROUPS.split(',') }}
7574
prefix:
7675
- /

0 commit comments

Comments
 (0)