init
parents
Showing
.gitignore
0 → 100644
fzmweb.style.js
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | |||
"name": "fzm-web-2022", | |||
"private": true, | |||
"version": "0.0.0", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "tsc && vite build", | |||
"preview": "vite preview" | |||
}, | |||
"dependencies": { | |||
"@better-scroll/core": "^2.4.2", | |||
"@better-scroll/mouse-wheel": "^2.4.2", | |||
"@better-scroll/pull-up": "^2.4.2", | |||
"@better-scroll/scroll-bar": "^2.4.2", | |||
"@better-scroll/slide": "^2.4.2", | |||
"@heroicons/react": "^1.0.6", | |||
"@loadable/component": "^5.15.2", | |||
"ahooks": "^3.4.1", | |||
"gsap": "^3.10.4", | |||
"pixi-filters": "^4.1.6", | |||
"pixi.js": "^6.4.2", | |||
"react": "^18.0.0", | |||
"react-dom": "^18.0.0", | |||
"react-helmet": "^6.1.0", | |||
"react-router-dom": "6" | |||
}, | |||
"devDependencies": { | |||
"@tailwindcss/line-clamp": "^0.4.0", | |||
"@types/node": "^17.0.31", | |||
"@types/react": "^18.0.0", | |||
"@types/react-dom": "^18.0.0", | |||
"@vitejs/plugin-react": "^1.3.0", | |||
"animated-tailwindcss": "^3.3.0", | |||
"autoprefixer": "^10.4.7", | |||
"postcss": "^8.4.13", | |||
"tailwindcss": "^3.0.24", | |||
"typescript": "^4.6.3", | |||
"vite": "^2.9.7" | |||
} | |||
} |
postcss.config.js
0 → 100644
src/App.tsx
0 → 100644
File added
src/assets/img/about.png
0 → 100644
56.2 KB
src/assets/img/baas.png
0 → 100644
632 KB
src/assets/img/blue.png
0 → 100644
368 KB
src/assets/img/bluebg.png
0 → 100644
879 KB
src/assets/img/chain33.png
0 → 100644
This diff is collapsed.
src/assets/img/cyanbg.png
0 → 100644
383 KB
src/assets/img/white.png
0 → 100644
79 KB
src/common/hooks.tsx
0 → 100644
src/components/Ball.tsx
0 → 100644
368 KB
79 KB
313 KB
141 KB
This diff is collapsed.
src/config/ballSetting.ts
0 → 100644
src/config/bgSetting.ts
0 → 100644
src/favicon.svg
0 → 100644
src/layouts/AppContianer.tsx
0 → 100644
src/layouts/BallAnime.tsx
0 → 100644
src/layouts/GradientLay.tsx
0 → 100644
src/layouts/PageLayout.tsx
0 → 100644
src/logo.svg
0 → 100644
src/main.tsx
0 → 100644
src/router/MxmRoute.tsx
0 → 100644
src/router/mainRoutes.ts
0 → 100644
src/store/AppProvider.tsx
0 → 100644
src/store/index.tsx
0 → 100644
src/style.css
0 → 100644
src/views/About/index.tsx
0 → 100644
src/views/Baas33/index.tsx
0 → 100644
src/views/Chain33/index.tsx
0 → 100644
src/views/Loading/index.tsx
0 → 100644
src/views/News/index.tsx
0 → 100644
src/vite-env.d.ts
0 → 100644
tailwind.config.js
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.