测试:测试推送部署
正在显示
.dockerignore
0 → 100644
.env.development
0 → 100644
.env.production
0 → 100644
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
Dockerfile
0 → 100644
babel.config.json
0 → 100644
next-env.d.ts
0 → 100644
next.config.js
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "csf-web", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "next dev", | ||
| "build": "next build", | ||
| "build:dev": "cross-env NODE_ENV=development next build", | ||
| "build:prod": "next build", | ||
| "start": "next start", | ||
| "lint": "next lint", | ||
| "lint:fix": "npm run lint -- --fix", | ||
| "prettier": "npx prettier src --check", | ||
| "prettier:fix": "npm run prettier -- --write", | ||
| "format": "npm run prettier:fix && npm run lint:fix" | ||
| }, | ||
| "dependencies": { | ||
| "@amap/amap-jsapi-loader": "^1.0.1", | ||
| "@ant-design/cssinjs": "^1.17.2", | ||
| "@ant-design/icons": "^5.2.6", | ||
| "@types/styled-components": "^5.1.29", | ||
| "antd": "^5.11.0", | ||
| "axios": "^1.6.0", | ||
| "babel-plugin-styled-components": "^2.1.4", | ||
| "big.js": "^6.2.1", | ||
| "dayjs": "^1.11.10", | ||
| "js-base64": "^3.7.5", | ||
| "js-cookie": "^3.0.5", | ||
| "next": "14.0.1", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react-infinite-scroll-component": "^6.1.0", | ||
| "styled-components": "^6.1.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/big.js": "^6.2.0", | ||
| "@types/js-cookie": "^3.0.5", | ||
| "@types/node": "^20", | ||
| "@types/react": "^18.2.37", | ||
| "@types/react-dom": "^18.2.15", | ||
| "@typescript-eslint/eslint-plugin": "^6.10.0", | ||
| "@typescript-eslint/parser": "^6.10.0", | ||
| "cross-env": "^7.0.3", | ||
| "eslint": "^8", | ||
| "eslint-config-airbnb-base": "^15.0.0", | ||
| "eslint-config-airbnb-typescript": "^17.1.0", | ||
| "eslint-config-next": "14.0.1", | ||
| "eslint-config-prettier": "^9.0.0", | ||
| "eslint-plugin-prettier": "^5.0.1", | ||
| "eslint-plugin-unused-imports": "^3.0.0", | ||
| "prettier": "^3.0.3", | ||
| "sass": "^1.69.5", | ||
| "typescript": "^5" | ||
| } | ||
| } |
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/assets/image/about/fuwuhao.png
0 → 100644
23.9 KB
public/assets/image/about/mmc.png
0 → 100644
11.7 KB
public/assets/image/about/shequn.png
0 → 100644
16.6 KB
public/assets/image/about/xiaochengxu.png
0 → 100644
30.8 KB
public/assets/image/home/home-brand-all.png
0 → 100644
7.0 KB
public/assets/image/home/home-map-marker.png
0 → 100644
9.3 KB
6.3 KB
public/assets/image/logo/logo.jpg
0 → 100644
11.3 KB
public/favicon.ico
0 → 100644
File added
public/next.svg
0 → 100644
public/vercel.svg
0 → 100644
src/api/index.ts
0 → 100644
src/api/interface.ts
0 → 100644
src/api/interface/common.ts
0 → 100644
src/api/interface/home.ts
0 → 100644
差异被折叠。
点击展开。
src/api/modules/common.ts
0 → 100644
src/api/modules/home.ts
0 → 100644
src/api/request.ts
0 → 100644
src/assets/icon/logo.jpg
0 → 100644
11.3 KB
src/assets/icon/logo.png
0 → 100644
差异被折叠。
点击展开。
src/components/layout/content/index.tsx
0 → 100644
src/components/layout/content/styled.tsx
0 → 100644
src/components/layout/footer/index.tsx
0 → 100644
src/components/layout/footer/styled.tsx
0 → 100644
src/components/layout/header/index.tsx
0 → 100644
src/components/layout/header/styled.tsx
0 → 100644
src/components/layout/index.tsx
0 → 100644
src/components/layout/styled.tsx
0 → 100644
src/components/map/index.tsx
0 → 100644
src/components/qrcodeModal/index.tsx
0 → 100644
src/pages/_app.tsx
0 → 100644
src/pages/_document.tsx
0 → 100644
src/pages/home/comp/home-bottom/index.tsx
0 → 100644
src/pages/home/comp/home-brand/index.tsx
0 → 100644
src/pages/home/comp/home-map/index.tsx
0 → 100644
src/pages/home/comp/home-news/index.tsx
0 → 100644
src/pages/home/comp/home-product/index.tsx
0 → 100644
src/pages/home/comp/home-search/index.tsx
0 → 100644
src/pages/home/comp/home-search/styled.tsx
0 → 100644
src/pages/home/comp/home-tab/index.tsx
0 → 100644
src/pages/home/comp/home-tab/styled.tsx
0 → 100644
src/pages/home/comp/home-task/index.tsx
0 → 100644
src/pages/home/comp/home-title/index.tsx
0 → 100644
src/pages/home/index.tsx
0 → 100644
src/pages/home/styled.tsx
0 → 100644
src/pages/index.tsx
0 → 100644
src/pages/mall/index.tsx
0 → 100644
src/styles/Home.module.css
0 → 100644
src/styles/animate.css
0 → 100644
差异被折叠。
点击展开。
src/styles/globals.css
0 → 100644
src/theme/themeConfig.ts
0 → 100644
src/utils/formatLocation.ts
0 → 100644
src/utils/index.ts
0 → 100644
src/utils/money.ts
0 → 100644
tsconfig.json
0 → 100644