mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 16:16:39 +08:00
merge
This commit is contained in:
parent
9c68cea749
commit
0d363e8aa2
8
.github/workflows/dockerToHub.yml
vendored
8
.github/workflows/dockerToHub.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: PRO DEPLOY
|
name: BUILD DOCKER IMAGE
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
# paths:
|
# paths:
|
||||||
# - 'app/**'
|
# - 'app/**'
|
||||||
# - 'public/**'
|
# - 'public/**'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM sijinhui/chatgpt-next-web:buildcache as deps
|
FROM sijinhui/chatgpt-next-web:buildcache AS deps
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
@ -250,8 +250,8 @@ function _MarkDownContent(props: { content: string }) {
|
|||||||
],
|
],
|
||||||
]}
|
]}
|
||||||
components={{
|
components={{
|
||||||
pre: PreCode,
|
pre: PreCode as any,
|
||||||
code: CustomCode,
|
code: CustomCode as any,
|
||||||
p: (pProps) => <p {...pProps} dir="auto" />,
|
p: (pProps) => <p {...pProps} dir="auto" />,
|
||||||
a: (aProps) => {
|
a: (aProps) => {
|
||||||
const href = aProps.href || "";
|
const href = aProps.href || "";
|
||||||
|
Loading…
Reference in New Issue
Block a user