Skip to content

Locke93/chatgpt-uni-app

Repository files navigation

ChatGPT UNI App

This project is cloned from the open source project ChatGPT Web
Uniapp version modified based on this, can compile H5 and mini program versions
This project only contains front-end code. For back-end service, please use ChatGPT Web - service

中文

introduce

Tested platform

H5 WeChat Mini Program Other Mini Programs App
Support Support Not tested Not tested

Compared with the original project:

  1. Remove native-ui and use uniapp official component + uview-plus component instead
  2. Remove markdown-it and katex and use zero-markdown-view component instead
  3. Remove vue-router and use uniapp API instead
  4. Use weapp-tailwindcss to make tailwindcss support WeChat applet
  5. Use @egoist/tailwindcss-icons to make iconify support WeChat applet
  6. Use @uni-helper/axios-adapter to make axios support WeChat applet
  7. Other modifications

H5

Run the following command in the root directory

npm dev:h5

H5-Mobile

H5-PC

WeChat Mini Program

Run the following command in the root directory

npm dev:mp-weixin

WeChat

Acknowledgments

  1. Thanks to ChatGPT Web open source project.
  2. Thanks to uni-app-vite-vue3-tailwind-vscode-template weapp-tailwindcss template.

Sponsorship

If you think this project is helpful to you, you can receive an Alipay red envelope to support it.

Alipay

Alipay

License

MIT © Locke93