From bbf476f53391ba85d19c6655ed53149d0a1d7182 Mon Sep 17 00:00:00 2001 From: nearwmy <1137650620@qq.com> Date: 2017年12月20日 12:13:38 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=8E=9F=E7=94=9F=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E5=8D=A1=E6=B7=BB=E5=8A=A0=E6=A8=AA=E7=AB=96?= =?UTF-8?q?=E5=B1=8F=E5=88=87=E6=8D=A2=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nativetab/index.html | 417 ++++++++++++++++++++++--------------------- 1 file changed, 218 insertions(+), 199 deletions(-) diff --git a/nativetab/index.html b/nativetab/index.html index 4c42d18..8dc70b0 100644 --- a/nativetab/index.html +++ b/nativetab/index.html @@ -1,204 +1,223 @@ - - - - 首页 - - - - - -

首页

-
-
-

这是使用nativeObj 原生控件绘制的底部选项卡示例,当前为父页面,显示第一个tab项内容;

-

这里采用将第一个tab项内容放在父页面显示,因为是入口页面,会在启动中进行渲染,使首页显示速度更快

-

选项卡常用于App首页,为加快渲染,原生底部选项卡是在manifest.json中通过plus -> launchwebview -> subNViews 节点配置的;

-

选项卡图标使用字体绘制,点击可切换对应选项卡的高亮状态,开发者可自定义相应的点击事件;

-

本示例中,点击第二个选项卡打开一个支持下拉刷新的webview;点击第四个选项卡,打开一个新窗口。

- -

中间悬浮大球图标,因涉及屏幕分辨率动态计算,目前是在首页plusReady事件中实现绘制的。该悬浮大球支持点击事件,开发者可定制实现对应的点击逻辑。

- -

为提高性能,本示例选项卡图标全部使用字体文件绘制(推荐),实际使用中也可以使用图片绘制。

-
-
- - - -

AltStyle によって変換されたページ (->オリジナル) /

+ + + + 首页 + + + + + + +
+
+

这是使用nativeObj 原生控件绘制的底部选项卡示例,当前为父页面,显示第一个tab项内容;

+

这里采用将第一个tab项内容放在父页面显示,因为是入口页面,会在启动中进行渲染,使首页显示速度更快

+

选项卡常用于App首页,为加快渲染,原生底部选项卡是在manifest.json中通过plus -> launchwebview -> subNViews 节点配置的;

+

选项卡图标使用字体绘制,点击可切换对应选项卡的高亮状态,开发者可自定义相应的点击事件;

+

本示例中,点击第二个选项卡打开一个支持下拉刷新的webview;点击第四个选项卡,打开一个新窗口。

+

中间悬浮大球图标,因涉及屏幕分辨率动态计算,目前是在首页plusReady事件中实现绘制的。该悬浮大球支持点击事件,开发者可定制实现对应的点击逻辑。

+

为提高性能,本示例选项卡图标全部使用字体文件绘制(推荐),实际使用中也可以使用图片绘制。

+
+
+ + + \ No newline at end of file From 7de6549586d060a8b00a818dff2e317bd2e944b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: 2018年4月19日 16:16:03 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=97=AA=E8=AF=BB?= =?UTF-8?q?=E7=9C=8B=E4=B9=A6=E5=BC=80=E6=BA=90=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aedeac2..5d71961 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ 1. [新闻阅读器](https://github.com/dcloudio/casecode/tree/master/reader) 2. [开发者新闻APP](https://github.com/xland/DeveloperNews) 3. [红旅动漫](https://github.com/tomoya92/hltmapp-mui) +4. [闪读看书](https://github.com/zuiyuewentian/Mui_ReadBook) ## 电商类 1. [灰狐E3](https://github.com/huihoo/e3-h5) From d4887e6a29ef8eaeb2d64cf9819c45c96b23fa53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: 2018年8月10日 18:05:21 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d71961..a2b17ee 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,15 @@ ## 电商类 1. [灰狐E3](https://github.com/huihoo/e3-h5) +## 社交类 +1.[卡牌对战](https://github.com/EasyTuan/mui-kidApp):基于 MUI 构建一个具有 90 +页面的APP应用 + ## 工具类 1. [滴石](http://git.oschina.net/uikoo9/uikoo9-dishi) 2. [卉卉打卡](https://github.com/0312birdzhang/huihuisignin) ## 能力展示类 -1. [Hello MUI](https://github.com/dcloudio/mui/tree/master/examples/hello-mui) +1. [Hello MUI](https://github.com/dcloudio/mui/tree/master/examples/hello-mui):展示mui的基础控件、通用模板等 ## 常用模板类 1. [登录模板](https://github.com/dcloudio/mui/tree/master/examples/login) From 38d07a044a5efbba866338b3d95f4eddc2a34d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E7=BA=A2=E4=BF=9D?= Date: 2018年11月11日 12:09:10 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2b17ee..a740ac1 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,16 @@ 2. [卉卉打卡](https://github.com/0312birdzhang/huihuisignin) ## 能力展示类 -1. [Hello MUI](https://github.com/dcloudio/mui/tree/master/examples/hello-mui):展示mui的基础控件、通用模板等 +1. [Hello uni-app](https://github.com/dcloudio/uni-app/tree/master/examples/hello-uniapp):展示uni-app的组件、API、模板等 +2. [Hello MUI](https://github.com/dcloudio/mui/tree/master/examples/hello-mui):展示mui的基础控件、通用模板等 + ## 常用模板类 -1. [登录模板](https://github.com/dcloudio/mui/tree/master/examples/login) -2. [酒店预定](https://github.com/dcloudio/casecode/tree/master/hotel) +1. [登录模板](https://github.com/dcloudio/mui/tree/master/examples/login) 基于mui项目的登录模板 +2. [登录模板](https://github.com/dcloudio/uni-app/tree/master/examples/login-template) 基于uni-app项目的登录模板 +3. [酒店预定](https://github.com/dcloudio/casecode/tree/master/hotel) +4. [图片App](https://github.com/dcloudio/uni-app/tree/master/examples/image-template) 使用uni-app开发的图片App模版,包含单列图、双列图,图片分类,图片轮播、预览、下载,图片分享、收藏,设置桌面背景图等功能 + ## 脚手架类 1. [rayapp开发框架](https://github.com/dailc/hybrid_dcloud_rayapp)