You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
2.3 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# flossomWechat
#### 介绍
{**以下是 Gitee 平台说明,您可以替换此简介**
Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN。专为开发者提供稳定、高效、安全的云端软件开发协作平台
无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)}
#### 软件架构
软件架构说明
#### 安装教程
1. 电脑需要安装 node16.18.0 以上版本
2. 下载项目依赖
```javascript
npm i -f // 强制下载安装依赖 注意请使用npm源taobao源可能下载失败
```
3. 启动与打包命令
```javascript
npm run dev:weapp // 启动命令
npm run build:weapp // 打包命令
```
4. 使用微信开发者工具预览
开发者工具下载地址
https://servicewechat.com/wxa-dev-logic/download_redirect?type=win32_x64&from=mpwiki&download_version=1062401020&version_type=1
安装开发者工具后需要扫码登录工具,然后点击目录,导入项目打包生成的 dist 文件夹
APPID 的下拉填写,需要登录用户拥有本项目的开发者权限,用于选中本项目的 APPID。如果没有权限则无法选择下拉框需要联系本项目管理员添加权限。
APPID 填写后,点击确定即可预览项目。
如果项目运行后无法连接网络,则需要 点击开发者工具右上角的详情, 勾选 不校验域名
#### 使用说明
1. 如何设置全局接口地址:打开 flowsomwechat\src\store\features\globalStore.js修改 domain 即可
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 特技
1. 使用 Readme_XXX.md 来支持不同的语言,例如 Readme_en.md, Readme_zh.md
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)