From 5ff33d7c58f1ce981669188546e6fcbca02196f7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:39:22 +0000 Subject: [PATCH 1/2] Initial plan From 8582290db327c0e0f145c7c6a827d9456fefa9ef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:40:03 +0000 Subject: [PATCH 2/2] fix: restore copy of nfd-front to webroot/nfd-front in vue.config.js Agent-Logs-Url: https://github.com/qaiu/netdisk-fast-download/sessions/e4e9323a-d8f5-48b1-9476-7efab611f978 Co-authored-by: qaiu <29825328+qaiu@users.noreply.github.com> --- web-front/vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-front/vue.config.js b/web-front/vue.config.js index 65529cd..8a3a925 100644 --- a/web-front/vue.config.js +++ b/web-front/vue.config.js @@ -85,7 +85,8 @@ module.exports = { { source: './node_modules/monaco-editor/min/vs', destination: './nfd-front/js/vs' - } + }, + { source: './nfd-front', destination: '../webroot/nfd-front' } ], archive: [ //然后我们选择dist文件夹将之打包成dist.zip并放在根目录 {