Merge branch 'dev' of https://github.com/MaiM-with-u/MaiBot into dev
This commit is contained in:
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
1
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -10,6 +10,7 @@ body:
|
||||
- label: "我确认在Issues列表中并无其他人已经建议过相似的功能"
|
||||
required: true
|
||||
- label: "这个新功能可以解决目前存在的某个问题或BUG"
|
||||
- label: "你已经更新了最新的dev分支,但是你的问题依然没有被解决"
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: 期望的功能描述
|
||||
|
||||
@@ -50,6 +50,18 @@ services:
|
||||
image: mlikiowa/napcat-docker:latest
|
||||
networks:
|
||||
- maim_bot
|
||||
sqlite-web:
|
||||
image: coleifer/sqlite-web
|
||||
container_name: sqlite-web
|
||||
restart: always
|
||||
ports:
|
||||
- "8120:8080"
|
||||
volumes:
|
||||
- ./data/MaiMBot/MaiBot.db:/data/MaiBot.db
|
||||
environment:
|
||||
- SQLITE_DATABASE=MaiBot.db # 你的数据库文件
|
||||
networks:
|
||||
- maim_bot
|
||||
networks:
|
||||
maim_bot:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user