实例介绍
【实例截图】
【核心代码】
hybrid-h5plus-rayapp
├── README.md
├── compile.bat
├── config.js
├── gulpfile.js
├── package.json
├── src
│ └── showcase.dcloud.rayapp
│ ├── css
│ │ ├── RayApp
│ │ │ ├── RayApp.PullToRefresh.css
│ │ │ └── RayApp.Template.css
│ │ ├── about
│ │ │ └── demo_about.css
│ │ ├── common
│ │ │ ├── Dcommon_search.css
│ │ │ ├── common.css
│ │ │ ├── commonWeichat.css
│ │ │ ├── common_list.css
│ │ │ ├── common_search.css
│ │ │ ├── fixed_compatible.css
│ │ │ ├── repailTopPocket45.css
│ │ │ ├── repailTopPocket95.css
│ │ │ └── reset.css
│ │ ├── css3D
│ │ │ ├── demo_css3D_gallery.css
│ │ │ └── demo_css3D_gallery_dynamic.css
│ │ ├── demoCommon
│ │ │ ├── demo_common_input.css
│ │ │ └── demo_common_li.css
│ │ ├── download
│ │ │ └── demo_downloadFile_h5.css
│ │ ├── echart
│ │ │ └── demo_echart_echartTools.css
│ │ ├── gallerySlider
│ │ │ └── demo_gallerySlider_gallerySliderTools.css
│ │ ├── imgOperation
│ │ │ ├── demo_imageLoaderTools_localcache.css
│ │ │ └── demo_imageTools.css
│ │ ├── index.css
│ │ ├── libs
│ │ │ ├── Gallery3DEffect.css
│ │ │ ├── mui.jsonview.css
│ │ │ ├── mui.picker.min.css
│ │ │ ├── mui.poppicker.css
│ │ │ ├── mui.previewimage.css
│ │ │ └── webuploader.css
│ │ ├── liveAndDemand
│ │ │ ├── demo_liveAndDemand_lecloud.css
│ │ │ └── demo_liveAndDemand_lecloudFull.css
│ │ ├── map
│ │ │ └── demo_map_baidumapH5.css
│ │ ├── media
│ │ │ ├── demo_media_MediaTools.css
│ │ │ └── demo_media_h5Video.css
│ │ ├── mui.css
│ │ ├── mui.min.css
│ │ ├── pullToRefresh
│ │ │ └── demo_pullRefresh_div_custom.css
│ │ ├── test
│ │ │ ├── demo_test_input.css
│ │ │ └── demo_test_interfaceAccess.css
│ │ ├── ui
│ │ │ └── demo_ui_uiTools.css
│ │ └── verifyCode
│ │ └── demo_verifyCode_VerifyCodeTools.css
│ ├── fonts
│ │ └── mui.ttf
│ ├── gulpWatch.json
│ ├── html
│ │ ├── RayApp
│ │ │ └── RayApp.Template.html
│ │ ├── about
│ │ │ └── demo_about.html
│ │ ├── basicKnowledge
│ │ │ ├── demo_basicKnowledge_js.html
│ │ │ └── demo_overflow_hidden.html
│ │ ├── charset
│ │ │ ├── demo_charset_charsetTools.html
│ │ │ ├── demo_charset_md5Tools.html
│ │ │ ├── demo_charset_rsaTools.html
│ │ │ └── demo_charset_stringTools.html
│ │ ├── compatibility
│ │ │ └── demo_compatibility_offcanvasHorizontalScreen.html
│ │ ├── css3D
│ │ │ ├── demo_css3D_gallery.html
│ │ │ └── demo_css3D_gallery_dynamic.html
│ │ ├── date
│ │ │ └── demo_date_dateTools.html
│ │ ├── demoCommonInput
│ │ │ ├── demo_common_input.html
│ │ │ └── demo_common_li.html
│ │ ├── device
│ │ │ └── demo_device_keyBoardTools.html
│ │ ├── download
│ │ │ ├── demo_downloadFile_h5.html
│ │ │ ├── demo_downloadTools_file.html
│ │ │ └── demo_downloadTools_img.html
│ │ ├── echart
│ │ │ └── demo_echart_echartTools.html
│ │ ├── gallerySlider
│ │ │ └── demo_gallerySlider_gallerySliderTools.html
│ │ ├── imgOperation
│ │ │ ├── demo_imageLoaderTools_layzload.html
│ │ │ ├── demo_imageLoaderTools_localcache.html
│ │ │ ├── demo_imageTools.html
│ │ │ └── demo_imageTools_cameraH5.html
│ │ ├── index.html
│ │ ├── liveAndDemand
│ │ │ ├── demo_liveAndDemand_lecloudDemand.html
│ │ │ ├── demo_liveAndDemand_lecloudDemandFull.html
│ │ │ ├── demo_liveAndDemand_lecloudLive.html
│ │ │ ├── demo_liveAndDemand_lecloudLiveFull.html
│ │ │ ├── demo_liveAndDemand_lecloudLiveFull_test.html
│ │ │ └── demo_liveAndDemand_lecloudLive_test.html
│ │ ├── map
│ │ │ └── demo_map_baidumapH5.html
│ │ ├── media
│ │ │ ├── demo_media_h5Video.html
│ │ │ └── demo_media_mediaTools.html
│ │ ├── notification
│ │ │ └── demo_notificationTools.html
│ │ ├── oauth
│ │ │ └── demo_oauth_sso.html
│ │ ├── other
│ │ │ ├── demo_other_jsonCompareTools.html
│ │ │ └── demo_other_jsonViewTools.html
│ │ ├── pullToRefresh
│ │ │ ├── demo_pullRefresh_base_list.html
│ │ │ ├── demo_pullRefresh_base_parent.html
│ │ │ ├── demo_pullRefresh_div_custom.html
│ │ │ ├── demo_pullRefresh_impl_list.html
│ │ │ ├── demo_pullRefresh_impl_list_custom.html
│ │ │ ├── demo_pullRefresh_impl_list_type2.html
│ │ │ └── demo_pullRefresh_parent.html
│ │ ├── storage
│ │ │ ├── demo_storage_sqlTools.html
│ │ │ └── demo_storage_storageTools.html
│ │ ├── test
│ │ │ ├── demo_inputfile.html
│ │ │ ├── demo_test_input.html
│ │ │ ├── demo_test_input2.html
│ │ │ ├── demo_test_interfaceAccess.html
│ │ │ ├── demo_test_test.html
│ │ │ └── demo_test_test2.html
│ │ ├── ui
│ │ │ └── demo_ui_uiTools.html
│ │ ├── update
│ │ │ └── demo_updateTools_file.html
│ │ ├── upload
│ │ │ ├── demo_h5file.html
│ │ │ ├── demo_uploadFile_h5_uploadH5.html
│ │ │ ├── demo_uploadFile_h5_webUploader.html
│ │ │ └── demo_uploadFile_plus_simple.html
│ │ ├── verifyCode
│ │ │ └── demo_verifyCode_verifyCodeTools.html
│ │ └── weichat
│ │ ├── demo_weichat_jssdk_enterprise.html
│ │ ├── demo_weichat_jssdk_normal.html
│ │ ├── demo_weichat_oauth_api.html
│ │ ├── demo_weichat_oauth_simple.html
│ │ └── demo_weichat_simple.html
│ ├── img
│ │ ├── RayApp
│ │ │ ├── img_error.jpg
│ │ │ └── img_loading.jpg
│ │ ├── css3D
│ │ │ ├── img_01.jpg
│ │ │ ├── img_02.jpg
│ │ │ └── img_03.jpg
│ │ ├── gallery
│ │ │ ├── img_testgallery1.jpg
│ │ │ ├── img_testgallery2.jpg
│ │ │ ├── img_testgallery3.jpg
│ │ │ └── img_testgallery4.jpg
│ │ ├── imgOperation
│ │ │ ├── img_addphoto.png
│ │ │ └── img_delete_error.png
│ │ ├── img_test.jpg
│ │ └── media
│ │ ├── img_clickToPlay.png
│ │ ├── img_voice_icon.png
│ │ ├── voice-icon.png
│ │ ├── voice-icon1.png
│ │ ├── voice-icon1_1.png
│ │ └── voice-icon1_2.png
│ ├── js
│ │ ├── bizlogic
│ │ │ ├── about
│ │ │ │ └── demo_about.js
│ │ │ ├── charset
│ │ │ │ ├── demo_charset_charsetTools.js
│ │ │ │ ├── demo_charset_md5Tools.js
│ │ │ │ ├── demo_charset_rsaTools.js
│ │ │ │ └── demo_charset_stringTools.js
│ │ │ ├── common
│ │ │ │ ├── bizlogic_common_ejs_default.js
│ │ │ │ └── litemplate_pulltorefresh_biz_default.js
│ │ │ ├── compatibility
│ │ │ │ └── demo_compatibility_offcanvasHorizontalScreen.js
│ │ │ ├── config
│ │ │ │ ├── config.js
│ │ │ │ └── seaBizConfig.js
│ │ │ ├── css3D
│ │ │ │ ├── demo_css3D_gallery.js
│ │ │ │ └── demo_css3D_gallery_dynamic.js
│ │ │ ├── date
│ │ │ │ └── demo_date_dateTools.js
│ │ │ ├── device
│ │ │ │ └── demo_device_keyBoardTools.js
│ │ │ ├── download
│ │ │ │ ├── demo_downloadFile_h5.js
│ │ │ │ ├── demo_downloadTools_file.js
│ │ │ │ └── demo_downloadTools_img.js
│ │ │ ├── echart
│ │ │ │ └── demo_echart_echartTools.js
│ │ │ ├── ejs
│ │ │ │ ├── demo_ejs_api.js
│ │ │ │ ├── demo_ejs_api_v2.js
│ │ │ │ ├── demo_ejs_api_v2_device.js
│ │ │ │ ├── demo_ejs_api_v2_nativeComponents.js
│ │ │ │ ├── demo_ejs_api_v2_nativeUI.js
│ │ │ │ ├── demo_ejs_api_v2_navigator.js
│ │ │ │ ├── demo_ejs_api_v2_oauth.js
│ │ │ │ ├── demo_ejs_api_v2_page.js
│ │ │ │ ├── demo_ejs_api_v2_runtime.js
│ │ │ │ ├── demo_ejs_api_v2_sql.js
│ │ │ │ ├── demo_ejs_demo_v2_index.js
│ │ │ │ ├── demo_ejs_simple.js
│ │ │ │ └── demo_ejs_simple_v2.js
│ │ │ ├── gallerySlider
│ │ │ │ └── demo_gallerySlider_gallerySliderTools.js
│ │ │ ├── imgOperation
│ │ │ │ ├── demo_imageLoaderTools_layzload.js
│ │ │ │ ├── demo_imageLoaderTools_localcache.js
│ │ │ │ └── demo_imageTools.js
│ │ │ ├── index.js
│ │ │ ├── liveAndDemand
│ │ │ │ ├── demo_liveAndDemand_lecloudDemand.js
│ │ │ │ ├── demo_liveAndDemand_lecloudDemandFull.js
│ │ │ │ ├── demo_liveAndDemand_lecloudLive.js
│ │ │ │ └── demo_liveAndDemand_lecloudLiveFull.js
│ │ │ ├── map
│ │ │ │ └── demo_map_baidumapH5.js
│ │ │ ├── media
│ │ │ │ ├── demo_media_h5Video.js
│ │ │ │ └── demo_media_mediaTools.js
│ │ │ ├── notification
│ │ │ │ └── demo_notificationTools.js
│ │ │ ├── oauth
│ │ │ │ └── demo_oauth_sso.js
│ │ │ ├── other
│ │ │ │ ├── demo_other_jsonCompareTools.js
│ │ │ │ └── demo_other_jsonViewTools.js
│ │ │ ├── pullToRefresh
│ │ │ │ ├── demo_pullRefresh_base_list.js
│ │ │ │ ├── demo_pullRefresh_base_parent.js
│ │ │ │ ├── demo_pullRefresh_div_custom.js
│ │ │ │ ├── demo_pullRefresh_impl_list.js
│ │ │ │ ├── demo_pullRefresh_impl_list_custom.js
│ │ │ │ ├── demo_pullRefresh_impl_list_type2.js
│ │ │ │ └── demo_pullRefresh_parent.js
│ │ │ ├── storage
│ │ │ │ ├── demo_storage_sqlTools.js
│ │ │ │ └── demo_storage_storageTools.js
│ │ │ ├── test
│ │ │ │ ├── demo_test_input.js
│ │ │ │ ├── demo_test_interfaceAccess.js
│ │ │ │ └── demo_test_test.js
│ │ │ ├── ui
│ │ │ │ └── demo_ui_uiTools.js
│ │ │ ├── update
│ │ │ │ └── demo_updateTools_file.js
│ │ │ ├── upload
│ │ │ │ ├── demo_uploadFile_h5_uploadH5.js
│ │ │ │ ├── demo_uploadFile_h5_webUploader.js
│ │ │ │ └── demo_uploadFile_plus_simple.js
│ │ │ ├── verifyCode
│ │ │ │ └── demo_verifyCode_verifyCodeTools.js
│ │ │ └── weichat
│ │ │ ├── demo_weichat_jssdk_enterprise.js
│ │ │ ├── demo_weichat_jssdk_normal.js
│ │ │ ├── demo_weichat_oauth_api.js
│ │ │ └── demo_weichat_oauth_simple.js
│ │ ├── core
│ │ │ ├── RayApp
│ │ │ │ ├── Optimized
│ │ │ │ │ └── RayApp.Template.js
│ │ │ │ ├── RayApp.Config.js
│ │ │ │ ├── Tools
│ │ │ │ │ ├── RayApp.CharsetTools.js
│ │ │ │ │ ├── RayApp.CommonTools.js
│ │ │ │ │ ├── RayApp.DateTools.js
│ │ │ │ │ ├── RayApp.DownLoadTools.js
│ │ │ │ │ ├── RayApp.EchartsTools.js
│ │ │ │ │ ├── RayApp.FileTools.js
│ │ │ │ │ ├── RayApp.GallerySliderTools.js
│ │ │ │ │ ├── RayApp.HtmlTools.js
│ │ │ │ │ ├── RayApp.IDCardTools.js
│ │ │ │ │ ├── RayApp.ImageLoaderTools.js
│ │ │ │ │ ├── RayApp.ImageTools.js
│ │ │ │ │ ├── RayApp.JSONTools.js
│ │ │ │ │ ├── RayApp.KeyBoardTools.js
│ │ │ │ │ ├── RayApp.Md5Tools.js
│ │ │ │ │ ├── RayApp.MediaTools.js
│ │ │ │ │ ├── RayApp.NotificationTools.js
│ │ │ │ │ ├── RayApp.PullToRefresh.Base.Default.js
│ │ │ │ │ ├── RayApp.PullToRefresh.Base.Type0.js
│ │ │ │ │ ├── RayApp.PullToRefresh.Base.Type1.js
│ │ │ │ │ ├── RayApp.PullToRefresh.Base.Type1.material1.js
│ │ │ │ │ ├── RayApp.PullToRefresh.Base.Type2.js
│ │ │ │ │ ├── RayApp.PullToRefresh.Impl.Default.js
│ │ │ │ │ ├── RayApp.SqlTools.js
│ │ │ │ │ ├── RayApp.StorageTools.js
│ │ │ │ │ ├── RayApp.StringTools.js
│ │ │ │ │ ├── RayApp.UITools.js
│ │ │ │ │ ├── RayApp.UpLoadH5Tools.js
│ │ │ │ │ ├── RayApp.UpLoadPlusTools.js
│ │ │ │ │ ├── RayApp.UpdateTools.js
│ │ │ │ │ ├── RayApp.VerifyCodeTools.js
│ │ │ │ │ └── RayApp.WindowTools.js
│ │ │ │ ├── cacheControl.config.js
│ │ │ │ └── sea.config.js
│ │ │ ├── sea-debug_2.1.js
│ │ │ ├── sea-debug_2.23.js
│ │ │ ├── sea-debug_3.0.js
│ │ │ ├── sea.min.js
│ │ │ ├── sea.min_2.1.js
│ │ │ ├── sea.min_2.23.js
│ │ │ └── sea.min_3.0.js
│ │ └── libs
│ │ ├── Barrett.js
│ │ ├── BigInt.js
│ │ ├── Gallery3DEffect.js
│ │ ├── RSA.js
│ │ ├── anroidKeybordJumper.js
│ │ ├── bcloud.js
│ │ ├── blive.js
│ │ ├── echarts-all.js
│ │ ├── jquery-1.11.0.min.js
│ │ ├── mui.js
│ │ ├── mui.jsonview.js
│ │ ├── mui.min.js
│ │ ├── mui.picker.js
│ │ ├── mui.picker.min.js
│ │ ├── mui.poppicker.js
│ │ ├── mui.previewimage.js
│ │ ├── mui.zoom.js
│ │ ├── mustache.min.js
│ │ ├── webuploader.js
│ │ └── zepto.min.js
│ └── manifest.json
└── 安装包Demo
├── showcase_rayapp.apk
└── showcase_rayapp.ipa
90 directories, 264 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论