🔧 构建测试镜像 (#475)

* 🔧 添加theme相关配置

* 👷 取消对docker.env.prod的忽略
This commit is contained in:
AzideCupric 2024-02-11 23:37:13 +08:00 committed by felinae98
parent f202071e9f
commit 1cbf53363b
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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=