fix: correct backend download link and clean up legacy code
This commit is contained in:
2
App.tsx
2
App.tsx
@@ -323,7 +323,7 @@ const App: React.FC = () => {
|
|||||||
|
|
||||||
// --- Backend Download Logic ---
|
// --- Backend Download Logic ---
|
||||||
const handleDownloadBackend = () => {
|
const handleDownloadBackend = () => {
|
||||||
addLog('info', '백엔드 실행 파일 다운로드를 시작합니다...');
|
addLog('info', '백엔드 실행 파일 다운로드를 시작합니다 (v1.3)...');
|
||||||
const a = document.createElement('a');
|
const a = document.createElement('a');
|
||||||
a.href = './webftp-backend.exe';
|
a.href = './webftp-backend.exe';
|
||||||
a.download = 'webftp-backend.exe';
|
a.download = 'webftp-backend.exe';
|
||||||
|
|||||||
Reference in New Issue
Block a user