# campus_prophet_wx **Repository Path**: sinderWorld/campus_prophet_wx ## Basic Information - **Project Name**: campus_prophet_wx - **Description**: 理先知校园服务(广州理工),小程序端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-07 - **Last Updated**: 2024-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # campus_prophet_wx #### 介绍 理先知校园服务(广州理工),小程序端 #### 软件架构 软件架构说明 #### 安装教程 1. 安装sass-loader,注意需要版本10,否则可能会导致vue与sass的兼容问题而报错:npm i sass-loader@10 -D 2. 安装uview-ui组件库:npm i uview-ui 3. 在项目根目录的 uni.scss中引入此文件:@import "uview-ui/theme.scss";@import "uview-ui/index.scss"; 4. 安装npm i image-tools --save,通过base64持久化头像,使用方式:import { pathToBase64, base64ToPath } from 'image-tools' 5. 使用HBX导入uCharts插件,会将插件导入uni_modules 6. 直接运行到小程序开发工具即可 #### 使用说明 1. alibaba icon彩色图标Symbol引用 a:uniapp开发小程序需要先通过cmd打开命令行工具,输入:npm install -g iconfont-tools b:将从alibaba icon下载的压缩包解压,取出iconfont.js文件,将iconfont.js文件放入iconfont-tools文件夹下(一般在node文件夹的node_global下,与iconfont-tools文件同级) c:然后命令行打开目录,执行:iconfont-tools,一直回车默认就好,执行完毕后iconfont-tools文件夹下会生成iconfont-weapp文件夹。 d:将iconfont-weapp文件夹中的iconfont-weapp-icon.css放至static静态资源文件夹下,并(Vue.app)全局引用该css文件。 e:使用则根据图标实际名称使用图标,注意要带上t-icon,示例:class="t-icon t-icon-lanqiu" 2. xxxx 3. xxxx #### 参与贡献 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/)