init
parents
Showing
.env
0 → 100644
.env.development
0 → 100644
.gitignore
0 → 100644
.node-version
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "fk-spider-web", | ||
| "private": true, | ||
| "version": "0.0.0", | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vue-tsc -b && vite build", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "@element-plus/icons-vue": "^2.3.1", | ||
| "@types/js-cookie": "^3.0.6", | ||
| "@types/node": "^22.15.17", | ||
| "@types/nprogress": "^0.2.3", | ||
| "@types/uuid": "^10.0.0", | ||
| "axios": "^1.9.0", | ||
| "echarts": "^5.6.0", | ||
| "element-plus": "^2.9.10", | ||
| "js-cookie": "^3.0.5", | ||
| "normalize.css": "^8.0.1", | ||
| "nprogress": "~0.2.0", | ||
| "path-to-regexp": "^3.3.0", | ||
| "pinia": "^3.0.2", | ||
| "qs": "~6.11.2", | ||
| "uuid": "^11.1.0", | ||
| "vue": "^3.5.13", | ||
| "vue-router": "^4.5.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@vitejs/plugin-vue": "^5.2.3", | ||
| "@vue/tsconfig": "^0.7.0", | ||
| "sass-embedded": "^1.88.0", | ||
| "typescript": "~5.8.3", | ||
| "unocss": "^66.1.2", | ||
| "vite": "^6.3.5", | ||
| "vue-tsc": "^2.2.8" | ||
| } | ||
| } |
pnpm-lock.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
public/vite.svg
0 → 100644
src/.env
0 → 100644
src/App.vue
0 → 100644
src/api/apiPaths.ts
0 → 100644
src/api/log.ts
0 → 100644
src/api/project.ts
0 → 100644
src/api/schedule.ts
0 → 100644
src/api/scrapydServer.ts
0 → 100644
src/api/stats.ts
0 → 100644
src/api/system.ts
0 → 100644
src/api/user.ts
0 → 100644
src/assets/404_images/404.png
0 → 100755
95.8 KB
src/assets/404_images/404.svg
0 → 100644
src/assets/404_images/404_cloud.png
0 → 100755
4.65 KB
src/assets/404_images/404_cloud.svg
0 → 100644
src/assets/user-avatar.gif
0 → 100755
6.19 KB
src/assets/vue.svg
0 → 100644
src/components/ActivePlate.vue
0 → 100644
src/components/AppLink/index.vue
0 → 100644
src/components/AutoRefresh.vue
0 → 100644
src/components/Breadcrumb/index.vue
0 → 100644
src/components/Hamburger/index.vue
0 → 100644
src/components/SelectProject.vue
0 → 100644
src/components/SelectScrapydServer.vue
0 → 100644
src/enums/schedule-type-enum.ts
0 → 100644
src/layout/components/AppMain.vue
0 → 100644
src/layout/components/Navbar.vue
0 → 100644
src/layout/components/Sidebar/Logo.vue
0 → 100644
src/layout/components/Sidebar/index.vue
0 → 100644
src/layout/components/index.ts
0 → 100644
src/layout/index.vue
0 → 100644
src/layout/mixin/ResizeHandler.js
0 → 100644
src/main.ts
0 → 100644
src/permission.ts
0 → 100644
src/router/index.ts
0 → 100644
src/settings.ts
0 → 100644
src/store/app.ts
0 → 100644
src/store/index.ts
0 → 100644
src/store/settings.ts
0 → 100644
src/store/user.ts
0 → 100644
src/style.css
0 → 100644
src/styles/_layout.scss
0 → 100644
src/styles/_mixin.scss
0 → 100644
src/styles/_sidebar.scss
0 → 100644
src/styles/_transition.scss
0 → 100644
src/styles/_variables.scss
0 → 100644
src/styles/index.scss
0 → 100644
src/types/element-plus-icons.d.ts
0 → 100644
src/types/router.d.ts
0 → 100644
src/types/style.d.ts
0 → 100644
src/utils/auth.ts
0 → 100644
src/utils/request.ts
0 → 100644
src/utils/validate.ts
0 → 100644
src/views/404.vue
0 → 100644
src/views/home/components/HomeCard.vue
0 → 100644
src/views/home/components/HomeConfig.vue
0 → 100644
src/views/home/components/HomeDataInfo.vue
0 → 100644
src/views/home/components/HomeSystemInfo.vue
0 → 100644
src/views/home/home.vue
0 → 100644
src/views/job/components/JobCancel.vue
0 → 100644
src/views/job/components/JobCancelAll.vue
0 → 100644
src/views/job/components/JobTable.vue
0 → 100644
src/views/job/components/JobTool.vue
0 → 100644
src/views/job/index.vue
0 → 100644
src/views/log/LogIndex.vue
0 → 100644
src/views/log/LogJob.vue
0 → 100644
src/views/log/LogProject.vue
0 → 100644
src/views/log/LogSpider.vue
0 → 100644
src/views/log/LogTable.vue
0 → 100644
src/views/login/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/project/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/project/versions.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/schedule/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/schedule/logs.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/scrapyd-server/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/spider/components/SpiderForm.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/views/spider/components/SpiderSearch.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/spider/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/spider/logs.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/stats/components/StatsRemove.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/stats/components/StatsTable.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/stats/components/StatsTool.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/stats/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/system/SystemIndex.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/test/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/test/sub1.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/test/sub2.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/vite-env.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.app.json
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.node.json
0 → 100644
This diff is collapsed.
Click to expand it.
uno.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.
vite.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.