mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-02 09:26:12 +08:00
parent
f202071e9f
commit
1cbf53363b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -12,6 +12,7 @@ on:
|
||||
- tests/**
|
||||
- pyproject.toml
|
||||
- poetry.lock
|
||||
- docker.env.prod
|
||||
- .github/**
|
||||
pull_request:
|
||||
paths:
|
||||
@ -21,6 +22,7 @@ on:
|
||||
- tests/**
|
||||
- pyproject.toml
|
||||
- poetry.lock
|
||||
- docker.env.prod
|
||||
- .github/**
|
||||
types:
|
||||
- opened
|
||||
|
@ -11,6 +11,8 @@ TZ=Asia/Shanghai
|
||||
# nonebot-bison
|
||||
BISON_CONFIG_PATH=
|
||||
BISON_USE_PIC=false
|
||||
## 与默认配置不同,在容器中启用浏览器渲染
|
||||
BISON_THEME_USE_BROWSER=true
|
||||
BISON_INIT_FILTER=true
|
||||
BISON_USE_QUEUE=true
|
||||
BISON_OUTER_URL=
|
||||
@ -22,6 +24,7 @@ BISON_RESEND_TIMES=0
|
||||
BISON_PROXY=
|
||||
BISON_UA=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36
|
||||
BISON_SHOW_NETWORK_WARNING=true
|
||||
BISON_PLATFORM_THEME='{}'
|
||||
|
||||
# nonebot-plugin-sentry
|
||||
SENTRY_DSN=
|
||||
|
Loading…
x
Reference in New Issue
Block a user