File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 12
12
- tests/**
13
13
- pyproject.toml
14
14
- poetry.lock
15
+ - docker.env.prod
15
16
- .github/**
16
17
pull_request :
17
18
paths :
21
22
- tests/**
22
23
- pyproject.toml
23
24
- poetry.lock
25
+ - docker.env.prod
24
26
- .github/**
25
27
types :
26
28
- opened
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ TZ=Asia/Shanghai
11
11
# nonebot-bison
12
12
BISON_CONFIG_PATH=
13
13
BISON_USE_PIC=false
14
+ ## 与默认配置不同,在容器中启用浏览器渲染
15
+ BISON_THEME_USE_BROWSER=true
14
16
BISON_INIT_FILTER=true
15
17
BISON_USE_QUEUE=true
16
18
BISON_OUTER_URL=
@@ -22,6 +24,7 @@ BISON_RESEND_TIMES=0
22
24
BISON_PROXY=
23
25
BISON_UA=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36
24
26
BISON_SHOW_NETWORK_WARNING=true
27
+ BISON_PLATFORM_THEME='{}'
25
28
26
29
# nonebot-plugin-sentry
27
30
SENTRY_DSN=
You can’t perform that action at this time.
0 commit comments