Initial commit
parents
Showing
.env.development
0 → 100644
.env.pre
0 → 100644
.env.production
0 → 100644
.env.sit
0 → 100644
.env.test
0 → 100644
.env.uat
0 → 100644
.eslintignore
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
Dockerfile
0 → 100755
README.md
0 → 100644
deploy/default.conf
0 → 100644
deploy/start.sh
0 → 100644
eslint.config.js
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "guomin-jianyan-h5-fe", | |||
| "type": "module", | |||
| "version": "0.0.0", | |||
| "private": true, | |||
| "scripts": { | |||
| "dev": "cross-env vite --mode=development", | |||
| "build": "cross-env vite build --mode=production", | |||
| "build:pre": "cross-env vite build --mode=pre", | |||
| "build:sit": "cross-env vite build --mode=sit", | |||
| "build:uat": "cross-env vite build --mode=uat", | |||
| "build:test": "cross-env vite build --mode=test", | |||
| "preview": "vite preview", | |||
| "lint": "eslint .", | |||
| "lint:fix": "eslint . --fix", | |||
| "typecheck": "vue-tsc --noEmit", | |||
| "postinstall": "npx simple-git-hooks", | |||
| "sizecheck": "npx vite-bundle-visualizer" | |||
| }, | |||
| "dependencies": { | |||
| "@antv/g6": "^4.8.24", | |||
| "@antv/x6": "^2.18.1", | |||
| "@antv/x6-plugin-export": "^2.1.6", | |||
| "@opentiny/vue": "3", | |||
| "@types/echarts": "^4.9.16", | |||
| "@types/node": "^18.11.9", | |||
| "@vueuse/core": "^10.9.0", | |||
| "animate.css": "^4.1.1", | |||
| "axios": "^1.2.0", | |||
| "cross-env": "^7.0.3", | |||
| "echarts": "^5.4.0", | |||
| "html2canvas": "^1.4.1", | |||
| "markdown-it": "^14.1.0", | |||
| "markdown-it-image": "^1.0.0", | |||
| "mermaid": "^11.4.1", | |||
| "mind-elixir": "^4.3.6", | |||
| "moment": "^2.30.1", | |||
| "prettier": "^2.8.0", | |||
| "sass": "^1.56.1", | |||
| "swiper": "^11.1.4", | |||
| "typeit": "^8.8.3", | |||
| "url": "^0.11.0", | |||
| "vant": "^4.9.0", | |||
| "vconsole": "^3.15.1", | |||
| "vue": "^3.2.41", | |||
| "vue-router": "^4.1.6", | |||
| "weixin-js-sdk": "^1.6.5" | |||
| }, | |||
| "devDependencies": { | |||
| "@antfu/eslint-config": "^2.8.1", | |||
| "@vitejs/plugin-vue": "^3.2.0", | |||
| "eslint": "^8.56.0", | |||
| "eslint-plugin-format": "^0.1.0", | |||
| "less": "^4.1.3", | |||
| "lint-staged": "^15.2.2", | |||
| "postcss-plugin-px2rem": "^0.8.1", | |||
| "postcss-px-to-viewport": "^1.1.1", | |||
| "postcss-px-to-viewport-8-plugin": "^1.2.0", | |||
| "simple-git-hooks": "^2.10.0", | |||
| "typescript": "^4.6.4", | |||
| "unplugin-auto-import": "^0.17.5", | |||
| "unplugin-vue-components": "^0.22.9", | |||
| "vite": "^3.2.3", | |||
| "vite-bundle-visualizer": "^1.0.1", | |||
| "vite-plugin-require-transform": "^1.0.4", | |||
| "vite-plugin-svg-icons": "^2.0.1", | |||
| "vue-tsc": "^1.0.9" | |||
| }, | |||
| "lint-staged": { | |||
| "*": "eslint --fix" | |||
| } | |||
| } |
postcss.config.cjs
0 → 100644
public/vite.svg
0 → 100644
src/App.vue
0 → 100644
src/api/answer.ts
0 → 100644
src/api/config.ts
0 → 100644
src/api/conversation.ts
0 → 100644
src/api/demo.ts
0 → 100644
src/api/user.ts
0 → 100644
src/assets/fonts/Alibaba-PuHuiTi-Medium.ttf
0 → 100644
File added
src/assets/fonts/Alibaba-PuHuiTi-Regular.ttf
0 → 100644
File added
src/assets/images/a-product-detail-icon.png
0 → 100644
892 Bytes
src/assets/images/aiAnswerTitle-1.png
0 → 100644
3.03 KB
src/assets/images/askLoading.gif
0 → 100644
1.21 KB
src/assets/images/bg@2x.png
0 → 100644
192 KB
src/assets/images/card-book1111.png
0 → 100644
37.4 KB
src/assets/images/card-calculation.png
0 → 100644
61.3 KB
src/assets/images/card-detail.png
0 → 100644
68.1 KB
src/assets/images/card-nav.png
0 → 100644
67.2 KB
src/assets/images/card-product2222.png
0 → 100644
45 KB
src/assets/images/close-b.png
0 → 100644
424 Bytes
src/assets/images/close-img.png
0 → 100644
393 Bytes
950 Bytes
src/assets/images/collection-icon.png
0 → 100644
955 Bytes
src/assets/images/downArrow.png
0 → 100644
364 Bytes
src/assets/images/linkIcon.png
0 → 100644
1.37 KB
src/assets/images/msgArrow-ai.png
0 → 100644
437 Bytes
src/assets/images/no-data.png
0 → 100644
16.4 KB
src/assets/images/sdream/bg.png
0 → 100644
192 KB
src/assets/images/sdream/robot.png
0 → 100644
43.2 KB
src/assets/images/stop-icon.png
0 → 100644
468 Bytes
src/assets/images/tetsloading.gif
0 → 100644
96.3 KB
src/assets/svg/aIcon.svg
0 → 100644
src/assets/svg/arrowGreen.svg
0 → 100644
src/assets/svg/bg.svg
0 → 100644
src/assets/svg/bouncingcircles.svg
0 → 100644
src/assets/svg/checkIcon.svg
0 → 100644
src/assets/svg/collection.svg
0 → 100644
src/assets/svg/collectionD.svg
0 → 100644
src/assets/svg/copyIcon.svg
0 → 100644
src/assets/svg/delIcon.svg
0 → 100644
src/assets/svg/edit.svg
0 → 100644
src/assets/svg/likeG.svg
0 → 100644
src/assets/svg/likeL.svg
0 → 100644
src/assets/svg/noCheckIcon.svg
0 → 100644
src/assets/svg/qIcon.svg
0 → 100644
src/assets/svg/radioChecked.svg
0 → 100644
src/assets/svg/radioNoCheck.svg
0 → 100644
src/assets/svg/reloadIcon.svg
0 → 100644
src/assets/svg/unlikeG.svg
0 → 100644
src/assets/svg/unlikeL.svg
0 → 100644
src/assets/vue.svg
0 → 100644
src/auto-imports.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/components.d.ts
0 → 100644
src/components/AiAnswer/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/AiAnswer/props.ts
0 → 100644
src/components/AiAnswer/type.ts
0 → 100644
src/components/AiAnswerBox/index.vue
0 → 100644
src/components/BusinessDialog/index.vue
0 → 100644
src/components/FixedBtoButton/index.vue
0 → 100644
src/components/GrantPopup/index.vue
0 → 100644
src/components/MindMap/helper.ts
0 → 100644
src/components/MindMap/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/components/SvgIcon/index.vue
0 → 100644
src/components/Watermark/index.vue
0 → 100644
src/constants/app.ts
0 → 100644
src/constants/doctor.ts
0 → 100644
src/constants/index.ts
0 → 100644
src/constants/order.ts
0 → 100644
src/constants/pay.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/constants/vip.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/enum/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/filter/number.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useAi.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useAuth.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useDownloadImage.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/hooks/useStorage.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/agreement/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/collection/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/demo/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/ChatInit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/HistoryRecord.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/MessageBox.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/OpInit.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/SceneTips.vue
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/home/components/images/add.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/home/components/images/checked.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/images/down.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/images/empty.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/images/h-q.png
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.
src/pages/home/components/images/history.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/images/more-2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/images/more.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/home/components/images/refresh.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/images/send-2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/components/images/send.png
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.
src/pages/home/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/more/components/HistoryRecord.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/more/components/images/add.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/more/components/images/checked.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/more/components/images/down.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/more/components/images/empty.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/more/components/images/h-q.png
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.
src/pages/more/components/images/history.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/more/components/images/more-2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/more/components/images/more.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/more/components/images/refresh.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/more/components/images/send-2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/more/components/images/send.png
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/more/index.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/helpers/auth.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/router/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/style.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles/globalVar.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/typings/aiDoctor.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/typings/index.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/typings/order.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/typings/pet.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/typings/user.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/typings/vip.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/app.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/bignum.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/debounce.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/location.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/number.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/oss.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/request.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/storage.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/typeof.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/utils/user.ts
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.json
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.node.json
0 → 100644
This diff is collapsed.
Click to expand it.
vite.config.ts
0 → 100644
This diff is collapsed.
Click to expand it.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment