From db3ae0d24cc959b418523b98cd52134e25502240 Mon Sep 17 00:00:00 2001 From: weilanwl <1273753708@qq.com> Date: Tue, 16 Nov 2021 23:43:37 +0800 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0ebc720..f865794 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,20 @@ -V3 测试版:https://github.com/weilanwl/coloruiBeta -

ColorUI简介

+ +

V3 测试版:https://github.com/weilanwl/coloruiBeta

+ + +

ColorUI简介

+ +## 素材 +ColorUI在语雀有个群友共同在维护的知识库,里面有一些群友改的模板和UI素材供开发使用哦! +[语雀-ColorUI群资源](https://www.yuque.com/colorui) ## 前言 ColorUI是一个css库!!!在你引入样式后可以根据class来调用组件,一些含有交互的操作我也有简单写,可以为你开发提供一些思路。 ## 交流 微信群:加入微信群请先添加开发者微信,备注UniApp插件市场。QQ群:240787041 或扫描二维码。 -

+

-## 素材 -ColorUI在语雀有个群友共同在维护的知识库,里面有一些群友改的模板和UI素材供开发使用哦! -[语雀-ColorUI群资源](https://www.yuque.com/colorui) ## 使用UniApp开发 ### 开始 @@ -125,7 +129,7 @@ Vue.component('cu-custom',cuCustom) `App.json` 配置取消系统导航栏,并全局引入组件 ``` "window": { - "navigationStyle": "custom" + "navigationStyle": "custom" }, "usingComponents": { "cu-custom":"/colorui/components/cu-custom" @@ -135,8 +139,8 @@ Vue.component('cu-custom',cuCustom) `page.wxml` 页面可以直接调用了 ``` - 返回 - 导航栏 + 返回 + 导航栏 ``` @@ -154,7 +158,11 @@ Vue.component('cu-custom',cuCustom) | right | 右侧区域(小程序端可使用范围很窄!) | ## 赞赏 -

+

+## License +[MIT](https://opensource.org/licenses/MIT) + +Copyright (c) 2020-present, XiaoGang Wen