初始化
parents
Showing
BUG_FIX.md
0 → 100644
DELETE_BUG_FIX.md
0 → 100644
FEATURE_UPDATE.md
0 → 100644
README.md
0 → 100644
TEST_INSTRUCTIONS.md
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "vue-downloader", | ||
"version": "1.0.0", | ||
"description": "A Vue-based downloader application similar to Thunder", | ||
"main": "index.js", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview", | ||
"serve": "vite preview" | ||
}, | ||
"dependencies": { | ||
"vue": "^3.3.4", | ||
"vue-router": "^4.2.4", | ||
"pinia": "^2.1.6", | ||
"axios": "^1.5.0", | ||
"element-plus": "^2.3.9", | ||
"xlsx": "^0.18.5", | ||
"file-saver": "^2.0.5" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^4.3.4", | ||
"vite": "^4.4.9", | ||
"sass": "^1.66.1" | ||
}, | ||
"keywords": [ | ||
"vue", | ||
"downloader", | ||
"thunder", | ||
"file-download" | ||
], | ||
"author": "Your Name", | ||
"license": "MIT", | ||
"volta": { | ||
"node": "22.18.0", | ||
"npm": "10.9.3" | ||
} | ||
} |
public/excel-worker.js
0 → 100644
public/xlsx.full.min.js
0 → 100644
File added
sample_downloads-完整.xlsx
0 → 100644
File added
sample_downloads.xlsx
0 → 100644
File added
src/App.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
src/stores/auth.js
0 → 100644
src/stores/download.js
0 → 100644
src/style.css
0 → 100644
src/views/Downloader.vue
0 → 100644
src/views/History.vue
0 → 100644
src/views/Login.vue
0 → 100644
src/views/Settings.vue
0 → 100644
test_extension.js
0 → 100644
vite.config.js
0 → 100644
Please
register
or
sign in
to comment