Sopweb
parents
Showing
with
2073 additions
and
0 deletions
.env.development
0 → 100644
.env.production
0 → 100644
.env.test
0 → 100644
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
| { | |||
| "name": "fireflyWebApp", | |||
| "private": true, | |||
| "version": "0.0.0", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "vite build", | |||
| "preview": "vite preview" | |||
| }, | |||
| "dependencies": { | |||
| "@vant/use": "^1.6.0", | |||
| "@vueuse/core": "^10.11.1", | |||
| "axios": "^1.7.7", | |||
| "echarts": "^5.5.1", | |||
| "html2canvas": "^1.4.1", | |||
| "jquery": "^3.7.1", | |||
| "moment": "^2.30.1", | |||
| "pinia": "^2.2.4", | |||
| "postcss-pxtorem": "^6.1.0", | |||
| "qs": "^6.13.0", | |||
| "socket.io-client": "^4.8.1", | |||
| "swiper": "^11.2.10", | |||
| "terser": "^5.39.0", | |||
| "vant": "^4.9.16", | |||
| "vconsole": "^3.15.1", | |||
| "vue": "^3.5.13", | |||
| "vue-i18n": "^11.1.1", | |||
| "vue-router": "^4.4.5", | |||
| "vue3-count-to": "^1.1.2", | |||
| "websocket": "^1.0.35", | |||
| "ws": "^8.18.0" | |||
| }, | |||
| "devDependencies": { | |||
| "@commitlint/cli": "^19.5.0", | |||
| "@commitlint/config-conventional": "^19.5.0", | |||
| "@types/moment": "^2.13.0", | |||
| "@types/node": "^22.7.4", | |||
| "@types/postcss-pxtorem": "^6.1.0", | |||
| "@vitejs/plugin-vue": "^5.2.1", | |||
| "commitizen": "^4.3.1", | |||
| "cz-git": "1.9.4", | |||
| "husky": "^9.1.6", | |||
| "postcss": "^8.4.47", | |||
| "postcss-html": "^1.7.0", | |||
| "postcss-scss": "^4.0.9", | |||
| "prettier": "^3.3.3", | |||
| "sass": "^1.79.5", | |||
| "typescript": "~5.6.2", | |||
| "unplugin-auto-import": "^0.18.3", | |||
| "unplugin-vue-components": "^0.27.4", | |||
| "vite": "^6.0.5", | |||
| "vite-plugin-compression": "^0.5.1", | |||
| "vue-tsc": "^2.2.0" | |||
| } | |||
| } |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/App.vue
0 → 100644
src/api/activity/recruitmentApi.ts
0 → 100644
src/api/types.ts
0 → 100644
src/assets/fonts/TT0663M_.TTF
0 → 100644
File added
src/assets/fonts/fonts.css
0 → 100644
src/assets/imgs/footer_pop.png
0 → 100644
5.72 KB
src/assets/imgs/head_pop.png
0 → 100644
6.04 KB
src/assets/imgs/middle_pop.png
0 → 100644
1.24 KB
src/assets/styles/base.css
0 → 100644
src/assets/styles/common.scss
0 → 100644
src/assets/styles/index.css
0 → 100644
src/assets/vue.svg
0 → 100644
src/locales/index.ts
0 → 100644
src/locales/language/ar.ts
0 → 100644
src/locales/language/en.ts
0 → 100644
src/locales/language/id.ts
0 → 100644
src/locales/language/ja.ts
0 → 100644
src/locales/language/th.ts
0 → 100644
src/locales/language/vi.ts
0 → 100644
src/locales/language/zh-hk.ts
0 → 100644
src/locales/language/zh-sim.ts
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/types/auto-imports.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/types/global.d.ts
0 → 100644
src/utils/common.ts
0 → 100644
src/utils/request.ts
0 → 100644
src/utils/requestAct.ts
0 → 100644
src/utils/requestGame.ts
0 → 100644
src/utils/ws/pkSocket.js
0 → 100644
src/views/activity/recruitment/index.vue
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
Please
register
or
sign in
to comment