Skip to content

Commit

Permalink
流程优化
Browse files Browse the repository at this point in the history
  • Loading branch information
MixBadGun committed Sep 23, 2024
1 parent 1df7b54 commit 5cac577
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import requests
import subprocess

repo = "OtmInk-Otomad-Journal/camellia-frontend"
repo = "OtmInk-Otomad-Journal/camellia-panel"
name = "dist.tar.gz"

data = requests.get(f"https://api.github.com/repos/{repo}/releases/latest").json()
Expand Down
2 changes: 1 addition & 1 deletion src/components/SideMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const items = [
},
{
key: "/step5",
label: "运行 Pick Up 数据",
label: "下载视频资源",
},
{
key: "/step6",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/steps/Step5.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ const SendButton = ({ url }: { url: string }) => {
export default function MainPage() {
return (
<>
<Title level={2}>运行 Pick Up 数据</Title>
<Title level={2}>下载视频资源</Title>
<Paragraph>
运行 Pick Up 的数据,以下载视频资源、获取封面等的内容
为了能够快速获取数据,下载视频资源等的内容被调整到了这里,请在开始渲染前于此获取视频等资源
</Paragraph>
<Divider orientation="left">运行</Divider>
<SendButton url="/backend/get-pickup-data" />
Expand Down

0 comments on commit 5cac577

Please sign in to comment.