diff --git a/Readme.md b/Readme.md index ad611ee..8d50a8e 100644 --- a/Readme.md +++ b/Readme.md @@ -1 +1,25 @@ -HC掌上物业 \ No newline at end of file +## HC掌上物业 + +HC掌上物业是完全免费开源手机版的小区物业管理系统,采用目前比较主流的uni-app和colorui技术,一次编码多端运行, +包括Android、ios 、H5和小程序。 +目前包含的功能有:维修录单、维修受理、投诉录单、投诉受理、巡检打卡、采购管理、公告、通讯录、小区广告和小区文化等。 +了解更多请加交流群:827669685 + +## HC官网 + +[http://www.homecommunity.cn](http://www.homecommunity.cn) + +## 二次开发视频 + +[https://space.bilibili.com/403702784](https://space.bilibili.com/403702784) + +## 运行截图 + +![image](/readme/img/login.png) +![image](/readme/img/index.png) +![image](/readme/img/repair.png) +![image](/readme/img/compaint.png) +![image](/readme/img/inspection.png) +![image](/readme/img/notice.png) +![image](/readme/img/tels.png) +![image](/readme/img/my.png) \ No newline at end of file diff --git a/readme/img/compaint.png b/readme/img/compaint.png new file mode 100644 index 0000000..cb28ead Binary files /dev/null and b/readme/img/compaint.png differ diff --git a/readme/img/index.png b/readme/img/index.png new file mode 100644 index 0000000..74b0c03 Binary files /dev/null and b/readme/img/index.png differ diff --git a/readme/img/inspection.png b/readme/img/inspection.png new file mode 100644 index 0000000..0ca495d Binary files /dev/null and b/readme/img/inspection.png differ diff --git a/readme/img/login.png b/readme/img/login.png new file mode 100644 index 0000000..521940a Binary files /dev/null and b/readme/img/login.png differ diff --git a/readme/img/my.png b/readme/img/my.png new file mode 100644 index 0000000..19ae1b5 Binary files /dev/null and b/readme/img/my.png differ diff --git a/readme/img/notice.png b/readme/img/notice.png new file mode 100644 index 0000000..ca30670 Binary files /dev/null and b/readme/img/notice.png differ diff --git a/readme/img/repair.png b/readme/img/repair.png new file mode 100644 index 0000000..51e3c87 Binary files /dev/null and b/readme/img/repair.png differ diff --git a/readme/img/tels.png b/readme/img/tels.png new file mode 100644 index 0000000..ccfac33 Binary files /dev/null and b/readme/img/tels.png differ