├── .dockerignore
├── .gitignore
├── .meteor
├── .finished-upgraders
├── .gitignore
├── .id
├── cordova-plugins
├── packages
├── platforms
├── release
└── versions
├── .travis.yml
├── API.md
├── Dockerfile
├── Dockerfile.run
├── LICENSE
├── README.md
├── api
└── server
│ ├── README.md
│ ├── api.js
│ └── v1
│ ├── ai-messages.js
│ ├── devices.js
│ ├── faces.js
│ ├── groups.js
│ └── persons.js
├── build_bundle.sh
├── client
├── 0_ios_push_init.js
├── 2dVirtualEnvironment
│ ├── VEOffice.html
│ ├── VEOffice.js
│ ├── VEWorld.html
│ ├── VEWorld.js
│ ├── VEWorld.less
│ └── office.less
├── 4_router_client.coffee
├── addressBook
│ ├── addressBook.coffee
│ ├── addressBook.html
│ ├── addressBook.less
│ └── groupsList.coffee
│ │ ├── groupsList.coffee
│ │ ├── groupsList.html
│ │ └── groupsList.less
├── android_gcm_init.coffee
├── android_jpush_init.js
├── autolabel
│ ├── autolabel.html
│ ├── autolabel.js
│ └── autolabel.less
├── autologin
│ └── anonymousLogin.coffee
├── bell
│ ├── bell.coffee
│ ├── bell.html
│ ├── bell.less
│ ├── post-tips.html
│ └── post-tips.js
├── chatGroups
│ ├── bubbleTips
│ │ ├── bubbleTips.html
│ │ ├── bubbleTips.js
│ │ └── bubbleTips.less
│ ├── chatGroups.coffee
│ ├── chatGroups.html
│ ├── checkInOutMsgList
│ │ ├── checkInOutMsgList.coffee
│ │ ├── checkInOutMsgList.html
│ │ └── checkInOutMsgList.less
│ ├── clusteringFix
│ │ ├── clusteringFix.html
│ │ ├── clusteringFix.js
│ │ ├── clusteringFix.less
│ │ ├── clusteringFixPerson.html
│ │ └── clusteringFixPerson.js
│ ├── groupDevices
│ │ ├── groupDevices.html
│ │ ├── groupDevices.js
│ │ └── groupDevices.less
│ ├── groupPersons
│ │ ├── groupPerson.html
│ │ └── groupPerson.js
│ ├── groupScore
│ │ ├── groupInstallTest.html
│ │ ├── groupInstallTest.js
│ │ └── groupInstallTest.less
│ ├── groupsProfile
│ │ ├── groupAllUser
│ │ │ ├── groupAllUser.coffee
│ │ │ ├── groupAllUser.html
│ │ │ └── groupAllUser.less
│ │ ├── groupCheckInOutInfo
│ │ │ ├── groupCheckInoutInfo.html
│ │ │ ├── groupCheckInoutInfo.js
│ │ │ └── groupCheckInoutInfo.less
│ │ ├── groupPhoto
│ │ │ ├── index.html
│ │ │ ├── index.js
│ │ │ └── index.less
│ │ ├── groupUserHide
│ │ │ ├── groupUserHide.html
│ │ │ ├── groupUserHide.js
│ │ │ └── groupUserHide.less
│ │ ├── groupsProfile.coffee
│ │ ├── groupsProfile.html
│ │ ├── groupsProfile.less
│ │ └── inviteFriendIntoGroup
│ │ │ ├── inviteFriendIntoGroup.coffee
│ │ │ ├── inviteFriendIntoGroup.html
│ │ │ └── inviteFriendIntoGroup.less
│ ├── newLabel
│ │ ├── newLabel.html
│ │ ├── new_label.js
│ │ └── new_label.less
│ ├── recognitionCounts
│ │ ├── recognitionCounts.html
│ │ └── recognitionCounts.js
│ └── style.less
├── comFadeIn.less
├── companyLists
│ ├── companyItem.js
│ ├── companyLists.coffee
│ ├── companyLists.html
│ ├── companyLists.js
│ ├── companyLists.less
│ ├── perfShow.coffee
│ ├── perfShow.html
│ └── perfShow.js
├── compatibility
│ ├── crop.css
│ ├── crop.js
│ └── readability_class.js
├── connection
│ └── connection.coffee
├── ddp_url.html
├── deviceDashboard
│ ├── deviceDashboard.html
│ ├── deviceDashboard.js
│ └── deviceDashboard.less
├── disable_console_log.js
├── disable_copy_past.css
├── disable_hot_code_push.js
├── explore
│ ├── changeSeriesImage.html
│ ├── changeSeriesImage.js
│ ├── explore.coffee
│ ├── explore.html
│ ├── explore.less
│ ├── mySeries.coffee
│ ├── mySeries.html
│ ├── selectAuthorPosts.js
│ ├── seletAutoPosts.html
│ ├── series.html
│ ├── series.js
│ ├── series.less
│ ├── seriesFooter.html
│ ├── seriesHint
│ │ ├── seriesHint.html
│ │ └── seriesHint.js
│ ├── seriesList.coffee
│ ├── seriesList.html
│ ├── seriesList.less
│ ├── shareSeries.html
│ └── shareSeries.js
├── faces
│ ├── faces.html
│ ├── faces.js
│ └── faces.less
├── footer.coffee
├── footer.html
├── group
│ ├── add.coffee
│ ├── add.html
│ ├── add.less
│ ├── loadingPost.html
│ └── selectTemplate
│ │ ├── selectTemplate.coffee
│ │ ├── selectTemplate.html
│ │ └── selectTemplate.less
├── groupsProfile
│ ├── groupAllUser
│ │ ├── groupAllUser.coffee
│ │ ├── groupAllUser.html
│ │ └── groupAllUser.less
│ ├── groupsProfile.coffee
│ ├── groupsProfile.html
│ └── groupsProfile.less
├── header.less
├── home
│ ├── home.coffee
│ └── home.html
├── homeAI
│ ├── addHomeAIBox.coffee
│ ├── addHomeAIBox.html
│ ├── addHomeAIBox.less
│ └── scanFailPrompt
│ │ ├── scanFailPrompt.coffee
│ │ ├── scanFailPrompt.html
│ │ └── scanFailPrompt.less
├── homePage
│ ├── homePage.html
│ ├── homePage.js
│ ├── homePage.less
│ ├── homePage_bak.html
│ ├── homePage_bak.js
│ ├── qrcode_device_add.js
│ ├── scanTips
│ │ ├── scanTips.html
│ │ ├── scanTips.js
│ │ └── scanTips.less
│ ├── workStatusPopPage.html
│ ├── workStatusPopPage.js
│ └── workStatusPopPage.less
├── index.html
├── introductoryPage
│ ├── introductoryPage.coffee
│ ├── introductoryPage.html
│ └── introductoryPage.less
├── intros
│ ├── intros.html
│ ├── intros.js
│ └── intros.less
├── isHaveStranger
│ ├── isHaveStranger.html
│ ├── isHaveStranger.js
│ └── isHaveStranger.less
├── isIOS.coffee
├── lib
│ ├── 01_mobiscroll
│ │ ├── mobiscroll.custom-3.0.0-beta2.min.css
│ │ └── mobiscroll.custom-3.0.0-beta2.min.js
│ ├── DateExtend.js
│ ├── amplify.1.1.2.js
│ ├── animate.css
│ ├── animate_define.js
│ ├── async.2.0.1.js
│ ├── banner.css
│ ├── banner.html
│ ├── banner.js
│ ├── basic.css
│ ├── compare-versions_3_4_0.js
│ ├── cordova-exif.js
│ ├── extract.coffee
│ ├── file_uploader.js
│ ├── get_base64.js
│ ├── get_diff_time.js
│ ├── hammer.min.js
│ ├── hashOnString.js
│ ├── image-fit-cover.js
│ ├── jquery-near-viewport.min.js
│ ├── jquery.above_viewport_bottom.js
│ ├── jquery.ba-throttle-debounce.js
│ ├── jquery.bpopup.0.11.0.js
│ ├── jquery.collapse.js
│ ├── jquery.gridster.0.5.6.js
│ ├── jquery.gridster.css
│ ├── jquery.lazyload.1.9.3.js
│ ├── jquery.linkify.js
│ ├── jquery.onfontresize.js
│ ├── jquery.p2r.js
│ ├── jquery.scrollevent.js
│ ├── jquery.swipebox.1.3.0.2.js
│ ├── jquery.textarea_autosize.0.4.1.js
│ ├── jquery.toolbar.js
│ ├── jquery.toolbars.css
│ ├── modernizr-2.6.2.min.js
│ ├── mousewheel.js
│ ├── mqttws31.js
│ ├── pinyin.js
│ ├── plugins.min.js
│ ├── ripple_effect.css
│ ├── ripple_effect_example.html
│ ├── ripple_effects.js
│ ├── scrollMonitor.1.0.12.js
│ ├── string_startswith.js
│ ├── swipebox.1.3.0.css
│ ├── take_photo.js
│ ├── textresizedetector.js
│ ├── toastr.2.1.2.js
│ ├── toastr.2.1.2.less
│ ├── updateAPP.css
│ └── url_analyser.coffee
├── location.coffee
├── main.js
├── main.less
├── mqtt_mq_client.js
├── mqtt_mq_client_native.js
├── padding
│ ├── padding.coffee
│ ├── padding.html
│ └── padding.less
├── piwik.coffee
├── posts
│ ├── 0_showPostsStyle.coffee
│ ├── commentBar.coffee
│ ├── commentBar.html
│ ├── commentBar.less
│ ├── grider.css
│ ├── header.less
│ ├── help.coffee
│ ├── help.css
│ ├── help.html
│ ├── hotPosts.html
│ ├── hotPosts.js
│ ├── hotPosts.less
│ ├── import.coffee
│ ├── import.html
│ ├── import.js
│ ├── import.less
│ ├── listPosts.css
│ ├── loadingPost.html
│ ├── loadingpost.coffee
│ ├── loadingpost.less
│ ├── postItem.coffee
│ ├── postItem.html
│ ├── postItem.less
│ ├── postNotFound.html
│ ├── postNotFound.less
│ ├── redirect.coffee
│ ├── redirect.html
│ ├── showPostThumbHandler.coffee
│ ├── showPosts.coffee
│ ├── showPosts.html
│ ├── showPosts.less
│ ├── spinner.coffee
│ ├── spinner.css
│ ├── spinner.html
│ ├── style.css
│ └── unpublish.html
├── public.coffee
├── public.less
├── registration
│ ├── authOverlay
│ │ ├── authOverlay.css
│ │ ├── authOverlay.html
│ │ └── authOverlay.js
│ ├── loginForm
│ │ ├── loginForm.coffee
│ │ ├── loginForm.html
│ │ └── loginForm.less
│ ├── registerFollow
│ │ ├── registerFollow.coffee
│ │ ├── registerFollow.css
│ │ └── registerFollow.html
│ └── signupForm
│ │ ├── deal.coffee
│ │ ├── deal.html
│ │ ├── signupForm.coffee
│ │ ├── signupForm.html
│ │ └── signupForm.less
├── reporter
│ ├── reporter.js
│ ├── reporter.less
│ └── repoter.html
├── resetPwd
│ ├── resetPwd.html
│ └── resetPwd.js
├── resetpassword
│ ├── reset-password.html
│ ├── reset-password.js
│ └── reset-password.less
├── savetips
│ ├── savetip.html
│ ├── savetip.js
│ └── savetip.less
├── scannerAddDevice
│ ├── scannerAddDevice.html
│ ├── scannerAddDevice.js
│ ├── scannerAddDevice.less
│ ├── selectCreateGroup.html
│ └── selectCreateGroup.js
├── scene
│ ├── scene.coffee
│ ├── scene.html
│ └── scene.less
├── search
│ ├── search.coffee
│ ├── search.html
│ └── search.js
├── series
│ ├── series.html
│ ├── series.js
│ └── series.less
├── simpleUserProfile
│ ├── simpleUserProfile.coffee
│ ├── simpleUserProfile.html
│ └── simpleUserProfile.less
├── social
│ ├── chatContent.coffee
│ ├── chatContent.html
│ ├── chatContent.less
│ ├── contactsList.coffee
│ ├── contactsList.html
│ ├── contactsList.less
│ ├── discover.coffee
│ ├── discover.html
│ ├── discover.less
│ ├── me.coffee
│ ├── me.html
│ ├── me.less
│ ├── mePosts.js
│ ├── messageDialog.coffee
│ ├── messageDialog.html
│ ├── messageDialogInfo.coffee
│ ├── messageDialogInfo.html
│ ├── messageGroup.coffee
│ ├── messageGroup.html
│ ├── pinterest.css
│ ├── profile.html
│ ├── socialBar.coffee
│ ├── socialBar.html
│ ├── socialBar.less
│ ├── userProfile.coffee
│ ├── userProfile.html
│ ├── userProfile.less
│ ├── userProfileBox.coffee
│ └── userProfileBox.html
├── splashScreen
│ ├── splashScreen.html
│ ├── splashScreen.js
│ ├── swiper.jquery.min.js
│ └── swiper.min.css
├── timeline
│ ├── 01_openVideoInBrowser.js
│ ├── deviceStatusTip.html
│ ├── deviceStatusTip.js
│ ├── deviceStatusTip.less
│ ├── timeline.html
│ ├── timeline.js
│ ├── timelineAlbum.html
│ ├── timelineAlbum.js
│ └── timelineAlbum.less
├── tips
│ ├── addPost.css
│ ├── addPost.html
│ ├── addPost.js
│ ├── tips.css
│ ├── tips.html
│ └── tips.js
├── update_current_version.js
├── user-checkout
│ ├── confirm.html
│ ├── confirm.js
│ └── confirm.less
├── user-checkout_client.js
├── user
│ ├── bindGroupUser.html
│ ├── bindGroupUser.js
│ ├── bindGroupUser.less
│ ├── collectList.html
│ ├── collect_list.js
│ ├── collect_list.less
│ ├── dashboard
│ │ ├── dashboard.coffee
│ │ └── dashboard.html
│ ├── dayTasks.html
│ ├── dayTasks.js
│ ├── follow
│ │ ├── followers.coffee
│ │ └── followers.html
│ ├── management
│ │ ├── management.coffee
│ │ └── management.html
│ ├── onLogin.js
│ ├── user.coffee
│ ├── user.html
│ ├── user.js
│ └── user.less
├── webHome.html
├── webHome.js
├── webHome.less
└── wookmark
│ ├── imagesloaded.pkgd.js
│ ├── template.html
│ ├── wookmark.2.0.1.js
│ ├── wookmark.coffee
│ └── wookmark_main.css
├── i18n
├── en.i18n.json
├── new_en.i18n.json_bkup
└── zh.i18n.json
├── imports
└── ui
│ └── stylesheets
│ ├── addPost.less
│ ├── addTopicComment.less
│ ├── bell.less
│ ├── chatContent.less
│ ├── chatGroups.less
│ ├── color.less
│ ├── comFadeIn.less
│ ├── commentBar.less
│ ├── contactsList.less
│ ├── dashboard.less
│ ├── discover.less
│ ├── followers.less
│ ├── footer.less
│ ├── header.less
│ ├── home.less
│ ├── hotPosts.less
│ ├── loadingpost.less
│ ├── loginForm.less
│ ├── mainImagesList.less
│ ├── management.less
│ ├── me.less
│ ├── messageDialog.less
│ ├── messageDialogInfo.less
│ ├── messageGroup.less
│ ├── newPostsMsg.less
│ ├── padding.less
│ ├── postNotFound.less
│ ├── progressBar.less
│ ├── reportPost.less
│ ├── search.less
│ ├── showPosts.less
│ ├── signupForm.less
│ ├── socialBar.less
│ ├── splashScreen.less
│ ├── thanksReport.less
│ ├── unpublish.less
│ ├── user.less
│ └── userProfile.less
├── lib
├── package-lock.json
├── package.json
├── packages.json
├── packages
├── .gitignore
├── .npm
│ └── package
│ │ ├── .gitignore
│ │ ├── README
│ │ └── npm-shrinkwrap.json
├── accounts-base
│ ├── .gitignore
│ ├── README.md
│ ├── accounts_client.js
│ ├── accounts_common.js
│ ├── accounts_rate_limit.js
│ ├── accounts_reconnect_tests.js
│ ├── accounts_server.js
│ ├── accounts_tests.js
│ ├── accounts_url_tests.js
│ ├── client_main.js
│ ├── client_tests.js
│ ├── localstorage_token.js
│ ├── package.js
│ ├── server_main.js
│ ├── server_tests.js
│ ├── url_client.js
│ └── url_server.js
├── autoupdate
│ ├── .gitignore
│ ├── QA.md
│ ├── README.md
│ ├── autoupdate_client.js
│ ├── autoupdate_cordova.js
│ ├── autoupdate_server.js
│ └── package.js
├── echarts
│ ├── README.md
│ ├── echarts.min.js
│ ├── map
│ │ ├── china.js
│ │ ├── usa.js
│ │ └── world.js
│ └── package.js
├── fast-render
│ ├── .gitignore
│ ├── .travis.yml
│ ├── .versions
│ ├── CHANGELOG.md
│ ├── LICENSE
│ ├── README.md
│ ├── lib
│ │ ├── client
│ │ │ ├── auth.js
│ │ │ ├── boot.js
│ │ │ ├── ddp_update.js
│ │ │ ├── debugger.js
│ │ │ ├── fast_render.js
│ │ │ └── id_tools.js
│ │ ├── server
│ │ │ ├── context.js
│ │ │ ├── iron_router_support.js
│ │ │ ├── namespace.js
│ │ │ ├── publish_context.js
│ │ │ ├── routes.js
│ │ │ └── utils.js
│ │ └── utils.js
│ ├── package.js
│ ├── qa
│ │ └── README.md
│ ├── tests
│ │ ├── client
│ │ │ ├── ddp_update.js
│ │ │ └── fast_render.js
│ │ ├── server
│ │ │ ├── context.js
│ │ │ └── integration.js
│ │ └── utils.js
│ └── todo.md
├── inject-data
│ ├── CHANGELOG.md
│ ├── LICENSE
│ ├── README.md
│ ├── lib
│ │ ├── client.js
│ │ ├── inject.html
│ │ ├── namespace.js
│ │ ├── server.js
│ │ └── utils.js
│ ├── package.js
│ └── tests
│ │ ├── client.js
│ │ ├── init.js
│ │ ├── integration.js
│ │ └── utils.js
├── meteor-mqtt
│ ├── .npm
│ │ └── package
│ │ │ ├── .gitignore
│ │ │ ├── README
│ │ │ └── npm-shrinkwrap.json
│ ├── .versions
│ ├── README.md
│ ├── browserMqtt.js
│ ├── client.js
│ ├── mqtt-tests.js
│ ├── package.js
│ └── server.js
├── meteor-phonegap-push
│ ├── .gitignore
│ ├── .npm
│ │ └── package
│ │ │ ├── .gitignore
│ │ │ ├── README
│ │ │ └── npm-shrinkwrap.json
│ ├── LICENSE.md
│ ├── README.md
│ ├── android.server.js
│ ├── deprecated
│ │ ├── meteor-phonegap.js
│ │ └── phonegap.client.js
│ ├── ios.server.js
│ ├── package.js
│ ├── plugin.xml
│ ├── plugin
│ │ └── meteor.cordova.push.js
│ ├── push.server.js
│ └── versions.json
├── meteor-swipe
│ ├── .gitignore
│ ├── README.md
│ ├── package.js
│ ├── swipe
│ │ ├── swipe.coffee
│ │ ├── swipe.css
│ │ └── swipe.html
│ └── versions.json
├── npm-container
│ ├── .npm
│ │ └── package
│ │ │ ├── .gitignore
│ │ │ ├── README
│ │ │ └── npm-shrinkwrap.json
│ ├── index.js
│ └── package.js
├── simple-chat
│ ├── .DS_Store
│ ├── client
│ │ ├── .DS_Store
│ │ ├── app.less
│ │ ├── get_diff_time.js
│ │ ├── label
│ │ │ ├── cropImage.html
│ │ │ ├── cropImage.js
│ │ │ ├── device.html
│ │ │ ├── device.js
│ │ │ ├── label.html
│ │ │ ├── label.js
│ │ │ ├── remove.html
│ │ │ └── remove.js
│ │ ├── lib
│ │ │ ├── .DS_Store
│ │ │ ├── base64.js
│ │ │ ├── crypto1
│ │ │ │ ├── aes
│ │ │ │ │ ├── aes-min.js
│ │ │ │ │ └── aes.js
│ │ │ │ ├── cbc
│ │ │ │ │ ├── cbc-min.js
│ │ │ │ │ └── cbc.js
│ │ │ │ ├── crypto-1.0.zip
│ │ │ │ ├── crypto-md5
│ │ │ │ │ └── crypto-md5.js
│ │ │ │ ├── crypto-sha1-hmac-pbkdf2-marc4
│ │ │ │ │ └── crypto-sha1-hmac-pbkdf2-marc4.js
│ │ │ │ ├── crypto-sha1-hmac-pbkdf2-ofb-aes
│ │ │ │ │ └── crypto-sha1-hmac-pbkdf2-ofb-aes.js
│ │ │ │ ├── crypto-sha1-hmac-pbkdf2-rabbit
│ │ │ │ │ └── crypto-sha1-hmac-pbkdf2-rabbit.js
│ │ │ │ ├── crypto-sha1-hmac-pbkdf2
│ │ │ │ │ └── crypto-sha1-hmac-pbkdf2.js
│ │ │ │ ├── crypto-sha1
│ │ │ │ │ └── crypto-sha1.js
│ │ │ │ ├── crypto-sha256
│ │ │ │ │ └── crypto-sha256.js
│ │ │ │ ├── crypto
│ │ │ │ │ ├── crypto-min.js
│ │ │ │ │ └── crypto.js
│ │ │ │ ├── hmac
│ │ │ │ │ ├── hmac-min.js
│ │ │ │ │ └── hmac.js
│ │ │ │ ├── marc4
│ │ │ │ │ ├── marc4-min.js
│ │ │ │ │ └── marc4.js
│ │ │ │ ├── md5
│ │ │ │ │ ├── md5-min.js
│ │ │ │ │ └── md5.js
│ │ │ │ ├── ofb
│ │ │ │ │ ├── ofb-min.js
│ │ │ │ │ └── ofb.js
│ │ │ │ ├── pbkdf2
│ │ │ │ │ ├── pbkdf2-min.js
│ │ │ │ │ └── pbkdf2.js
│ │ │ │ ├── rabbit
│ │ │ │ │ ├── rabbit-min.js
│ │ │ │ │ └── rabbit.js
│ │ │ │ ├── sha1
│ │ │ │ │ ├── sha1-min.js
│ │ │ │ │ └── sha1.js
│ │ │ │ └── sha256
│ │ │ │ │ ├── sha256-min.js
│ │ │ │ │ └── sha256.js
│ │ │ └── plupload-2.1.2
│ │ │ │ ├── .DS_Store
│ │ │ │ ├── js
│ │ │ │ ├── Moxie.swf
│ │ │ │ ├── Moxie.xap
│ │ │ │ ├── moxie.js
│ │ │ │ ├── moxie.min.js
│ │ │ │ ├── plupload.dev.js
│ │ │ │ ├── plupload.full.min.js
│ │ │ │ └── plupload.min.js
│ │ │ │ ├── license.txt
│ │ │ │ └── readme.md
│ │ ├── nlp_label
│ │ │ ├── chatItemUrl.html
│ │ │ ├── chatItemUrl.js
│ │ │ ├── chatItemUrl.less
│ │ │ ├── nlp_device.html
│ │ │ ├── nlp_device.js
│ │ │ ├── nlp_error.html
│ │ │ ├── nlp_error.js
│ │ │ ├── nlp_label.html
│ │ │ ├── nlp_label.js
│ │ │ ├── nlp_remove.html
│ │ │ └── nlp_remove.js
│ │ ├── oneself_msg
│ │ │ ├── oneself_msg.html
│ │ │ └── oneself_msg.js
│ │ ├── router.js
│ │ ├── tips
│ │ │ ├── tips.html
│ │ │ ├── tips.js
│ │ │ └── tips.less
│ │ ├── to-chat
│ │ │ ├── index.html
│ │ │ ├── label.html
│ │ │ ├── tools_bar.html
│ │ │ └── tools_bar.js
│ │ ├── upload.config.js
│ │ └── upload.js
│ ├── config.js
│ ├── images
│ │ ├── .DS_Store
│ │ ├── account.png
│ │ ├── back.png
│ │ ├── groupsProfile.png
│ │ ├── image.png
│ │ ├── nlp_tips1.jpg
│ │ ├── nlp_tips2.jpg
│ │ ├── sendingBmp.gif
│ │ └── tips.jpg
│ ├── lib
│ │ ├── collections.js
│ │ ├── config.js
│ │ └── docs
│ │ │ ├── groups.json
│ │ │ ├── message.json
│ │ │ └── msg-session.json
│ ├── package.js
│ ├── server
│ │ ├── method.js
│ │ └── subs.js
│ └── simple-chat.js
├── touch-js
│ ├── package.js
│ └── touch-0.2.11.js
├── video-analysis
│ ├── README.md
│ ├── client
│ │ ├── index.html
│ │ ├── index.js
│ │ ├── index.less
│ │ ├── layout.html
│ │ ├── router.js
│ │ └── template
│ │ │ ├── detail.html
│ │ │ ├── detail.js
│ │ │ ├── devices.html
│ │ │ ├── devices.js
│ │ │ ├── history.html
│ │ │ ├── history.js
│ │ │ ├── search.html
│ │ │ ├── search.js
│ │ │ ├── videoImport.html
│ │ │ ├── videoImport.js
│ │ │ ├── videoInfo.html
│ │ │ ├── videoInfo.js
│ │ │ ├── videos.html
│ │ │ └── videos.js
│ ├── images
│ │ ├── dva_position.png
│ │ ├── dva_size.png
│ │ ├── homeai.png
│ │ ├── loading.gif
│ │ └── radar_scan.png
│ ├── lib
│ │ └── collections.js
│ ├── package.js
│ └── server
│ │ └── router.js
├── video-js
│ ├── lib
│ │ ├── font
│ │ │ ├── VideoJS.eot
│ │ │ ├── VideoJS.svg
│ │ │ ├── VideoJS.ttf
│ │ │ └── VideoJS.woff
│ │ ├── lang
│ │ │ └── zh-CN.js
│ │ ├── video-js.min.css
│ │ ├── video-js.swf
│ │ └── video.min.js
│ ├── package.js
│ └── plugins
│ │ ├── ads
│ │ ├── videojs.ads.css
│ │ ├── videojs.ads.js
│ │ └── videojs.ads.min.js
│ │ ├── eme
│ │ ├── videojs-contrib-eme.js
│ │ └── videojs-contrib-eme.min.js
│ │ ├── hls
│ │ ├── videojs-contrib-hls.js
│ │ └── videojs-contrib-hls.min.js
│ │ ├── qualityselector
│ │ ├── videojs-qualityselector.css
│ │ ├── videojs-qualityselector.js
│ │ └── videojs-qualityselector.min.js
│ │ ├── replay
│ │ ├── lang
│ │ │ └── en.js
│ │ ├── videojs-replay.css
│ │ ├── videojs-replay.js
│ │ └── videojs-replay.min.js
│ │ ├── titlebar
│ │ ├── videojs-titlebar.css
│ │ └── videojs-titlebar.js
│ │ └── watermark
│ │ ├── videojs-watermark.css
│ │ ├── videojs-watermark.js
│ │ └── videojs-watermark.min.js
└── webapp
│ ├── .gitignore
│ ├── .npm
│ └── package
│ │ ├── .gitignore
│ │ ├── README
│ │ └── npm-shrinkwrap.json
│ ├── README.md
│ ├── package.js
│ ├── webapp_client.js
│ ├── webapp_client_tests.js
│ ├── webapp_cordova.js
│ ├── webapp_server.js
│ └── webapp_tests.js
├── private
├── public
├── 1.gif
├── 2.gif
├── 3.gif
├── 404.png
├── aboutBg.png
├── active_report.png
├── add-series.png
├── addBtn.jpg
├── addDevice.png
├── addUser.png
├── add_more.png
├── addressbook.png
├── addressbook_s.png
├── apple-app-site-association
├── arrow_top_right.png
├── autolabel.png
├── banner_01.jpg
├── banner_02.jpg
├── banner_btn_down.png
├── banner_btn_up.png
├── biaozhu.png
├── book-icon.png
├── bubbleTip
│ ├── bubblehint1.png
│ ├── bubblehint2.png
│ └── bubblehint3.png
├── camera_offline.svg
├── camera_online.svg
├── chat_left.png
├── chat_right.png
├── check_canlder.png
├── checked_false.png
├── checked_true.png
├── closeBtn.png
├── commentGray.png
├── createGroup2.jpg
├── createGroup3.png
├── delete-2.png
├── delete-all.png
├── delete.png
├── device.png
├── device_icon_192.png
├── electric_quantity.png
├── email.png
├── exit-cancel.jpg
├── face_box_offline.svg
├── face_box_online.svg
├── failed.png
├── favicon.ico
├── female.png
├── follows
│ ├── 11.jpg
│ ├── 12.jpg
│ ├── 13.jpg
│ ├── 21.jpg
│ ├── 22.jpg
│ ├── 23.jpg
│ ├── 31.jpg
│ ├── 32.jpg
│ ├── 33.jpg
│ ├── 41.jpg
│ ├── 42.jpg
│ ├── 43.jpg
│ ├── 51.jpg
│ ├── 52.jpg
│ ├── 53.jpg
│ ├── 61.jpg
│ ├── 62.jpg
│ ├── 63.jpg
│ ├── 71.jpg
│ ├── 72.jpg
│ ├── 73.jpg
│ ├── icon1.png
│ ├── icon2.png
│ ├── icon3.png
│ ├── icon4.png
│ ├── icon5.png
│ ├── icon6.png
│ └── icon7.png
├── fonts
│ ├── FontAwesome.otf
│ ├── Roboto-Bold-webfont.eot
│ ├── Roboto-Bold-webfont.svg
│ ├── Roboto-Bold-webfont.ttf
│ ├── Roboto-Bold-webfont.woff
│ ├── Roboto-Light-webfont.eot
│ ├── Roboto-Light-webfont.svg
│ ├── Roboto-Light-webfont.ttf
│ ├── Roboto-Light-webfont.woff
│ ├── Roboto-Regular-webfont.eot
│ ├── Roboto-Regular-webfont.svg
│ ├── Roboto-Regular-webfont.ttf
│ ├── Roboto-Regular-webfont.woff
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ └── fontawesome-webfont.woff
├── frends-msg.svg
├── group_set.png
├── group_test.png
├── group_users.png
├── helpImgs
│ ├── dr_01.jpg
│ ├── dr_01en.jpg
│ ├── dr_02.jpg
│ ├── dr_02en.jpg
│ ├── dr_03.jpg
│ ├── dr_03en.jpg
│ ├── dr_04.jpg
│ ├── dr_04en.jpg
│ ├── dr_05.jpg
│ ├── dr_05en.jpg
│ ├── dr_06.jpg
│ ├── dr_06en.jpg
│ ├── dr_07.jpg
│ ├── dr_07en.jpg
│ ├── dr_08.jpg
│ ├── dr_08en.jpg
│ ├── dr_09.jpg
│ ├── dr_09en.jpg
│ ├── dr_10.jpg
│ ├── dr_10en.jpg
│ ├── dr_11.jpg
│ ├── dr_11en.jpg
│ ├── sprite.png
│ ├── top_00.jpg
│ └── top_00en.jpg
├── hint.jpg
├── homeAI
│ ├── addHomeAIBoxBg.png
│ ├── homeIcon.png
│ └── smartIcon.png
├── homeai.png
├── i18n
│ ├── tap-i18n.json
│ └── zh.json
├── icon-2.png
├── icon.png
├── icon
│ ├── close.svg
│ ├── icon-head-handle.png
│ ├── icon-no.png
│ ├── icon-yes.png
│ └── right.svg
├── images
│ ├── bg.jpg
│ ├── dow.png
│ ├── dow2.png
│ ├── icon.png
│ ├── logo.png
│ ├── sprite.png
│ ├── sprite2.png
│ ├── zn_e_01.jpg
│ ├── zn_e_02.jpg
│ ├── zn_i_01.jpg
│ ├── zn_o_01.jpg
│ ├── zn_o_02.jpg
│ ├── zn_p_01.jpg
│ ├── zn_p_02.jpg
│ ├── zn_pass_01.jpg
│ ├── zn_q_01.jpg
│ ├── zn_q_02.jpg
│ ├── zn_r_01.jpg
│ ├── zn_r_02.jpg
│ ├── zn_r_03.jpg
│ ├── zn_t_01.jpg
│ ├── zn_t_02.jpg
│ ├── zn_u_01.jpg
│ ├── zn_u_02.jpg
│ ├── zn_w_01.jpg
│ ├── zn_w_02.jpg
│ └── zn_y_01.jpg
├── img
│ ├── 48X48-icon_54.png
│ ├── 48X48create_32.png
│ ├── 48X48follow_20.png
│ ├── 48X48follow_60.png
│ ├── 48X48home_12.png
│ ├── 48X48home_52.png
│ ├── 48X48imassage_56.png
│ ├── 48X48lock_76.png
│ ├── 48X48massage_16.png
│ ├── 48X48me_18.png
│ ├── 48X48me_58.png
│ ├── 48X48screen_34.png
│ ├── 48X48search_14.png
│ ├── add.png
│ ├── admin-portal.png
│ ├── arrow-down.png
│ ├── arrow-up.png
│ ├── b_like.png
│ ├── b_unlike.png
│ ├── bellBg.jpg
│ ├── bg.jpg
│ ├── bg.png
│ ├── bg2.jpg
│ ├── cd-arrow.svg
│ ├── chat-icon.png
│ ├── closebtn.png
│ ├── company-loading.gif
│ ├── company-nodata.png
│ ├── creator-portal.png
│ ├── default-company-logo.png
│ ├── demo-1.jpg
│ ├── download.png
│ ├── download_icon.png
│ ├── fa-comment-ss.png
│ ├── gif
│ │ ├── a.png
│ │ ├── b.png
│ │ ├── c.png
│ │ ├── d.png
│ │ ├── e.png
│ │ ├── f.png
│ │ ├── g.png
│ │ ├── h.png
│ │ ├── i.png
│ │ ├── j.png
│ │ ├── k.png
│ │ ├── l.png
│ │ ├── m.png
│ │ ├── n.png
│ │ ├── o.png
│ │ ├── p.png
│ │ ├── q.png
│ │ ├── r.png
│ │ ├── s.png
│ │ ├── t.png
│ │ ├── u.png
│ │ └── v.png
│ ├── home_clock_green.png
│ ├── home_clock_orangered.png
│ ├── home_clock_red.png
│ ├── hotpost_disable.png
│ ├── hotpost_enable.png
│ ├── hotshare_animoto_1080p.png
│ ├── icon-1.png
│ ├── icon-2.jpg
│ ├── icons.gif
│ ├── icons.png
│ ├── icons.svg
│ ├── label_new_person.svg
│ ├── layer_resize.png
│ ├── like.gif
│ ├── like.png
│ ├── likecount.png
│ ├── loader.gif
│ ├── logo-no-text.png
│ ├── logo.png
│ ├── momentBg.jpg
│ ├── move.png
│ ├── nav.jpg
│ ├── rateicon.png
│ ├── readMore.gif
│ ├── typesetting.png
│ └── unlike.png
├── import-tip.png
├── import_setup.png
├── import_setup_800.png
├── install-test.png
├── introductoryPage.png
├── intros
│ ├── arrow-1.png
│ ├── arrow-down.png
│ ├── home-page-tip1.png
│ ├── km-demo-tip.png
│ ├── posts-groupchart-tip.png
│ ├── seriesList-hint1.png
│ ├── seriesList-hint2.png
│ ├── seriesList-hint3.png
│ └── view-daily-tip.png
├── isLoading.gif
├── islatest.png
├── label_failure.png
├── label_new_person.png
├── label_stranger.png
├── label_success.png
├── labeling.png
├── laile.png
├── loadError.png
├── loading-2.gif
├── loading.gif
├── loginbg1.png
├── loginbg1en.jpg
├── loginbg2.jpg
├── logo.png
├── male.png
├── more.png
├── moshengren.png
├── music_pic_default.png
├── new_logo.png
├── nogroup_bg.png
├── noimage.png
├── notallow.png
├── officialChat.jpg
├── offline_face_box.svg
├── online_face_box.svg
├── other.png
├── play_sprite.png
├── processbarbg.jpg
├── processbaricon.png
├── progress.png
├── prompt_close.png
├── push.png
├── recently.png
├── resources
│ ├── splash_theme_1080_1440.png
│ ├── splash_theme_1080_1920.png
│ ├── splash_theme_1242_2208.png
│ ├── splash_theme_1536_2048.png
│ ├── splash_theme_320_470.png
│ ├── splash_theme_480_640.png
│ ├── splash_theme_640_1136.png
│ ├── splash_theme_640_960.png
│ ├── splash_theme_720_960.png
│ ├── splash_theme_750_1334.png
│ └── splash_theme_768_1024.png
├── reviewing.png
├── savetip
│ ├── savehint1.png
│ └── savehint2.png
├── scan_b.png
├── scanbarcode.png
├── scanlancamera.png
├── scantip
│ ├── scanhint1.png
│ ├── scanhint2.png
│ └── scanhint3.png
├── select.svg
├── select_n.png
├── select_n.svg
├── select_p.png
├── select_p.svg
├── series-select-n.png
├── series-select-p.png
├── series-share.svg
├── series-subscribe.svg
├── seriesList_blank.png
├── share
│ ├── share_more.png
│ ├── share_qq_friends.png
│ ├── share_qq_qzone.png
│ ├── share_weibo.png
│ ├── share_weixin_friends.png
│ └── share_weixin_timeline.png
├── sharereadingroombg.png
├── sign.png
├── splashScreen
│ ├── m1.jpg
│ ├── m2.jpg
│ ├── m3.jpg
│ └── m4.jpg
├── statics
│ ├── bundle-post-1.2.0.min.js
│ ├── bundle-post-1.2.1.min.js
│ ├── bundle-post-1.2.10.min.js
│ ├── bundle-post-1.2.11.min.js
│ ├── bundle-post-1.2.12.min.js
│ ├── bundle-post-1.2.13.min.js
│ ├── bundle-post-1.2.15.min.js
│ ├── bundle-post-1.2.16.min.js
│ ├── bundle-post-1.2.17.min.js
│ ├── bundle-post-1.2.18.min.js
│ ├── bundle-post-1.2.19.min.js
│ ├── bundle-post-1.2.2.min.js
│ ├── bundle-post-1.2.20.min.js
│ ├── bundle-post-1.2.21.min.js
│ ├── bundle-post-1.2.22.min.js
│ ├── bundle-post-1.2.23.min.js
│ ├── bundle-post-1.2.24.min.js
│ ├── bundle-post-1.2.26.min.js
│ ├── bundle-post-1.2.27.min.js
│ ├── bundle-post-1.2.28.min.js
│ ├── bundle-post-1.2.29.min.js
│ ├── bundle-post-1.2.3.min.js
│ ├── bundle-post-1.2.30.min.js
│ ├── bundle-post-1.2.4.min.js
│ ├── bundle-post-1.2.5.min.js
│ ├── bundle-post-1.2.6.min.js
│ ├── bundle-post-1.2.7.min.js
│ ├── bundle-post-1.2.8.min.js
│ ├── bundle-post-1.2.9.min.js
│ ├── bundle-post.min.js
│ ├── bundle-social-1.2.0.min.js
│ ├── bundle-social-1.2.1.min.js
│ ├── bundle-social-1.2.11.min.js
│ ├── bundle-social-1.2.12.min.js
│ ├── bundle-social-1.2.13.min.js
│ ├── bundle-social-1.2.14.min.js
│ ├── bundle-social-1.2.15.min.js
│ ├── bundle-social-1.2.16.min.js
│ ├── bundle-social-1.2.17.min.js
│ ├── bundle-social-1.2.18.min.js
│ ├── bundle-social-1.2.19.min.js
│ ├── bundle-social-1.2.2.min.js
│ ├── bundle-social-1.2.21.min.js
│ ├── bundle-social-1.2.22.min.js
│ ├── bundle-social-1.2.24.min.js
│ ├── bundle-social-1.2.25.min.js
│ ├── bundle-social-1.2.26.min.js
│ ├── bundle-social-1.2.27.min.js
│ ├── bundle-social-1.2.28.min.js
│ ├── bundle-social-1.2.29.min.js
│ ├── bundle-social-1.2.3.min.js
│ ├── bundle-social-1.2.30.min.js
│ ├── bundle-social-1.2.32.min.js
│ ├── bundle-social-1.2.4.min.js
│ ├── bundle-social-1.2.5.min.js
│ ├── bundle-social-1.2.6.min.js
│ ├── bundle-social-1.2.7.min.js
│ ├── bundle-social-1.2.8.min.js
│ ├── bundle-social-1.2.9.min.js
│ ├── bundle-social.min.js
│ ├── jquery-1.12.4.min.js
│ ├── libs
│ │ ├── font-awesome
│ │ │ ├── css
│ │ │ │ ├── font-awesome.css
│ │ │ │ └── font-awesome.min.css
│ │ │ ├── fonts
│ │ │ │ ├── FontAwesome.otf
│ │ │ │ ├── fontawesome-webfont.eot
│ │ │ │ ├── fontawesome-webfont.svg
│ │ │ │ ├── fontawesome-webfont.ttf
│ │ │ │ ├── fontawesome-webfont.woff
│ │ │ │ └── fontawesome-webfont.woff2
│ │ │ ├── less
│ │ │ │ ├── animated.less
│ │ │ │ ├── bordered-pulled.less
│ │ │ │ ├── core.less
│ │ │ │ ├── fixed-width.less
│ │ │ │ ├── font-awesome.less
│ │ │ │ ├── icons.less
│ │ │ │ ├── larger.less
│ │ │ │ ├── list.less
│ │ │ │ ├── mixins.less
│ │ │ │ ├── path.less
│ │ │ │ ├── rotated-flipped.less
│ │ │ │ ├── screen-reader.less
│ │ │ │ ├── stacked.less
│ │ │ │ └── variables.less
│ │ │ └── scss
│ │ │ │ ├── _animated.scss
│ │ │ │ ├── _bordered-pulled.scss
│ │ │ │ ├── _core.scss
│ │ │ │ ├── _fixed-width.scss
│ │ │ │ ├── _icons.scss
│ │ │ │ ├── _larger.scss
│ │ │ │ ├── _list.scss
│ │ │ │ ├── _mixins.scss
│ │ │ │ ├── _path.scss
│ │ │ │ ├── _rotated-flipped.scss
│ │ │ │ ├── _screen-reader.scss
│ │ │ │ ├── _stacked.scss
│ │ │ │ ├── _variables.scss
│ │ │ │ └── font-awesome.scss
│ │ ├── jquery
│ │ │ └── jquery-1.12.4.min.map
│ │ └── wookmark
│ │ │ └── wookmark.min.js
│ ├── main-1.2.11.css
│ ├── main-1.2.13.css
│ ├── main-1.2.14.css
│ ├── main-1.2.15.css
│ ├── main-1.2.16.css
│ ├── main-1.2.17.css
│ ├── main-1.2.18.css
│ ├── main-1.2.19.css
│ ├── main-1.2.21.css
│ ├── main-1.2.22.css
│ ├── main-1.2.24.css
│ ├── main-1.2.26.css
│ ├── main-1.2.27.css
│ └── main-1.2.9.css
├── stop_play.png
├── stranger.png
├── swiper.gif
├── sysMessages.png
├── tagChat.jpg
├── test_fail.png
├── test_success.png
├── theme
│ ├── theme1.jpg
│ ├── theme2.jpg
│ ├── theme3.jpg
│ ├── theme4.jpg
│ └── theme5.jpg
├── theme_blue
│ ├── add.svg
│ ├── loginbg1.jpg
│ └── loginbg2.jpg
├── thumbsDownBlue.png
├── thumbsDownGray.png
├── thumbsUpGray.png
├── thumbsUpPink.png
├── tips.png
├── tips_addPost1.png
├── tips_addPost2.png
├── tips_addPost3.png
├── userPicture.png
├── userPlus.png
├── user_new.png
├── usersChat.jpg
├── veWorld
│ ├── room_door.jpg
│ ├── room_floor.jpg
│ ├── room_top.jpg
│ ├── room_wall.jpg
│ ├── room_wall_clock.png
│ ├── room_wall_draw.png
│ └── room_window.jpg
├── webbg.jpg
├── webhome
│ ├── whbanner1.png
│ ├── whbanner2.png
│ ├── whbanner3.png
│ ├── whbanner4.png
│ ├── whbanner5.png
│ ├── whbg1.jpg
│ ├── whbg2.jpg
│ ├── whbg4.jpg
│ ├── whbg5.jpg
│ └── whicon.png
├── wechat.png
├── what_offline.svg
├── workAIGroupTemplate
│ ├── chatBot.jpg
│ ├── classification.jpg
│ ├── efficiency.jpg
│ ├── safety.jpg
│ └── sentiment.jpg
└── workai.png
├── resource
├── device_icon_192.png
├── icon.png
├── icon_120.png
├── icon_152.png
├── icon_180.png
├── icon_192.png
├── icon_29.png
├── icon_36.png
├── icon_48.png
├── icon_57.png
├── icon_58.png
├── icon_72.png
├── icon_76.png
├── icon_87.png
├── icon_96.png
├── splash_theme_1080_1440.png
├── splash_theme_1080_1920.png
├── splash_theme_1242_2208.png
├── splash_theme_1536_2048.png
├── splash_theme_320_470.png
├── splash_theme_480_640.png
├── splash_theme_640_1136.png
├── splash_theme_640_960.png
├── splash_theme_720_960.png
├── splash_theme_750_1334.png
└── splash_theme_768_1024.png
├── server
├── server_package.sh
└── settings.json
/.dockerignore:
--------------------------------------------------------------------------------
1 | .meteor/local
2 | packages/*/.build*
3 | packages/*/.npm*
4 | node_modules/*
5 | .git/*
6 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .meteor/*
2 | .idea/*
3 | *.iml
4 | .DS_Store
5 | .vscode
6 | node_modules
7 | .eslintrc.js
8 | *.keystore
9 |
--------------------------------------------------------------------------------
/.meteor/.finished-upgraders:
--------------------------------------------------------------------------------
1 | # This file contains information which helps Meteor properly upgrade your
2 | # app when you run 'meteor update'. You should check it into version control
3 | # with your project.
4 |
5 | notices-for-0.9.0
6 | notices-for-0.9.1
7 | 0.9.4-platform-file
8 | notices-for-facebook-graph-api-2
9 | 1.2.0-standard-minifiers-package
10 | 1.2.0-meteor-platform-split
11 | 1.2.0-cordova-changes
12 | 1.2.0-breaking-changes
13 | 1.3.0-split-minifiers-package
14 | 1.3.5-remove-old-dev-bundle-link
15 | 1.4.0-remove-old-dev-bundle-link
16 | 1.4.1-add-shell-server-package
17 |
--------------------------------------------------------------------------------
/.meteor/.gitignore:
--------------------------------------------------------------------------------
1 | dev_bundle
2 | local
3 |
--------------------------------------------------------------------------------
/.meteor/.id:
--------------------------------------------------------------------------------
1 | # This file contains a token that is unique to your project.
2 | # Check it into your repository along with the rest of this directory.
3 | # It can be used for purposes such as:
4 | # - ensuring you don't accidentally deploy one app on top of another
5 | # - providing package authors with aggregated statistics
6 |
7 | z6lihvxqt5hg1n86ie
8 |
--------------------------------------------------------------------------------
/.meteor/platforms:
--------------------------------------------------------------------------------
1 | browser
2 | server
3 |
--------------------------------------------------------------------------------
/.meteor/release:
--------------------------------------------------------------------------------
1 | METEOR@1.4.1.2
2 |
--------------------------------------------------------------------------------
/.travis.yml:
--------------------------------------------------------------------------------
1 | sudo: required
2 | language: shell
3 | services: docker
4 | script:
5 | - docker build -f Dockerfile.run .
6 |
--------------------------------------------------------------------------------
/Dockerfile:
--------------------------------------------------------------------------------
1 | FROM kadirahq/meteord:base
2 | ADD ApiServer.tar.gz /bundle/
3 | RUN mv /bundle/bundle /built_app
4 | WORKDIR /built_app/programs/server
5 | RUN npm i
6 | RUN npm install bcrypt@0.8.7
7 | RUN rm -rf /bundle
8 | RUN node -v
9 | RUN ls -alh
10 |
11 |
--------------------------------------------------------------------------------
/Dockerfile.run:
--------------------------------------------------------------------------------
1 | FROM ubuntu:18.04
2 | RUN apt-get update && apt-get install -y curl python2.7 python-pip build-essential locales \
3 | && rm -rf /var/lib/apt/lists/* \
4 | && localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
5 |
6 | ENV LANG en_US.utf8
7 | ENV LC_ALL en_US.UTF-8
8 |
9 | RUN curl https://install.meteor.com/?release=1.4.1.2 | sh
10 | ADD ./ /root/apiserver
11 | WORKDIR /root/apiserver
12 |
13 | RUN meteor npm install --save jquery wolfy87-eventemitter eventie
14 | RUN meteor build ../ && rm ../apiserver.tar.gz
15 | CMD meteor run
16 |
--------------------------------------------------------------------------------
/api/server/v1/ai-messages.js:
--------------------------------------------------------------------------------
1 | var api = require('../api.js');
2 |
3 | var Api = api.ApiV1;
4 |
5 | // get
6 | Api.addRoute('ai-messages', {
7 | authRequired: false
8 | }, {
9 | get: function () {
10 | try {
11 | var params = this.queryParams;
12 | var personId = params.personId && params.personId.trim();
13 | var isRead = (params.isRead && params.isRead.trim()) == 'true';
14 |
15 | if (!personId) {
16 | throw new Meteor.Error('error-ai-message-param-not-provided', 'The parameter "personId"is required');
17 | }
18 |
19 | return AiMessages.find({personId: personId, isRead: isRead}).fetch();
20 | } catch (e) {
21 | return api.failure(e.message, e.error);
22 | }
23 | }
24 | });
--------------------------------------------------------------------------------
/api/server/v1/faces.js:
--------------------------------------------------------------------------------
1 | var api = require('../api.js');
2 |
3 | var Api = api.ApiV1;
4 |
5 | // get
6 | Api.addRoute('faces/:id', {
7 | authRequired: false
8 | }, {
9 | get: function () {
10 | try {
11 | var id = this.urlParams.id && this.urlParams.id.trim();
12 |
13 | if (!id) {
14 | throw new Meteor.Error('error-faces-param-not-provided', 'The parameter "id" is required');
15 | }
16 |
17 | var result = Faces.findOne({
18 | id: id
19 | });
20 |
21 | return _.isEmpty(result) ? api.success({
22 | result: '未找到结果'
23 | }) : result;
24 | } catch (e) {
25 | return api.failure(e.message, e.error);
26 | }
27 | }
28 | });
--------------------------------------------------------------------------------
/build_bundle.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | rm -rf ApiServer.tar.gz
4 | meteor build --architecture=os.linux.x86_64 ../
5 | mv ../ApiServer.tar.gz ./
6 |
7 | echo "run \"docker build -t shareai/api_server:version .\""
8 |
--------------------------------------------------------------------------------
/client/2dVirtualEnvironment/VEWorld.html:
--------------------------------------------------------------------------------
1 |
2 |
该贴不存在或已被删除
12 |选择照片开始查询
18 |支持腾讯,优酷等视频
12 |暂无数据
20 |foo
'); 4 | test.equal(__meteor_runtime_config__.WEBAPP_TEST_B, ''); 5 | }); 6 | -------------------------------------------------------------------------------- /packages/webapp/webapp_cordova.js: -------------------------------------------------------------------------------- 1 | Meteor.startup(() => { 2 | WebAppLocalServer.onError((error) => { 3 | console.error(error); 4 | }); 5 | }); 6 | -------------------------------------------------------------------------------- /private: -------------------------------------------------------------------------------- 1 | ../SharpAIMobileApp/private -------------------------------------------------------------------------------- /public/1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/1.gif -------------------------------------------------------------------------------- /public/2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/2.gif -------------------------------------------------------------------------------- /public/3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/3.gif -------------------------------------------------------------------------------- /public/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/404.png -------------------------------------------------------------------------------- /public/aboutBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/aboutBg.png -------------------------------------------------------------------------------- /public/active_report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/active_report.png -------------------------------------------------------------------------------- /public/add-series.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/add-series.png -------------------------------------------------------------------------------- /public/addBtn.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/addBtn.jpg -------------------------------------------------------------------------------- /public/addDevice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/addDevice.png -------------------------------------------------------------------------------- /public/addUser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/addUser.png -------------------------------------------------------------------------------- /public/add_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/add_more.png -------------------------------------------------------------------------------- /public/addressbook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/addressbook.png -------------------------------------------------------------------------------- /public/addressbook_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/addressbook_s.png -------------------------------------------------------------------------------- /public/apple-app-site-association: -------------------------------------------------------------------------------- 1 | { 2 | "applinks": { 3 | "apps": [], 4 | "details": [ 5 | { 6 | "appID": "D5Q4CA2T7C.org.workai.everywhere", 7 | "paths": [ 8 | "*","/" 9 | ] 10 | } 11 | ] 12 | } 13 | } -------------------------------------------------------------------------------- /public/arrow_top_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/arrow_top_right.png -------------------------------------------------------------------------------- /public/autolabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/autolabel.png -------------------------------------------------------------------------------- /public/banner_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/banner_01.jpg -------------------------------------------------------------------------------- /public/banner_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/banner_02.jpg -------------------------------------------------------------------------------- /public/banner_btn_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/banner_btn_down.png -------------------------------------------------------------------------------- /public/banner_btn_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/banner_btn_up.png -------------------------------------------------------------------------------- /public/biaozhu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/biaozhu.png -------------------------------------------------------------------------------- /public/book-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/book-icon.png -------------------------------------------------------------------------------- /public/bubbleTip/bubblehint1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/bubbleTip/bubblehint1.png -------------------------------------------------------------------------------- /public/bubbleTip/bubblehint2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/bubbleTip/bubblehint2.png -------------------------------------------------------------------------------- /public/bubbleTip/bubblehint3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/bubbleTip/bubblehint3.png -------------------------------------------------------------------------------- /public/chat_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/chat_left.png -------------------------------------------------------------------------------- /public/chat_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/chat_right.png -------------------------------------------------------------------------------- /public/check_canlder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/check_canlder.png -------------------------------------------------------------------------------- /public/checked_false.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/checked_false.png -------------------------------------------------------------------------------- /public/checked_true.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/checked_true.png -------------------------------------------------------------------------------- /public/closeBtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/closeBtn.png -------------------------------------------------------------------------------- /public/commentGray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/commentGray.png -------------------------------------------------------------------------------- /public/createGroup2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/createGroup2.jpg -------------------------------------------------------------------------------- /public/createGroup3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/createGroup3.png -------------------------------------------------------------------------------- /public/delete-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/delete-2.png -------------------------------------------------------------------------------- /public/delete-all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/delete-all.png -------------------------------------------------------------------------------- /public/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/delete.png -------------------------------------------------------------------------------- /public/device.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/device.png -------------------------------------------------------------------------------- /public/device_icon_192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/device_icon_192.png -------------------------------------------------------------------------------- /public/electric_quantity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/electric_quantity.png -------------------------------------------------------------------------------- /public/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/email.png -------------------------------------------------------------------------------- /public/exit-cancel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/exit-cancel.jpg -------------------------------------------------------------------------------- /public/failed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/failed.png -------------------------------------------------------------------------------- /public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/favicon.ico -------------------------------------------------------------------------------- /public/female.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/female.png -------------------------------------------------------------------------------- /public/follows/11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/11.jpg -------------------------------------------------------------------------------- /public/follows/12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/12.jpg -------------------------------------------------------------------------------- /public/follows/13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/13.jpg -------------------------------------------------------------------------------- /public/follows/21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/21.jpg -------------------------------------------------------------------------------- /public/follows/22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/22.jpg -------------------------------------------------------------------------------- /public/follows/23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/23.jpg -------------------------------------------------------------------------------- /public/follows/31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/31.jpg -------------------------------------------------------------------------------- /public/follows/32.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/32.jpg -------------------------------------------------------------------------------- /public/follows/33.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/33.jpg -------------------------------------------------------------------------------- /public/follows/41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/41.jpg -------------------------------------------------------------------------------- /public/follows/42.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/42.jpg -------------------------------------------------------------------------------- /public/follows/43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/43.jpg -------------------------------------------------------------------------------- /public/follows/51.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/51.jpg -------------------------------------------------------------------------------- /public/follows/52.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/52.jpg -------------------------------------------------------------------------------- /public/follows/53.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/53.jpg -------------------------------------------------------------------------------- /public/follows/61.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/61.jpg -------------------------------------------------------------------------------- /public/follows/62.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/62.jpg -------------------------------------------------------------------------------- /public/follows/63.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/63.jpg -------------------------------------------------------------------------------- /public/follows/71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/71.jpg -------------------------------------------------------------------------------- /public/follows/72.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/72.jpg -------------------------------------------------------------------------------- /public/follows/73.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/73.jpg -------------------------------------------------------------------------------- /public/follows/icon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/icon1.png -------------------------------------------------------------------------------- /public/follows/icon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/icon2.png -------------------------------------------------------------------------------- /public/follows/icon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/icon3.png -------------------------------------------------------------------------------- /public/follows/icon4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/icon4.png -------------------------------------------------------------------------------- /public/follows/icon5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/icon5.png -------------------------------------------------------------------------------- /public/follows/icon6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/icon6.png -------------------------------------------------------------------------------- /public/follows/icon7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/follows/icon7.png -------------------------------------------------------------------------------- /public/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /public/fonts/Roboto-Bold-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/Roboto-Bold-webfont.eot -------------------------------------------------------------------------------- /public/fonts/Roboto-Bold-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/Roboto-Bold-webfont.ttf -------------------------------------------------------------------------------- /public/fonts/Roboto-Bold-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/Roboto-Bold-webfont.woff -------------------------------------------------------------------------------- /public/fonts/Roboto-Light-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/Roboto-Light-webfont.eot -------------------------------------------------------------------------------- /public/fonts/Roboto-Light-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/Roboto-Light-webfont.ttf -------------------------------------------------------------------------------- /public/fonts/Roboto-Light-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/Roboto-Light-webfont.woff -------------------------------------------------------------------------------- /public/fonts/Roboto-Regular-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/Roboto-Regular-webfont.eot -------------------------------------------------------------------------------- /public/fonts/Roboto-Regular-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/Roboto-Regular-webfont.ttf -------------------------------------------------------------------------------- /public/fonts/Roboto-Regular-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/Roboto-Regular-webfont.woff -------------------------------------------------------------------------------- /public/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /public/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /public/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /public/group_set.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/group_set.png -------------------------------------------------------------------------------- /public/group_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/group_test.png -------------------------------------------------------------------------------- /public/group_users.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/group_users.png -------------------------------------------------------------------------------- /public/helpImgs/dr_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_01.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_01en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_01en.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_02.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_02en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_02en.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_03.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_03en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_03en.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_04.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_04en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_04en.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_05.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_05en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_05en.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_06.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_06en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_06en.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_07.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_07en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_07en.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_08.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_08en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_08en.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_09.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_09en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_09en.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_10.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_10en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_10en.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_11.jpg -------------------------------------------------------------------------------- /public/helpImgs/dr_11en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/dr_11en.jpg -------------------------------------------------------------------------------- /public/helpImgs/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/sprite.png -------------------------------------------------------------------------------- /public/helpImgs/top_00.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/top_00.jpg -------------------------------------------------------------------------------- /public/helpImgs/top_00en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/helpImgs/top_00en.jpg -------------------------------------------------------------------------------- /public/hint.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/hint.jpg -------------------------------------------------------------------------------- /public/homeAI/addHomeAIBoxBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/homeAI/addHomeAIBoxBg.png -------------------------------------------------------------------------------- /public/homeAI/homeIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/homeAI/homeIcon.png -------------------------------------------------------------------------------- /public/homeAI/smartIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/homeAI/smartIcon.png -------------------------------------------------------------------------------- /public/homeai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/homeai.png -------------------------------------------------------------------------------- /public/icon-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/icon-2.png -------------------------------------------------------------------------------- /public/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/icon.png -------------------------------------------------------------------------------- /public/icon/close.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/icon/icon-head-handle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/icon/icon-head-handle.png -------------------------------------------------------------------------------- /public/icon/icon-no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/icon/icon-no.png -------------------------------------------------------------------------------- /public/icon/icon-yes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/icon/icon-yes.png -------------------------------------------------------------------------------- /public/images/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/bg.jpg -------------------------------------------------------------------------------- /public/images/dow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/dow.png -------------------------------------------------------------------------------- /public/images/dow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/dow2.png -------------------------------------------------------------------------------- /public/images/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/icon.png -------------------------------------------------------------------------------- /public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/logo.png -------------------------------------------------------------------------------- /public/images/sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/sprite.png -------------------------------------------------------------------------------- /public/images/sprite2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/sprite2.png -------------------------------------------------------------------------------- /public/images/zn_e_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_e_01.jpg -------------------------------------------------------------------------------- /public/images/zn_e_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_e_02.jpg -------------------------------------------------------------------------------- /public/images/zn_i_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_i_01.jpg -------------------------------------------------------------------------------- /public/images/zn_o_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_o_01.jpg -------------------------------------------------------------------------------- /public/images/zn_o_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_o_02.jpg -------------------------------------------------------------------------------- /public/images/zn_p_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_p_01.jpg -------------------------------------------------------------------------------- /public/images/zn_p_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_p_02.jpg -------------------------------------------------------------------------------- /public/images/zn_pass_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_pass_01.jpg -------------------------------------------------------------------------------- /public/images/zn_q_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_q_01.jpg -------------------------------------------------------------------------------- /public/images/zn_q_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_q_02.jpg -------------------------------------------------------------------------------- /public/images/zn_r_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_r_01.jpg -------------------------------------------------------------------------------- /public/images/zn_r_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_r_02.jpg -------------------------------------------------------------------------------- /public/images/zn_r_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_r_03.jpg -------------------------------------------------------------------------------- /public/images/zn_t_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_t_01.jpg -------------------------------------------------------------------------------- /public/images/zn_t_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_t_02.jpg -------------------------------------------------------------------------------- /public/images/zn_u_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_u_01.jpg -------------------------------------------------------------------------------- /public/images/zn_u_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_u_02.jpg -------------------------------------------------------------------------------- /public/images/zn_w_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_w_01.jpg -------------------------------------------------------------------------------- /public/images/zn_w_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_w_02.jpg -------------------------------------------------------------------------------- /public/images/zn_y_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/images/zn_y_01.jpg -------------------------------------------------------------------------------- /public/img/48X48-icon_54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48-icon_54.png -------------------------------------------------------------------------------- /public/img/48X48create_32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48create_32.png -------------------------------------------------------------------------------- /public/img/48X48follow_20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48follow_20.png -------------------------------------------------------------------------------- /public/img/48X48follow_60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48follow_60.png -------------------------------------------------------------------------------- /public/img/48X48home_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48home_12.png -------------------------------------------------------------------------------- /public/img/48X48home_52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48home_52.png -------------------------------------------------------------------------------- /public/img/48X48imassage_56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48imassage_56.png -------------------------------------------------------------------------------- /public/img/48X48lock_76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48lock_76.png -------------------------------------------------------------------------------- /public/img/48X48massage_16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48massage_16.png -------------------------------------------------------------------------------- /public/img/48X48me_18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48me_18.png -------------------------------------------------------------------------------- /public/img/48X48me_58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48me_58.png -------------------------------------------------------------------------------- /public/img/48X48screen_34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48screen_34.png -------------------------------------------------------------------------------- /public/img/48X48search_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/48X48search_14.png -------------------------------------------------------------------------------- /public/img/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/add.png -------------------------------------------------------------------------------- /public/img/admin-portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/admin-portal.png -------------------------------------------------------------------------------- /public/img/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/arrow-down.png -------------------------------------------------------------------------------- /public/img/arrow-up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/arrow-up.png -------------------------------------------------------------------------------- /public/img/b_like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/b_like.png -------------------------------------------------------------------------------- /public/img/b_unlike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/b_unlike.png -------------------------------------------------------------------------------- /public/img/bellBg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/bellBg.jpg -------------------------------------------------------------------------------- /public/img/bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/bg.jpg -------------------------------------------------------------------------------- /public/img/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/bg.png -------------------------------------------------------------------------------- /public/img/bg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/bg2.jpg -------------------------------------------------------------------------------- /public/img/chat-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/chat-icon.png -------------------------------------------------------------------------------- /public/img/closebtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/closebtn.png -------------------------------------------------------------------------------- /public/img/company-loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/company-loading.gif -------------------------------------------------------------------------------- /public/img/company-nodata.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/company-nodata.png -------------------------------------------------------------------------------- /public/img/creator-portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/creator-portal.png -------------------------------------------------------------------------------- /public/img/default-company-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/default-company-logo.png -------------------------------------------------------------------------------- /public/img/demo-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/demo-1.jpg -------------------------------------------------------------------------------- /public/img/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/download.png -------------------------------------------------------------------------------- /public/img/download_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/download_icon.png -------------------------------------------------------------------------------- /public/img/fa-comment-ss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/fa-comment-ss.png -------------------------------------------------------------------------------- /public/img/gif/a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/a.png -------------------------------------------------------------------------------- /public/img/gif/b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/b.png -------------------------------------------------------------------------------- /public/img/gif/c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/c.png -------------------------------------------------------------------------------- /public/img/gif/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/d.png -------------------------------------------------------------------------------- /public/img/gif/e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/e.png -------------------------------------------------------------------------------- /public/img/gif/f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/f.png -------------------------------------------------------------------------------- /public/img/gif/g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/g.png -------------------------------------------------------------------------------- /public/img/gif/h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/h.png -------------------------------------------------------------------------------- /public/img/gif/i.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/i.png -------------------------------------------------------------------------------- /public/img/gif/j.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/j.png -------------------------------------------------------------------------------- /public/img/gif/k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/k.png -------------------------------------------------------------------------------- /public/img/gif/l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/l.png -------------------------------------------------------------------------------- /public/img/gif/m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/m.png -------------------------------------------------------------------------------- /public/img/gif/n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/n.png -------------------------------------------------------------------------------- /public/img/gif/o.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/o.png -------------------------------------------------------------------------------- /public/img/gif/p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/p.png -------------------------------------------------------------------------------- /public/img/gif/q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/q.png -------------------------------------------------------------------------------- /public/img/gif/r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/r.png -------------------------------------------------------------------------------- /public/img/gif/s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/s.png -------------------------------------------------------------------------------- /public/img/gif/t.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/t.png -------------------------------------------------------------------------------- /public/img/gif/u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/u.png -------------------------------------------------------------------------------- /public/img/gif/v.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/gif/v.png -------------------------------------------------------------------------------- /public/img/home_clock_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/home_clock_green.png -------------------------------------------------------------------------------- /public/img/home_clock_orangered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/home_clock_orangered.png -------------------------------------------------------------------------------- /public/img/home_clock_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/home_clock_red.png -------------------------------------------------------------------------------- /public/img/hotpost_disable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/hotpost_disable.png -------------------------------------------------------------------------------- /public/img/hotpost_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/hotpost_enable.png -------------------------------------------------------------------------------- /public/img/hotshare_animoto_1080p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/hotshare_animoto_1080p.png -------------------------------------------------------------------------------- /public/img/icon-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/icon-1.png -------------------------------------------------------------------------------- /public/img/icon-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/icon-2.jpg -------------------------------------------------------------------------------- /public/img/icons.gif: -------------------------------------------------------------------------------- 1 | Not Found -------------------------------------------------------------------------------- /public/img/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/icons.png -------------------------------------------------------------------------------- /public/img/layer_resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/layer_resize.png -------------------------------------------------------------------------------- /public/img/like.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/like.gif -------------------------------------------------------------------------------- /public/img/like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/like.png -------------------------------------------------------------------------------- /public/img/likecount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/likecount.png -------------------------------------------------------------------------------- /public/img/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/loader.gif -------------------------------------------------------------------------------- /public/img/logo-no-text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/logo-no-text.png -------------------------------------------------------------------------------- /public/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/logo.png -------------------------------------------------------------------------------- /public/img/momentBg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/momentBg.jpg -------------------------------------------------------------------------------- /public/img/move.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/move.png -------------------------------------------------------------------------------- /public/img/nav.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/nav.jpg -------------------------------------------------------------------------------- /public/img/rateicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/rateicon.png -------------------------------------------------------------------------------- /public/img/readMore.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/readMore.gif -------------------------------------------------------------------------------- /public/img/typesetting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/typesetting.png -------------------------------------------------------------------------------- /public/img/unlike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/img/unlike.png -------------------------------------------------------------------------------- /public/import-tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/import-tip.png -------------------------------------------------------------------------------- /public/import_setup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/import_setup.png -------------------------------------------------------------------------------- /public/import_setup_800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/import_setup_800.png -------------------------------------------------------------------------------- /public/install-test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/install-test.png -------------------------------------------------------------------------------- /public/introductoryPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/introductoryPage.png -------------------------------------------------------------------------------- /public/intros/arrow-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/intros/arrow-1.png -------------------------------------------------------------------------------- /public/intros/arrow-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/intros/arrow-down.png -------------------------------------------------------------------------------- /public/intros/home-page-tip1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/intros/home-page-tip1.png -------------------------------------------------------------------------------- /public/intros/km-demo-tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/intros/km-demo-tip.png -------------------------------------------------------------------------------- /public/intros/posts-groupchart-tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/intros/posts-groupchart-tip.png -------------------------------------------------------------------------------- /public/intros/seriesList-hint1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/intros/seriesList-hint1.png -------------------------------------------------------------------------------- /public/intros/seriesList-hint2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/intros/seriesList-hint2.png -------------------------------------------------------------------------------- /public/intros/seriesList-hint3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/intros/seriesList-hint3.png -------------------------------------------------------------------------------- /public/intros/view-daily-tip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/intros/view-daily-tip.png -------------------------------------------------------------------------------- /public/isLoading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/isLoading.gif -------------------------------------------------------------------------------- /public/islatest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/islatest.png -------------------------------------------------------------------------------- /public/label_failure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/label_failure.png -------------------------------------------------------------------------------- /public/label_new_person.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/label_new_person.png -------------------------------------------------------------------------------- /public/label_stranger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/label_stranger.png -------------------------------------------------------------------------------- /public/label_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/label_success.png -------------------------------------------------------------------------------- /public/labeling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/labeling.png -------------------------------------------------------------------------------- /public/laile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/laile.png -------------------------------------------------------------------------------- /public/loadError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/loadError.png -------------------------------------------------------------------------------- /public/loading-2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/loading-2.gif -------------------------------------------------------------------------------- /public/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/loading.gif -------------------------------------------------------------------------------- /public/loginbg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/loginbg1.png -------------------------------------------------------------------------------- /public/loginbg1en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/loginbg1en.jpg -------------------------------------------------------------------------------- /public/loginbg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/loginbg2.jpg -------------------------------------------------------------------------------- /public/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/logo.png -------------------------------------------------------------------------------- /public/male.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/male.png -------------------------------------------------------------------------------- /public/more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/more.png -------------------------------------------------------------------------------- /public/moshengren.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/moshengren.png -------------------------------------------------------------------------------- /public/music_pic_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/music_pic_default.png -------------------------------------------------------------------------------- /public/new_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/new_logo.png -------------------------------------------------------------------------------- /public/nogroup_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/nogroup_bg.png -------------------------------------------------------------------------------- /public/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/noimage.png -------------------------------------------------------------------------------- /public/notallow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/notallow.png -------------------------------------------------------------------------------- /public/officialChat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/officialChat.jpg -------------------------------------------------------------------------------- /public/offline_face_box.svg: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /public/online_face_box.svg: -------------------------------------------------------------------------------- 1 | 11 | -------------------------------------------------------------------------------- /public/other.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/other.png -------------------------------------------------------------------------------- /public/play_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/play_sprite.png -------------------------------------------------------------------------------- /public/processbarbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/processbarbg.jpg -------------------------------------------------------------------------------- /public/processbaricon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/processbaricon.png -------------------------------------------------------------------------------- /public/progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/progress.png -------------------------------------------------------------------------------- /public/prompt_close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/prompt_close.png -------------------------------------------------------------------------------- /public/push.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/push.png -------------------------------------------------------------------------------- /public/recently.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/recently.png -------------------------------------------------------------------------------- /public/resources/splash_theme_1080_1440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_1080_1440.png -------------------------------------------------------------------------------- /public/resources/splash_theme_1080_1920.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_1080_1920.png -------------------------------------------------------------------------------- /public/resources/splash_theme_1242_2208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_1242_2208.png -------------------------------------------------------------------------------- /public/resources/splash_theme_1536_2048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_1536_2048.png -------------------------------------------------------------------------------- /public/resources/splash_theme_320_470.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_320_470.png -------------------------------------------------------------------------------- /public/resources/splash_theme_480_640.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_480_640.png -------------------------------------------------------------------------------- /public/resources/splash_theme_640_1136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_640_1136.png -------------------------------------------------------------------------------- /public/resources/splash_theme_640_960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_640_960.png -------------------------------------------------------------------------------- /public/resources/splash_theme_720_960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_720_960.png -------------------------------------------------------------------------------- /public/resources/splash_theme_750_1334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_750_1334.png -------------------------------------------------------------------------------- /public/resources/splash_theme_768_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/resources/splash_theme_768_1024.png -------------------------------------------------------------------------------- /public/reviewing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/reviewing.png -------------------------------------------------------------------------------- /public/savetip/savehint1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/savetip/savehint1.png -------------------------------------------------------------------------------- /public/savetip/savehint2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/savetip/savehint2.png -------------------------------------------------------------------------------- /public/scan_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/scan_b.png -------------------------------------------------------------------------------- /public/scanbarcode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/scanbarcode.png -------------------------------------------------------------------------------- /public/scanlancamera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/scanlancamera.png -------------------------------------------------------------------------------- /public/scantip/scanhint1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/scantip/scanhint1.png -------------------------------------------------------------------------------- /public/scantip/scanhint2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/scantip/scanhint2.png -------------------------------------------------------------------------------- /public/scantip/scanhint3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/scantip/scanhint3.png -------------------------------------------------------------------------------- /public/select.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/select_n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/select_n.png -------------------------------------------------------------------------------- /public/select_p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/select_p.png -------------------------------------------------------------------------------- /public/series-select-n.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/series-select-n.png -------------------------------------------------------------------------------- /public/series-select-p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/series-select-p.png -------------------------------------------------------------------------------- /public/seriesList_blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/seriesList_blank.png -------------------------------------------------------------------------------- /public/share/share_more.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/share/share_more.png -------------------------------------------------------------------------------- /public/share/share_qq_friends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/share/share_qq_friends.png -------------------------------------------------------------------------------- /public/share/share_qq_qzone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/share/share_qq_qzone.png -------------------------------------------------------------------------------- /public/share/share_weibo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/share/share_weibo.png -------------------------------------------------------------------------------- /public/share/share_weixin_friends.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/share/share_weixin_friends.png -------------------------------------------------------------------------------- /public/share/share_weixin_timeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/share/share_weixin_timeline.png -------------------------------------------------------------------------------- /public/sharereadingroombg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/sharereadingroombg.png -------------------------------------------------------------------------------- /public/sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/sign.png -------------------------------------------------------------------------------- /public/splashScreen/m1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/splashScreen/m1.jpg -------------------------------------------------------------------------------- /public/splashScreen/m2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/splashScreen/m2.jpg -------------------------------------------------------------------------------- /public/splashScreen/m3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/splashScreen/m3.jpg -------------------------------------------------------------------------------- /public/splashScreen/m4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/splashScreen/m4.jpg -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/fonts/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/statics/libs/font-awesome/fonts/FontAwesome.otf -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/statics/libs/font-awesome/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/statics/libs/font-awesome/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/statics/libs/font-awesome/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/statics/libs/font-awesome/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/less/bordered-pulled.less: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em @fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .@{fa-css-prefix}-pull-left { float: left; } 11 | .@{fa-css-prefix}-pull-right { float: right; } 12 | 13 | .@{fa-css-prefix} { 14 | &.@{fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.@{fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | 18 | /* Deprecated as of 4.4.0 */ 19 | .pull-right { float: right; } 20 | .pull-left { float: left; } 21 | 22 | .@{fa-css-prefix} { 23 | &.pull-left { margin-right: .3em; } 24 | &.pull-right { margin-left: .3em; } 25 | } 26 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/less/core.less: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal @fa-font-size-base/@fa-line-height-base FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/less/fixed-width.less: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .@{fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/less/font-awesome.less: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables.less"; 7 | @import "mixins.less"; 8 | @import "path.less"; 9 | @import "core.less"; 10 | @import "larger.less"; 11 | @import "fixed-width.less"; 12 | @import "list.less"; 13 | @import "bordered-pulled.less"; 14 | @import "animated.less"; 15 | @import "rotated-flipped.less"; 16 | @import "stacked.less"; 17 | @import "icons.less"; 18 | @import "screen-reader.less"; 19 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/less/larger.less: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .@{fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .@{fa-css-prefix}-2x { font-size: 2em; } 11 | .@{fa-css-prefix}-3x { font-size: 3em; } 12 | .@{fa-css-prefix}-4x { font-size: 4em; } 13 | .@{fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/less/list.less: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: @fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .@{fa-css-prefix}-li { 11 | position: absolute; 12 | left: -@fa-li-width; 13 | width: @fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.@{fa-css-prefix}-lg { 17 | left: (-@fa-li-width + (4em / 14)); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/less/path.less: -------------------------------------------------------------------------------- 1 | /* FONT PATH 2 | * -------------------------- */ 3 | 4 | @font-face { 5 | font-family: 'FontAwesome'; 6 | src: url('@{fa-font-path}/fontawesome-webfont.eot?v=@{fa-version}'); 7 | src: url('@{fa-font-path}/fontawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), 8 | url('@{fa-font-path}/fontawesome-webfont.woff2?v=@{fa-version}') format('woff2'), 9 | url('@{fa-font-path}/fontawesome-webfont.woff?v=@{fa-version}') format('woff'), 10 | url('@{fa-font-path}/fontawesome-webfont.ttf?v=@{fa-version}') format('truetype'), 11 | url('@{fa-font-path}/fontawesome-webfont.svg?v=@{fa-version}#fontawesomeregular') format('svg'); 12 | // src: url('@{fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts 13 | font-weight: normal; 14 | font-style: normal; 15 | } 16 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/less/rotated-flipped.less: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } 5 | .@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } 6 | .@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } 7 | 8 | .@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } 9 | .@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .@{fa-css-prefix}-rotate-90, 15 | :root .@{fa-css-prefix}-rotate-180, 16 | :root .@{fa-css-prefix}-rotate-270, 17 | :root .@{fa-css-prefix}-flip-horizontal, 18 | :root .@{fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/less/screen-reader.less: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { .sr-only(); } 5 | .sr-only-focusable { .sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/less/stacked.less: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .@{fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .@{fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .@{fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .@{fa-css-prefix}-inverse { color: @fa-inverse; } 21 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/scss/_bordered-pulled.scss: -------------------------------------------------------------------------------- 1 | // Bordered & Pulled 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-border { 5 | padding: .2em .25em .15em; 6 | border: solid .08em $fa-border-color; 7 | border-radius: .1em; 8 | } 9 | 10 | .#{$fa-css-prefix}-pull-left { float: left; } 11 | .#{$fa-css-prefix}-pull-right { float: right; } 12 | 13 | .#{$fa-css-prefix} { 14 | &.#{$fa-css-prefix}-pull-left { margin-right: .3em; } 15 | &.#{$fa-css-prefix}-pull-right { margin-left: .3em; } 16 | } 17 | 18 | /* Deprecated as of 4.4.0 */ 19 | .pull-right { float: right; } 20 | .pull-left { float: left; } 21 | 22 | .#{$fa-css-prefix} { 23 | &.pull-left { margin-right: .3em; } 24 | &.pull-right { margin-left: .3em; } 25 | } 26 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/scss/_core.scss: -------------------------------------------------------------------------------- 1 | // Base Class Definition 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix} { 5 | display: inline-block; 6 | font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration 7 | font-size: inherit; // can't have font-size inherit on line above, so need to override 8 | text-rendering: auto; // optimizelegibility throws things off #1094 9 | -webkit-font-smoothing: antialiased; 10 | -moz-osx-font-smoothing: grayscale; 11 | 12 | } 13 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/scss/_fixed-width.scss: -------------------------------------------------------------------------------- 1 | // Fixed Width Icons 2 | // ------------------------- 3 | .#{$fa-css-prefix}-fw { 4 | width: (18em / 14); 5 | text-align: center; 6 | } 7 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/scss/_larger.scss: -------------------------------------------------------------------------------- 1 | // Icon Sizes 2 | // ------------------------- 3 | 4 | /* makes the font 33% larger relative to the icon container */ 5 | .#{$fa-css-prefix}-lg { 6 | font-size: (4em / 3); 7 | line-height: (3em / 4); 8 | vertical-align: -15%; 9 | } 10 | .#{$fa-css-prefix}-2x { font-size: 2em; } 11 | .#{$fa-css-prefix}-3x { font-size: 3em; } 12 | .#{$fa-css-prefix}-4x { font-size: 4em; } 13 | .#{$fa-css-prefix}-5x { font-size: 5em; } 14 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/scss/_list.scss: -------------------------------------------------------------------------------- 1 | // List Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-ul { 5 | padding-left: 0; 6 | margin-left: $fa-li-width; 7 | list-style-type: none; 8 | > li { position: relative; } 9 | } 10 | .#{$fa-css-prefix}-li { 11 | position: absolute; 12 | left: -$fa-li-width; 13 | width: $fa-li-width; 14 | top: (2em / 14); 15 | text-align: center; 16 | &.#{$fa-css-prefix}-lg { 17 | left: -$fa-li-width + (4em / 14); 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/scss/_rotated-flipped.scss: -------------------------------------------------------------------------------- 1 | // Rotated & Flipped Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } 5 | .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } 6 | .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } 7 | 8 | .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } 9 | .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } 10 | 11 | // Hook for IE8-9 12 | // ------------------------- 13 | 14 | :root .#{$fa-css-prefix}-rotate-90, 15 | :root .#{$fa-css-prefix}-rotate-180, 16 | :root .#{$fa-css-prefix}-rotate-270, 17 | :root .#{$fa-css-prefix}-flip-horizontal, 18 | :root .#{$fa-css-prefix}-flip-vertical { 19 | filter: none; 20 | } 21 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/scss/_screen-reader.scss: -------------------------------------------------------------------------------- 1 | // Screen Readers 2 | // ------------------------- 3 | 4 | .sr-only { @include sr-only(); } 5 | .sr-only-focusable { @include sr-only-focusable(); } 6 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/scss/_stacked.scss: -------------------------------------------------------------------------------- 1 | // Stacked Icons 2 | // ------------------------- 3 | 4 | .#{$fa-css-prefix}-stack { 5 | position: relative; 6 | display: inline-block; 7 | width: 2em; 8 | height: 2em; 9 | line-height: 2em; 10 | vertical-align: middle; 11 | } 12 | .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { 13 | position: absolute; 14 | left: 0; 15 | width: 100%; 16 | text-align: center; 17 | } 18 | .#{$fa-css-prefix}-stack-1x { line-height: inherit; } 19 | .#{$fa-css-prefix}-stack-2x { font-size: 2em; } 20 | .#{$fa-css-prefix}-inverse { color: $fa-inverse; } 21 | -------------------------------------------------------------------------------- /public/statics/libs/font-awesome/scss/font-awesome.scss: -------------------------------------------------------------------------------- 1 | /*! 2 | * Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome 3 | * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) 4 | */ 5 | 6 | @import "variables"; 7 | @import "mixins"; 8 | @import "path"; 9 | @import "core"; 10 | @import "larger"; 11 | @import "fixed-width"; 12 | @import "list"; 13 | @import "bordered-pulled"; 14 | @import "animated"; 15 | @import "rotated-flipped"; 16 | @import "stacked"; 17 | @import "icons"; 18 | @import "screen-reader"; 19 | -------------------------------------------------------------------------------- /public/stop_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/stop_play.png -------------------------------------------------------------------------------- /public/stranger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/stranger.png -------------------------------------------------------------------------------- /public/swiper.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/swiper.gif -------------------------------------------------------------------------------- /public/sysMessages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/sysMessages.png -------------------------------------------------------------------------------- /public/tagChat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/tagChat.jpg -------------------------------------------------------------------------------- /public/test_fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/test_fail.png -------------------------------------------------------------------------------- /public/test_success.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/test_success.png -------------------------------------------------------------------------------- /public/theme/theme1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/theme/theme1.jpg -------------------------------------------------------------------------------- /public/theme/theme2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/theme/theme2.jpg -------------------------------------------------------------------------------- /public/theme/theme3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/theme/theme3.jpg -------------------------------------------------------------------------------- /public/theme/theme4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/theme/theme4.jpg -------------------------------------------------------------------------------- /public/theme/theme5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/theme/theme5.jpg -------------------------------------------------------------------------------- /public/theme_blue/add.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /public/theme_blue/loginbg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/theme_blue/loginbg1.jpg -------------------------------------------------------------------------------- /public/theme_blue/loginbg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/theme_blue/loginbg2.jpg -------------------------------------------------------------------------------- /public/thumbsDownBlue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/thumbsDownBlue.png -------------------------------------------------------------------------------- /public/thumbsDownGray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/thumbsDownGray.png -------------------------------------------------------------------------------- /public/thumbsUpGray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/thumbsUpGray.png -------------------------------------------------------------------------------- /public/thumbsUpPink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/thumbsUpPink.png -------------------------------------------------------------------------------- /public/tips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/tips.png -------------------------------------------------------------------------------- /public/tips_addPost1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/tips_addPost1.png -------------------------------------------------------------------------------- /public/tips_addPost2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/tips_addPost2.png -------------------------------------------------------------------------------- /public/tips_addPost3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/tips_addPost3.png -------------------------------------------------------------------------------- /public/userPicture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/userPicture.png -------------------------------------------------------------------------------- /public/userPlus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/userPlus.png -------------------------------------------------------------------------------- /public/user_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/user_new.png -------------------------------------------------------------------------------- /public/usersChat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/usersChat.jpg -------------------------------------------------------------------------------- /public/veWorld/room_door.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/veWorld/room_door.jpg -------------------------------------------------------------------------------- /public/veWorld/room_floor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/veWorld/room_floor.jpg -------------------------------------------------------------------------------- /public/veWorld/room_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/veWorld/room_top.jpg -------------------------------------------------------------------------------- /public/veWorld/room_wall.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/veWorld/room_wall.jpg -------------------------------------------------------------------------------- /public/veWorld/room_wall_clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/veWorld/room_wall_clock.png -------------------------------------------------------------------------------- /public/veWorld/room_wall_draw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/veWorld/room_wall_draw.png -------------------------------------------------------------------------------- /public/veWorld/room_window.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/veWorld/room_window.jpg -------------------------------------------------------------------------------- /public/webbg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webbg.jpg -------------------------------------------------------------------------------- /public/webhome/whbanner1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webhome/whbanner1.png -------------------------------------------------------------------------------- /public/webhome/whbanner2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webhome/whbanner2.png -------------------------------------------------------------------------------- /public/webhome/whbanner3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webhome/whbanner3.png -------------------------------------------------------------------------------- /public/webhome/whbanner4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webhome/whbanner4.png -------------------------------------------------------------------------------- /public/webhome/whbanner5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webhome/whbanner5.png -------------------------------------------------------------------------------- /public/webhome/whbg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webhome/whbg1.jpg -------------------------------------------------------------------------------- /public/webhome/whbg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webhome/whbg2.jpg -------------------------------------------------------------------------------- /public/webhome/whbg4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webhome/whbg4.jpg -------------------------------------------------------------------------------- /public/webhome/whbg5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webhome/whbg5.jpg -------------------------------------------------------------------------------- /public/webhome/whicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/webhome/whicon.png -------------------------------------------------------------------------------- /public/wechat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/wechat.png -------------------------------------------------------------------------------- /public/workAIGroupTemplate/chatBot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/workAIGroupTemplate/chatBot.jpg -------------------------------------------------------------------------------- /public/workAIGroupTemplate/classification.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/workAIGroupTemplate/classification.jpg -------------------------------------------------------------------------------- /public/workAIGroupTemplate/efficiency.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/workAIGroupTemplate/efficiency.jpg -------------------------------------------------------------------------------- /public/workAIGroupTemplate/safety.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/workAIGroupTemplate/safety.jpg -------------------------------------------------------------------------------- /public/workAIGroupTemplate/sentiment.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/workAIGroupTemplate/sentiment.jpg -------------------------------------------------------------------------------- /public/workai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/public/workai.png -------------------------------------------------------------------------------- /resource/device_icon_192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/device_icon_192.png -------------------------------------------------------------------------------- /resource/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon.png -------------------------------------------------------------------------------- /resource/icon_120.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_120.png -------------------------------------------------------------------------------- /resource/icon_152.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_152.png -------------------------------------------------------------------------------- /resource/icon_180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_180.png -------------------------------------------------------------------------------- /resource/icon_192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_192.png -------------------------------------------------------------------------------- /resource/icon_29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_29.png -------------------------------------------------------------------------------- /resource/icon_36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_36.png -------------------------------------------------------------------------------- /resource/icon_48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_48.png -------------------------------------------------------------------------------- /resource/icon_57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_57.png -------------------------------------------------------------------------------- /resource/icon_58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_58.png -------------------------------------------------------------------------------- /resource/icon_72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_72.png -------------------------------------------------------------------------------- /resource/icon_76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_76.png -------------------------------------------------------------------------------- /resource/icon_87.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_87.png -------------------------------------------------------------------------------- /resource/icon_96.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/icon_96.png -------------------------------------------------------------------------------- /resource/splash_theme_1080_1440.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_1080_1440.png -------------------------------------------------------------------------------- /resource/splash_theme_1080_1920.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_1080_1920.png -------------------------------------------------------------------------------- /resource/splash_theme_1242_2208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_1242_2208.png -------------------------------------------------------------------------------- /resource/splash_theme_1536_2048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_1536_2048.png -------------------------------------------------------------------------------- /resource/splash_theme_320_470.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_320_470.png -------------------------------------------------------------------------------- /resource/splash_theme_480_640.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_480_640.png -------------------------------------------------------------------------------- /resource/splash_theme_640_1136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_640_1136.png -------------------------------------------------------------------------------- /resource/splash_theme_640_960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_640_960.png -------------------------------------------------------------------------------- /resource/splash_theme_720_960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_720_960.png -------------------------------------------------------------------------------- /resource/splash_theme_750_1334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_750_1334.png -------------------------------------------------------------------------------- /resource/splash_theme_768_1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharpAI/ApiServer/a3676a06f52ea02a599a8d4cf3cc24d0dae07c65/resource/splash_theme_768_1024.png -------------------------------------------------------------------------------- /server: -------------------------------------------------------------------------------- 1 | ../SharpAIMobileApp/server -------------------------------------------------------------------------------- /server_package.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ./build_bundle.sh 4 | 5 | # change the version number 6 | VER=`grep version_of_build ./lib/6_version.js | cut -d"'" -f 2` 7 | docker build -t lambdazhang/raidcdn:sharpai-$VER . 8 | docker save -o sharpai-$VER.tar lambdazhang/raidcdn:sharpai-$VER 9 | gzip sharpai-$VER.tar 10 | TIMESTAMP=`date "+%Y%m%d%H%M%S"` 11 | mv sharpai-$VER.tar.gz ~/.jenkins/userContent/sharpai/sharpai-$VER-$TIMESTAMP.tar.gz 12 | 13 | -------------------------------------------------------------------------------- /settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "public": { 3 | 4 | } 5 | } --------------------------------------------------------------------------------