ipu的trunk版的android工程和服务端工程。

server-page.xml 14KB

    <?xml version="1.0" encoding="UTF-8"?> <pages> <!-- 主页 --> <action name="Index" template="template/webapp/index.html"></action> <!-- 插件页面 --> <action name="Basic" template="template/webapp/plugins/basic.html"></action> <action name="Network" template="template/webapp/plugins/network.html"></action> <action name="Map" template="template/webapp/plugins/map.html"></action> <action name="Photo" template="template/webapp/plugins/photo.html"></action> <action name="CustomCamera" template="template/webapp/plugins/customCamera.html"></action> <!-- 自定义拍照插件可根据参数旋转图片 --> <action name="CustomCameraOrientation" template="template/webapp/plugins/customCameraOrientation.html"></action> <action name="File" template="template/webapp/plugins/file/file.html"></action> <action name="SandBox" template="template/webapp/plugins/file/sandbox.html"></action> <action name="FileDetail" template="template/webapp/plugins/file/fileDetail.html"></action> <action name="Storage" template="template/webapp/plugins/storage.html"></action> <action name="UI" template="template/webapp/plugins/ui/ui.html"></action> <action name="UI-CustomAlertDialog" template="template/webapp/plugins/ui/ui-customAlertDialog.html"></action> <action name="UI-CustomAlertDialogNew" template="template/webapp/plugins/ui/ui-customAlertDialogNew.html"></action> <action name="UI-SlidingMenu" template="template/webapp/plugins/ui/ui-slidingMenu.html"></action> <action name="UI-CustomDialog" template="template/webapp/plugins/ui/ui-customDialog.html"></action> <action name="UI-CustomWindow" template="template/webapp/plugins/ui/ui-customWindow.html"></action> <action name="QR" template="template/webapp/plugins/qr.html"></action> <action name="Audio" template="template/webapp/plugins/audio.html"></action> <action name="Video" template="template/webapp/plugins/video.html"></action> <action name="UploadDownload" template="template/webapp/plugins/uploadDownload.html"></action> <action name="YunbaPush" template="template/webapp/plugins/yunbaPush.html"></action> <action name="JPush" template="template/webapp/plugins/jPush.html"></action> <action name="Database" template="template/webapp/plugins/database.html"></action> <action name="Contacts" template="template/webapp/plugins/contacts.html"></action> <action name="NFC" template="template/webapp/plugins/nfc.html"></action> <action name="Share" template="template/webapp/plugins/share.html"></action> <action name="BaiduMap" template="template/webapp/plugins/baiduMap.html"></action> <action name="Mail" template="template/webapp/plugins/mail.html"></action> <action name="VideoCompress" template="template/webapp/plugins/videoCompress.html"></action> <action name="LocalStorage" template="template/webapp/plugins/localStorage.html"></action> <action name="WDFImageCache" template="template/webapp/plugins/WDFImageCache.html"></action> <action name="ImageSave" template="template/webapp/plugins/image.html"></action> <action name="DownloadFile" template="template/webapp/plugins/downloadFile.html"></action> <action name="Face" template="template/webapp/plugins/face.html"></action> <action name="ShortVideo" template="template/webapp/plugins/shortVideo.html"></action> <action name="asr" template="template/webapp/plugins/asr.html"></action> <action name="OCR" template="template/webapp/plugins/ocr.html"></action> <action name="cordova" template="template/webapp/plugins/cordova.html"></action> <action name="smsListener" template="template/webapp/plugins/smsListener.html"></action> <action name="sensorListener" template="template/webapp/plugins/sensor.html"/><!--传感器相关--> <action name="envSwitch" template="template/webapp/plugins/envSwitch.html"/><!--环境切换--> <action name="shortVideoPlatform" template="template/webapp/plugins/shortVideoPlatform.html"></action> <action name="VideoPro" template="template/webapp/plugins/videoPro.html"></action> <action name="labelVideo" template="template/webapp/plugins/label-video.html"></action> <action name="videoAdd" template="template/webapp/plugins/video-add.html"></action> <action name="videoSearch" template="template/webapp/plugins/video-search.html"></action> <action name="Watermark" template="template/webapp/plugins/watermark.html"></action> <!-- 安全 --> <action name="Safe" template="template/webapp/plugins/safe/safe.html"></action> <action name="FingerprintUnlock" template="template/webapp/plugins/safe/fingerprintUnlock.html"></action> <action name="SecondVerify" template="template/webapp/plugins/safe/secondVerify.html"></action> <action name="ScreenCapture" template="template/webapp/plugins/safe/screenCapture.html"></action> <action name="GestureLock" template="template/webapp/plugins/safe/gestureLock.html"></action> <action name="DetectApps" template="template/webapp/plugins/safe/detectApps.html"></action> <!--截屏权限--> <action name="CaptureAuthority" template="template/webapp/plugins/captureAuthority.html"></action> <!-- JS组件 --> <action name="Carousel" template="template/webapp/jsComponent/carousel.html"></action> <action name="Refresh" template="template/webapp/jsComponent/refresh.html"></action> <action name="Tab" template="template/webapp/jsComponent/tab.html"></action> <action name="Navbar" template="template/webapp/jsComponent/navbar.html"></action> <action name="Modal" template="template/webapp/jsComponent/modal.html"></action> <action name="PopPicker" template="template/webapp/jsComponent/pop-picker.html"></action> <action name="DtPicker" template="template/webapp/jsComponent/dt-picker.html"></action> <action name="Tap" template="template/webapp/jsComponent/tap.html"></action> <!-- 静态组件 --> <action name="Text" template="template/webapp/staticComponent/text.html"></action> <action name="Icon" template="template/webapp/staticComponent/icon.html"></action> <action name="Button" template="template/webapp/staticComponent/button.html"></action> <action name="Function" template="template/webapp/staticComponent/function.html"></action> <action name="Layout" template="template/webapp/staticComponent/layout.html"></action> <action name="GridLayout" template="template/webapp/staticComponent/grid-layout.html"></action> <action name="Grid" template="template/webapp/staticComponent/grid.html"></action> <action name="Toolbar" template="template/webapp/staticComponent/toolbar.html"></action> <action name="Category" template="template/webapp/staticComponent/category.html"></action> <action name="List" template="template/webapp/staticComponent/list.html"></action> <action name="Card" template="template/webapp/staticComponent/card.html"></action> <action name="Form" template="template/webapp/staticComponent/form.html"></action> <action name="Table" template="template/webapp/staticComponent/table.html"></action> <!-- 更多展示 --> <action name="VueDemo" template="template/webapp/more/dist/index.html"></action> <action name="scenedemo" template="template/webapp/more/scene/scene.html"></action> <!-- 远程iframe跨域调用插件 --> <action name="CrossIframePlug" template="template/webapp/more/scene/CrossIframePlug.html"></action> <action name="CrossIframePage" template="template/webapp/more/scene/CrossIframePage.html"></action> <!-- 报表场景 --> <action name="SceneBean_Demo" template="template/webapp/more/scene/demo/Demo.html"></action> <action name="SceneBean_DemoAdd" template="template/webapp/more/scene/demo/DemoAdd.html"></action> <action name="SceneBean_DemoDetail" template="template/webapp/more/scene/demo/DemoDetail.html"></action> <!-- 登录场景 --> <action name="SceneBean_login_init" template="template/webapp/more/scene/Login.html"></action> <!-- 唯一设备登录场景 --> <action name="UniqueEquipmentLogin" template="template/webapp/more/scene/UniqueEquipmentLogin.html"></action> <!-- 缓存使用场景 --> <action name="Cache" template="template/webapp/more/scene/Cache.html"></action> <action name="MemoryCache" template="template/webapp/more/scene/MemoryCache.html"></action> <action name="OfflineCache" template="template/webapp/more/scene/OfflineCache.html"></action> <!-- tfs举例场景 --> <action name="TfsDemo" template="template/webapp/more/scene/TfsDemo.html"></action> <!-- 推送展示 --> <action name="PushDemo" template="template/webapp/more/push/PushDemo.html"></action> <!-- 解锁屏场景 --> <action name="SceneBean_setScreenLock" template="template/webapp/more/scene/SetScreenLock.html"></action> <!-- 键盘 场景--> <action name="SceneBean_openKeyboard" template="template/webapp/more/scene/OpenKeyboard.html"></action> <!-- 数据请求场景 --> <action name="SceneBean_dataRequest" template="template/webapp/more/scene/DataRequest.html"></action> <!-- 页面跳转(直接数据渲染)场景 --> <action name="SceneBean_templateRedirect" template="template/webapp/more/scene/TemplateRedirect.html"></action> <!-- 页面跳转(调用数据接口)场景--> <action name="SceneBean_PageRedirect" template="template/webapp/more/scene/PageRedirect.html"></action> <!-- 页面跳转(调用数据接口)场景--> <action name="SceneBean_PageRedirectResult" template="template/webapp/more/scene/PageRedirectResult.html" data="SceneBean.openPageScene"></action> <!-- 局部页面刷新(直接数据渲染)场景 --> <action name="TemplateRefresh" template="template/webapp/more/scene/TemplateRefresh.html"></action> <action name="TemplateRefresh.PersonDetailTemplate" template="template/webapp/more/scene/PersonDetailTemplate.html"></action> <!-- 局部页面刷新调用数据接口)场景 --> <action name="PageRefresh" template="template/webapp/more/scene/PageRefresh.html"></action> <action name="PageRefresh.PersonDetailTemplateMore" template="template/webapp/more/scene/PersonDetailTemplateMore.html" data="SceneBean.getPersonDetailMore"></action> <action name="simulatedBrowser" template="template/webapp/more/simulatedBrowser.html"></action> <action name="openComponent" template="template/webapp/more/opensource/openSourceComponent.html"></action> <action name="O-charts" template="template/webapp/more/opensource/chart/chartIndex.html"></action> <action name="invokeIPU" template="template/webapp/more/invokeIPU/setParams.html"></action> <action name="invokeIPUResult" template="template/webapp/more/invokeIPU/showParams.html" data="SceneBean.openIPUScene"></action> <action name="reactNative" template="template/webapp/more/reactNative.html"></action> <action name="opensourcelibrary" template="template/webapp/more/opensource/opensourcelibrary.html"></action> <action name="sign" template="template/webapp/more/opensource/sign.html"></action> <action name="drag" template="template/webapp/more/opensource/drag.html"></action> <action name="iscroll" template="template/webapp/more/opensource/iscroll.html"></action> <action name="gesture" template="template/webapp/more/opensource/gesture.html"></action> <action name="PageHandler" template="template/webapp/plugins/pageHandler/pageHandler.html"></action> <action name="PageA" template="template/webapp/plugins/pageHandler/pageA.html"></action> <action name="PageB" template="template/webapp/plugins/pageHandler/pageB.html"></action> <action name="KeyDownListen" template="template/webapp/plugins/pageHandler/keyDownListen.html"></action> <action name="appsettings" template="template/webapp/more/appsettings.html"></action> <!-- Echarts --> <action name="EchartsLine" template="template/webapp/more/opensource/chart/echarts/echartsLine.html"></action> <action name="EchartsHistogram" template="template/webapp/more/opensource/chart/echarts/echartsHistogram.html"></action> <action name="EchartsPie" template="template/webapp/more/opensource/chart/echarts/echartsPie.html"></action> <!-- Highcharts --> <action name="HighchartsLine" template="template/webapp/more/opensource/chart/highcharts/highchartsLine.html"></action> <action name="HighchartsHistogram" template="template/webapp/more/opensource/chart/highcharts/highchartsHistogram.html"></action> <action name="HighchartsPie" template="template/webapp/more/opensource/chart/highcharts/highchartsPie.html"></action> <action name="HighchartsPie-3d" template="template/webapp/more/opensource/chart/highcharts/highchartsPie-3d.html"></action> <action name="HighchartsDashboard" template="template/webapp/more/opensource/chart/highcharts/highchartsDashboard.html"></action> <!-- icharts --> <action name="ichartsLine" template="template/webapp/more/opensource/chart/icharts/ichartsLine.html"></action> <action name="ichartsHistogram" template="template/webapp/more/opensource/chart/icharts/ichartsHistogram.html"></action> <action name="ichartsPie" template="template/webapp/more/opensource/chart/icharts/ichartsPie.html"></action> <action name="ichartsPie-3d" template="template/webapp/more/opensource/chart/icharts/ichartsPie-3d.html"></action> <action name="O-writeName" template="template/webapp/more/opensource/writeName.html"></action> <action name="O-gesturePassword" template="template/webapp/more/opensource/gesturePassword.html"></action> <action name="O-positionSign" template="template/webapp/more/opensource/positionSign.html"></action> <!-- <action name="Pay" template="template/webapp/more/pay.html"/> --> <!--前后台切换--> <action name="LifeCycle" template="template/webapp/plugins/lifecycle.html"></action> <action name="VideoPlayer" template="template/webapp/plugins/videoPlayer.html"></action> <action name="ChooseFile" template="template/webapp/plugins/chooseFile.html"></action> <action name="showSliderVerify" template="template/webapp/plugins/showSliderVerify.html"></action> <action name="videoLogin" template="template/webapp/video/login.html"></action> <action name="videoSearch" template="template/webapp/video/video-search.html"></action> <action name="videoHistory" template="template/webapp/video/video-history.html"></action> <action name="videoAdd" template="template/webapp/video/video-add.html"></action> <action name="videoAddLabel" template="template/webapp/video/video-add-label.html"></action> <action name="videoDetail" template="template/webapp/video/video-detail.html"></action> </pages>