mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
parent
f202071e9f
commit
1cbf53363b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -12,6 +12,7 @@ on:
|
|||||||
- tests/**
|
- tests/**
|
||||||
- pyproject.toml
|
- pyproject.toml
|
||||||
- poetry.lock
|
- poetry.lock
|
||||||
|
- docker.env.prod
|
||||||
- .github/**
|
- .github/**
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
@ -21,6 +22,7 @@ on:
|
|||||||
- tests/**
|
- tests/**
|
||||||
- pyproject.toml
|
- pyproject.toml
|
||||||
- poetry.lock
|
- poetry.lock
|
||||||
|
- docker.env.prod
|
||||||
- .github/**
|
- .github/**
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
|
@ -11,6 +11,8 @@ TZ=Asia/Shanghai
|
|||||||
# nonebot-bison
|
# nonebot-bison
|
||||||
BISON_CONFIG_PATH=
|
BISON_CONFIG_PATH=
|
||||||
BISON_USE_PIC=false
|
BISON_USE_PIC=false
|
||||||
|
## 与默认配置不同,在容器中启用浏览器渲染
|
||||||
|
BISON_THEME_USE_BROWSER=true
|
||||||
BISON_INIT_FILTER=true
|
BISON_INIT_FILTER=true
|
||||||
BISON_USE_QUEUE=true
|
BISON_USE_QUEUE=true
|
||||||
BISON_OUTER_URL=
|
BISON_OUTER_URL=
|
||||||
@ -22,6 +24,7 @@ BISON_RESEND_TIMES=0
|
|||||||
BISON_PROXY=
|
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_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_SHOW_NETWORK_WARNING=true
|
||||||
|
BISON_PLATFORM_THEME='{}'
|
||||||
|
|
||||||
# nonebot-plugin-sentry
|
# nonebot-plugin-sentry
|
||||||
SENTRY_DSN=
|
SENTRY_DSN=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user