From 5cac577b3104fc6a8069087f9faa8868523fd2f8 Mon Sep 17 00:00:00 2001 From: MixBadGun <1059129006@qq.com> Date: Mon, 23 Sep 2024 22:44:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.py | 2 +- src/components/SideMenu.tsx | 2 +- src/pages/steps/Step5.tsx | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy.py b/deploy.py index 89539e1..b6e63fc 100644 --- a/deploy.py +++ b/deploy.py @@ -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() diff --git a/src/components/SideMenu.tsx b/src/components/SideMenu.tsx index 9d5b3a4..f28df93 100644 --- a/src/components/SideMenu.tsx +++ b/src/components/SideMenu.tsx @@ -33,7 +33,7 @@ const items = [ }, { key: "/step5", - label: "运行 Pick Up 数据", + label: "下载视频资源", }, { key: "/step6", diff --git a/src/pages/steps/Step5.tsx b/src/pages/steps/Step5.tsx index 3514c8d..c94e93a 100644 --- a/src/pages/steps/Step5.tsx +++ b/src/pages/steps/Step5.tsx @@ -50,9 +50,9 @@ const SendButton = ({ url }: { url: string }) => { export default function MainPage() { return ( <> -