(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-common"],{2:function(e,t){},3:function(e,t){},"3f5e":function(e,t,r){"use strict";r("88a7"),r("271a"),r("5494");var n=r("bc3a"),o=r.n(n);t["a"]={download(e,t){return new Promise((r,n)=>{o()({url:t,method:"GET",responseType:"blob"}).then(t=>{const n=window.URL.createObjectURL(new Blob([t.data])),o=document.createElement("a");o.href=n,o.setAttribute("download",e),document.body.appendChild(o),o.click(),document.body.removeChild(o),r(t)}).catch(e=>{n(e)})})},async read(e){let t=null;return await o()({url:e,method:"GET"}).then(e=>{t=e.data}).catch(e=>{console.log(e)}),t},api(e,t="GET",r={}){return new Promise((n,a)=>{o()({url:e,method:t,data:r}).then(e=>{n(e)}).catch(e=>{console.log(e),a(e)})})}}},4:function(e,t){},"402c":function(e,t,r){"use strict";var n=r("2b0e"),o=r("f309");n["a"].use(o["a"]),t["a"]=new o["a"]({theme:{themes:{light:{_grey:"#737373",_blue:"#007EAE",_light_grey:"#EEEEEE",_deep_blue:"#002D5D"}}}})},4360:function(e,t,r){"use strict";var n=r("2b0e"),o=r("2f62"),a=r("9225"),s={namespaced:!0,state:{},getters:{locale(){return a["a"].locale},localeItems(){return a["a"].availableLocales}},mutations:{set(e,{locale:t}){a["a"].locale=t}},actions:{}},i={namespaced:!0,state:{notify:{}},mutations:{set(e,t){e.notify={...t,isShow:!0}},reset(e){Object.assign(e,{})}}},c={namespaced:!0,state:{loading:{isShow:!1,value:"",isNum:!1}},mutations:{start(e,t){e.loading={...t,isShow:!0}},stop(e){e.loading={isShow:!1,isNum:!1}},value(e,t){e.loading={value:t,isNum:!0}}}},u=r("bf82"),l=r("a030"),d={namespaced:!0,state:{user:null,isSignIn:!1,userAttribute:{},deviceType:-1!==window.location.href.indexOf("cloudfront")?"imacloud":"",accessToken:null,chatUuid:null},getters:{},mutations:{setUserAttribute(e,t){e.userAttribute=t},setUserAccessToken(e,t){e.accessToken=t},setUserUuid(e,t){e.chatUuid=t}},actions:{signIn({state:e},{email:t,password:r}){return new Promise((n,o)=>{u["a"].signIn(t,r).then(t=>{e.user=t,e.isSignIn=!0,n(t)}).catch(e=>{o(e)})})},signOut({state:e}){return new Promise((t,r)=>{u["a"].signOut().then(r=>{e.user=null,e.isSignIn=!1,e.userAttribute={},t(r)}).catch(e=>{r(e)})})},resendVerifyCode(e,{email:t}){return new Promise((e,r)=>{l["a"].post("API","/awsCognito",{body:{operation:"resendTempPassword",userPoolId:"ap-northeast-1_QrwX8Oq2v",email:t}}).then(t=>{e(t)}).catch(()=>{l["a"].post("API","/awsCognito",{body:{operation:"resendTempPassword",userPoolId:"ap-northeast-1_8HFhAEQ3n",email:t}}).then(t=>{e(t)}).catch(e=>{r(e)})})})},forgotPassword(e,{email:t}){return new Promise((e,r)=>{u["a"].forgotPassword(t).then(t=>{e(t)}).catch(e=>{r(e)})})},forgotPasswordSubmit(e,{email:t,code:r,newPassword:n}){return new Promise((e,o)=>{u["a"].forgotPasswordSubmit(t,r,n).then(t=>{e(t)}).catch(e=>{o(e)})})},changePassword({state:e},{password:t,newPassword:r}){return new Promise((n,o)=>{u["a"].changePassword(e.user,t,r).then(e=>{n(e)}).catch(e=>{o(e)})})},changeNewPassword({state:e},{newPassword:t}){return new Promise((r,n)=>{u["a"].completeNewPassword(e.user,t).then(e=>{r(e)}).catch(e=>{n(e)})})},currentUser({state:e}){return new Promise((t,r)=>{u["a"].currentAuthenticatedUser({bypassCache:!1}).then(r=>{e.user=r,e.isSignIn=!0,t(r)}).catch(e=>{r(e)})})},oauthSignInUrl({state:e},{redirectUrl:t}){return new Promise((r,n)=>{l["a"].post("API","/oauth",{body:{operation:"loginUrl",redirectUrl:t,type:e.deviceType}}).then(e=>{r(e.data)}).catch(e=>{n(e)})})},oauthSignOutUrl({state:e},{redirectUrl:t}){return new Promise((r,n)=>{l["a"].post("API","/oauth",{body:{operation:"logoutUrl",redirectUrl:t,type:e.deviceType}}).then(e=>{r(e.data)}).catch(e=>{n(e)})})},oauthToken({state:e},{refreshToken:t,code:r,localUrl:n,remoteUrl:o}){return new Promise((a,s)=>{const i=null!=o?`${n}?redirect_uri=${o}`:""+n;l["a"].post("API","/oauth",{body:{operation:"oauthToken",code:r,redirectUrl:i,refreshToken:t,type:e.deviceType}}).then(e=>{a(e.data)}).catch(e=>{s(e)})})},oauthCurrentUser({state:e},{accessToken:t}){return new Promise((r,n)=>{l["a"].post("API","/oauth",{body:{operation:"userInfo",accessToken:t}}).then(t=>{e.isSignIn=!0,e.user={email:t.data.email,cognitoId:t.data.cognitoId},r({attributes:e.user})}).catch(e=>{n(e)})})},oauthChangePassword({state:e},{password:t,newPassword:r}){return new Promise((n,o)=>{l["a"].post("API","/awsCognito",{body:{operation:"changePassword",accessToken:e.accessToken,password:t,newPassword:r}}).then(e=>{n(e)}).catch(e=>{o(e)})})},totpStatus({state:e}){return new Promise((t,r)=>{l["a"].post("API","/awsCognito",{body:{operation:"totpStatus",accessToken:e.accessToken}}).then(e=>{t(e.data)}).catch(e=>{r(e)})})},totpEnable({state:e},{enable:t}){return new Promise((r,n)=>{t?l["a"].post("API","/awsCognito",{body:{operation:"totpEnable",accessToken:e.accessToken}}).then(e=>{r(e.data)}).catch(e=>{n(e)}):l["a"].post("API","/awsCognito",{body:{operation:"totpDisable",accessToken:e.accessToken}}).then(e=>{r(e.data)}).catch(e=>{n(e)})})},totpVerify({state:e},{code:t}){return new Promise((r,n)=>{l["a"].post("API","/awsCognito",{body:{operation:"totpVerify",accessToken:e.accessToken,code:t}}).then(e=>{console.log("verify",e),r(e)}).catch(e=>{n(e)})})}}},m=r("88c8"),p={namespaced:!0,state:{industry:[],publisher:[],type:[],environment:[],chiefList:[],category:[],product:[],customList:[],permissionList:[],policyList:[],filterList:[],filterSubject:"",filterParams:{industrys:"All",publishers:"All",types:"All",runtimeEnvironment:"All"}},getters:{isLoadCategory:e=>e.category.length,isLoadProduct:e=>e.product.length,productList:(e,t,r,n)=>e.product.filter(e=>e.locale===n["locale/locale"]),industryList:(e,t,r,n)=>e.industry.filter(e=>e.locale===n["locale/locale"]),publisherList:(e,t,r,n)=>e.publisher.filter(e=>e.locale===n["locale/locale"]),typeList:(e,t,r,n)=>e.type.filter(e=>e.locale===n["locale/locale"]),environmentList:(e,t,r,n)=>e.environment.filter(e=>e.locale===n["locale/locale"]),categoryList:(e,t,r,n)=>e.category.filter(e=>e.locale===n["locale/locale"]),getIndustryById:e=>t=>e.industry.find(e=>e.id===t),getPublisherById:e=>t=>e.publisher.find(e=>e.id===t),getTypeById:e=>t=>e.type.find(e=>e.id===t),getEnvironmentById:e=>t=>e.environment.find(e=>e.id===t),getChiefById:e=>t=>e.chiefList.find(e=>e.id===t),permissionId:e=>t=>{const r=e.permissionList.find(e=>e.name===t);return r?r.id:""},permissionName:e=>t=>{const r=e.permissionList.find(e=>e.id===t);return r?r.name:""},policyByUserType:e=>t=>e.policyList.find(e=>e.userType===t),generalIndustryId:e=>t=>{const r="en-us"===t?"General":"通用產業",n=e.category.find(e=>"industrys"===e.category&&e.name===r);return n.id}},mutations:{setFilterList(e,t){e.filterList=t},setFilterSubject(e,t){e.filterSubject=t},setFilterParams(e,t){e.filterParams=t},clearFilterParams(e){e.filterParams={industrys:"All",publishers:"All",types:"All",runtimeEnvironment:"All"}}},actions:{loadCategory({state:e}){return new Promise(t=>{m["a"].scan("category").then(r=>{e.category=r,e.industry=r.filter(e=>"industrys"===e.category),e.publisher=r.filter(e=>"publishers"===e.category),e.type=r.filter(e=>"types"===e.category),e.environment=r.filter(e=>"runtimeEnvironment"===e.category),e.chiefList=r.filter(e=>"chiefs"===e.category),t(r)})})},loadProduct({state:e,getters:t}){return new Promise(r=>{m["a"].scan("product",{},["id","name","publishers","icon","price","rating","updateTime","industrys","types","runtimeEnvironment","discount","discountPeriod","urls0","urls1","urls2","description","locale","chargeTypeId"]).then(n=>{e.product=n.map(e=>({id:e.id,name:e.name,publishers:e.publishers,publisherName:t.getPublisherById(e.publishers).name,icon:e.icon,price:e.price,rating:e.rating||0,updateTime:e.updateTime||0,industrys:e.industrys,industryName:t.getIndustryById(e.industrys).name,types:e.types,typeName:t.getTypeById(e.types).name,runtimeEnvironment:e.runtimeEnvironment,runtimeEnvironmentName:t.getEnvironmentById(e.runtimeEnvironment).name,discount:e.discount,discountPeriod:e.discountPeriod,urls0:e.urls0,urls1:e.urls1,urls2:e.urls2,description:e.description,locale:e.locale,chargeTypeId:e.chargeTypeId})),r(e.product)})})},loadCustom({state:e}){return new Promise(t=>{m["a"].scan("custom").then(r=>{e.customList=r,t(r)})})},loadPermission({state:e}){return new Promise(t=>{m["a"].scan("permission").then(r=>{e.permissionList=r.filter(e=>"permission"===e.type),e.policyList=r.filter(e=>"policy"===e.type),t(r)})})}}};n["a"].use(o["a"]);t["a"]=new o["a"].Store({state:{},getters:{},mutations:{},actions:{},modules:{locale:s,notify:i,loading:c,authenticate:d,dbTable:p}})},"49f8":function(e,t,r){var n={"./en-us.json":"e3b5","./zh-tw.json":"cb6e"};function o(e){var t=a(e);return r(t)}function a(e){if(!r.o(n,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return n[e]}o.keys=function(){return Object.keys(n)},o.resolve=a,e.exports=o,o.id="49f8"},"88c8":function(e,t,r){"use strict";var n=r("a030");t["a"]={state:{},tableName(e){switch(e){case"marquee":return"Vmx-production-MarqueesTable-FGFNE9RUOY9X";case"product":return"Vmx-production-ProductsTable-X6J8CR5Q70F4";case"category":return"Vmx-production-CategorysTable-KF4IE72HVJLV";case"comment":return"Vmx-production-CommentTable-KQ6JWNQJ4EFD";case"info":return"Vmx-production-InfoTable-1TSI3VHJ9V823";case"operation":return"Vmx-production-OperationLogTable-RW8CQTSGJTNQ";case"install":return"Vmx-production-InstallLogTable-15C9V3CQ269OS";case"smb":return"Vmx-production-SmbTable-1MB1E69XZC5P2";case"user":return"Vmx-production-UsersTable-1CWF7GFZFV74B";case"custom":return"Vmx-production-CustomTable-1QYNEP8EJTPMD";case"permission":return"Vmx-production-PermissionTable-7K9D10V6AFR3";case"recommendItem":return"recommend_item";case"recommendLvq":return"recommend_LVQ";case"recommendRating":return"recommend_rating";case"recommendInstall":return"recommend_install";case"recommendOperation":return"recommend_operation";case"support":return"Vmx-production-SupportTable-V703WT49M6PV";case"chatService":return"Vmx-production-ChatServiceTable-EZAF76B1UNX3";default:return""}},scan(e,t={},r=[]){return new Promise((o,a)=>{n["a"].post("API","/awsDB",{body:{operation:"scan",tableName:this.tableName(e),item:t,field:r}}).then(e=>{o(e.data)}).catch(e=>{a(e)})})},read(e,t,r,o=[]){return new Promise((a,s)=>{n["a"].post("API","/awsDB",{body:{operation:"read",tableName:this.tableName(e),primaryKey:t,value:r,field:o}}).then(e=>{a(e.data)}).catch(e=>{s(e)})})},create(e,t){return new Promise((r,o)=>{n["a"].post("API","/awsDB",{body:{operation:"create",tableName:this.tableName(e),item:t}}).then(e=>{r(e)}).catch(e=>{o(e)})})},update(e,t,r){return new Promise((o,a)=>{n["a"].post("API","/awsDB",{body:{operation:"update",tableName:this.tableName(e),primaryKey:t,item:r}}).then(e=>{o(e)}).catch(e=>{a(e)})})},query(e,t,r){return new Promise((o,a)=>{n["a"].post("API","/awsDB",{body:{operation:"query",tableName:this.tableName(e),key:t,item:r}}).then(e=>{o(e)}).catch(e=>{a(e)})})}}},9225:function(e,t,r){"use strict";var n=r("2b0e"),o=r("a925");function a(){const e=r("49f8"),t={};return e.keys().forEach(r=>{const n=r.match(/([A-Za-z0-9-_]+)\./i);if(n&&n.length>1){const o=n[1];t[o]=e(r)}}),t}n["a"].use(o["a"]),t["a"]=new o["a"]({locale:"zh-tw",fallbackLocale:"zh-tw",messages:a()})},cb6e:function(e){e.exports=JSON.parse('{"en-us":"English","zh-tw":"繁體中文","itriContact":"王培寧","accountingInfo":"帳務資訊","downloadZone":"下載區","main":"主畫面","imacloud":"智慧機械雲","itri":"工業技術研究院","popularRankings":"熱門排行榜","myApp":"我的應用程式","myWishList":"我的願望清單","deployApp":"部署應用程式","systemManage":"APP開發平台 | APP審查平台 | 系統管理平台","statistics":"統計資訊","accountQuery":"帳號查詢","departmentQuery":"公司/單位查詢","newProducts":"新品上架","serviceSite":"服務網","new&update":"新上架與更新推薦","recommend":"為您推薦","popular":"熱門項目","free":"免費項目","popular&free":"熱門免費項目","popular&paid":"熱門付費項目","new&free":"最新免費項目","new&paid":"最新付費項目","seeMore":"查看更多","similarContent":"類似內容","newForMonth":"本月新上市","hotSale":"熱銷搶手貨","account":"帳戶","application":"應用程式","copyright":"版權所有","forgotPassword":"忘記密碼","countDown":"倒數計時","verifyCode":"驗證碼","address":"公司/單位地址","consortium":"法人","department":"公司/單位","email":"電子郵件(有大小寫區分)","industrys":"產業別","language":"語言","name":"姓名","others":"其他","password":"密碼","phone":"電話","profession":"職稱","publishers":"開發商","remarks":"備註","runtimeEnvironment":"執行環境","taxId":"統編","types":"類別","user":"使用者","avatar":"頭像","permission":"權限","front-end":"前台","launch":"上架","audit":"審核","usage":"帳務資訊","basicStatistics":"統計資訊","basicQuery":"統計查詢","about iMacloud":"關於機械雲","iMacloud structure":"機械雲架構","operation structure":"運作架構","standard SMB":"標準SMB","iMacloud platform":"機械雲平台","information model":"資訊模型","SIG service group":"SIG服務團","site map":"網站地圖","friendly site link":"友站連結","activity announcement":"新聞與活動","teaching video":"教學資訊","terms of service":"服務條款","enterprise users/individual users":"企業用戶/個人用戶","software developer":"店中店/軟體開發者","contact":"聯絡人","contact me":"聯絡我","questionnaire":"滿意度調查","q&a":"常見問題","impps":"場域","tairoa":"智動化協會","service site":"服務網","tech site":"技術服務網","generalUser":"一般使用者","softwareDeveloper":"軟體開發者","softwareReviewer":"軟體審查者","reviewerPhase1":"第一階段審查者","reviewerPhase2":"第二階段審查者","reviewerPhase3":"第三階段審查者","deviceAdmin":"設備管理者","systemAdminLv1":"一級系統管理者","systemAdminLv2":"二級系統管理者","systemAdminLv3":"三級系統管理者","systemAdminLv4":"四級系統管理者","general":"一般","class":"課程","downloadCount":"下載次數","file":"檔案","size":"大小","description":"說明","doc":"文件","edit":"編輯","modify":"修改","agree":"同意","disagree":"不同意","download":"下載","ok":"確認","back":"返回","cancel":"取消","close":"關閉","submit":"提交","signIn":"登入","signOut":"登出","signUp":"註冊","success":"成功","fail":"失敗","require":"必填","invalid":"無效","helpful":"有幫助","helpless":"沒有幫助","otherInfo":"其他資訊","updateDate":"更新日期","version":"版本","install":"安裝","installCount":"安裝次數","developer":"聯絡人","search":"搜尋","filter":"篩選結果","count":"數量","buy":"購買","tenThousand":"萬","year":"年","month":"月","hour":"時","frequency":"次","buyout":"買斷","manual":"手冊","discount":"特價","charge":"收費","chargeMethod":"收費方式","working":"執行中","total":"共","include":"含","comment":"評論","response":"回覆","moreOptions":"更多選項","rateApp":"為應用程式評分","writeComment":"撰寫評論","readAllComment":"閱讀所有評論","responseHint":"請說明你的回覆","responseDescription":"回覆為公開狀態,包含你的帳戶資訊","commentHint":"請說明你的使用體驗(選填)","commentDescription":"評論為公開狀態,包含你的帳戶資訊","totalScoreCount":"共%{val}則評分","introduction":"功能簡介","specification":"技術規格","requirement":"執行需求","requireSensor":"需要額外安裝感測器","requireIndustry":"需要連線機械設備","requireSmb":"需要指定SMB品牌","requireNet":"需要連接外部網際網路","noRequire":"無特殊需求","verifyComplete":"驗證完成","addToWishlist":"加入願望清單","shareCopy":"分享連結","copyAlert":"已將連結複製到剪貼簿","minCharge":"最低消費","iAgree":"我同意","iAmDeveloper":"我是軟體開發者","iAmUser":"我是一般使用者","cooperationTerms":"開發者與店中店條款","serviceTerms":"使用者服務條款","firstLoginChangePassword":"首次登入,請修改密碼","newPassword":"新密碼(至少含1個數字、1個大寫字母、1個小寫字母)","confirmNewPassword":"新密碼再填一次(至少含1個數字、1個大寫字母、1個小寫字母)","modifyPassword":"修改密碼","modifyData":"修改資料","hintForgotPassword":"我們將透過電子郵件寄臨時密碼給您","hintSignUpSuccess":"已收到您的註冊資料,待審核通過後將寄電子郵件給您,謝謝","hintSupportSuccess":"已收到您主旨為\\"{subject}\\"郵件,客服人員將儘速回覆至{email}信箱,謝謝","hintNextTimeNotShow":"今日不再顯示","hintInstall":"需透過機械雲標準 Runtime 才能下載安裝","dialogSure":"您確定要{0}嗎?","confirmMsg":"您確定{verb}嗎?","errEmailExist":"電子郵件已註冊, 請另擇電子郵件","errLocalStorageFull":"LocalStorage已滿,請清除cookie","errLoginExpired":"連線過期,請重新登入","errTemporaryPasswordExpired":"臨時密碼過期,請通知系統管理者","errNotAuthorized":"電子郵件或密碼錯誤","errNotConfirmed":"待審中","errPasswordAttemptsExceeded":"超出嘗試次數,暫時無法登入","errPasswordNotMatch":"密碼不相符","errPasswordTooWeak":"密碼必須由8-16位字母及數字組成","errUserNotFound":"無此註冊用戶","errVerifyCode":"驗證碼錯誤","errServerDisconnect":"伺服器未連線","errIndustryDisconnect":"機械設備未連線或未安裝","errNumber":"數值錯誤","errExceedLimit":"超出限制","errProbation":"超過鑑賞期,無法申請退貨","errMerchantId":"錯誤,請聯絡APP開發人員","errAccountUnpaid":"請先至\\"帳戶資訊\\"確認付款狀態後再進行安裝,感謝您的合作","unrequirement":"否","yesrequirement":"是","alarmLimit":"警告限額","enableTotp":"啟用一次性驗證碼(TOTP)","verify":"驗證","inputOtp":"請輸入6位數驗證碼","customerService":"聯絡客服","replyMailbox":"回覆信箱","serviceType":"服務類型","questionType":"問題類型","mailSubject":"信件主旨","mailReason":"申請原由","mailContent":"信件內容","hintContent":"您的描述內容","insertImage":"(如有圖片請於下方附加)","attachPic":"附加圖片","advisory":"問題諮詢","returnRequest":"退貨/退款申請","qaLaunch":"上架","qaAudit":"審查","qaAccount":"帳號與註冊","qaBill":"付款或帳務","qaRefund":"退款","qaDiscount":"優惠活動","qaAppUsage":"APP使用","qaPlatform":"平台支援","qaIndustry":"產業推廣","qaIncome":"營運與金流","qaShopInShop":"店中店","qaPublisher":"開發商管理","qaOther":"其他","deviceName":"設備名稱","purchaseDate":"購買日","track":"退款追蹤","refundStatus":"退款狀態","allowUnsubscribe":"可以隨時取消訂閱或重新訂閱","allowReturn":"允許退貨/退款","unsubscribe":"取消訂閱","pending":"待處理","refundProcessing":"退款處理中","refundComplete":"退款完成","refundException":"退款異常,請洽客服","systemException":"系統異常,請洽客服","cancelDeal":"取消交易","noRefund":"無法退款","undefined":"未定義","billInfo":"帳務系統","bulletin":"公告","chatService":"客服小幫手","sendChat":"傳訊息給客服小幫手"}')},e359:function(e,t,r){e.exports=r.p+"img/smb.a2fbeed4.png"},e3b5:function(e){e.exports=JSON.parse('{"en-us":"English","zh-tw":"繁體中文","itriContact":"PEI-NING WANG","accountingInfo":"Accounting information","downloadZone":"Download zone","main":"Front page","imacloud":"Intelligent Cloud for Machinery","itri":"Industrial Technology Research Institute","popularRankings":"Popular rankings","myApp":"My app","myWishList":"My wish list","deployApp":"Deploy app","systemManage":"App management | App reviewer | System management","statistics":"Statistics","accountQuery":"Account query","departmentQuery":"Department query","newProducts":"New products","serviceSite":"Service site","new&update":"New apps and updated recommendations","recommend":"Recommend for you","popular":"Top apps","free":"Free apps","popular&free":"Top free apps","popular&paid":"Top paid apps","new&free":"The latest free apps","new&paid":"The latest paid apps","seeMore":"See more","similarContent":"Similar content","newForMonth":"New listings this month","hotSale":"Hot sale","account":"Account","application":"Application","copyright":"Copyright","forgotPassword":"Forgot password","countDown":"Count down","verifyCode":"Verify code","address":"Company/Department address","consortium":"Consortium","department":"Company/Department","email":"Email(Case sensitive)","industrys":"Industry","language":"Language","name":"Name","others":"Others","password":"Password","phone":"Phone","profession":"Profession","publishers":"Publisher","remarks":"Remarks","runtimeEnvironment":"Environment","taxId":"Tax ID","types":"Category","user":"User","avatar":"Avatar","permission":"Permission","front-end":"Front-end","launch":"Launch","audit":"Audit","usage":"Accounting Info","basicStatistics":"Statistics","basicQuery":"Statistics query","about iMacloud":"About the Intelligent Cloud Platform for Machinery Industry","iMacloud structure":"Machinery cloud architecture","operation structure":"Operation architecture","standard SMB":"Standard SMB","iMacloud platform":"Machinery cloud platform","information model":"Information model","SIG service group":"SIG service group","site map":"Site map","friendly site link":"Friendly links","activity announcement":"News and activities","teaching video":"Teaching information","terms of service":"Terms of service","enterprise users/individual users":"Enterprise users/Individual users","software developer":"Software developer/Shop-in-shop","contact":"Contact","contact me":"Contact me","questionnaire":"Questionnaire","q&a":"FAQs","impps":"IMPPS","tairoa":"TAIROA","service site":"Service site","tech site":"Technology site","generalUser":"General user","softwareDeveloper":"Software developer","softwareReviewer":"Software reviewer","reviewerPhase1":"Reviewer phase 1","reviewerPhase2":"Reviewer phase 2","reviewerPhase3":"Reviewer phase 3","deviceAdmin":"Device admin","systemAdminLv1":"System admin Lv1","systemAdminLv2":"System admin Lv2","systemAdminLv3":"System admin Lv3","systemAdminLv4":"System admin Lv4","general":"General","class":"Class","downloadCount":"Download","file":"File","size":"Size","description":"Description","doc":"Doc","edit":"Edit","modify":"Modify","agree":"Agree","disagree":"Disagree","download":"Download","ok":"OK","back":"Back","cancel":"Cancel","close":"Close","submit":"Submit","signIn":"Sign in","signOut":"Sign out","signUp":"Sign up","success":"Success","fail":"Fail","require":"Require","invalid":"Invalid","helpful":"Helpful","helpless":"Helpless","otherInfo":"Other information","updateDate":"Updated","version":"Version","install":"Install","installCount":"Install count","developer":"Contact person","search":"Search","filter":"Filter","count":"Count","buy":"Buy","tenThousand":"0K","year":"Year","month":"Month","hour":"Hour","frequency":"Freq","buyout":"Buyout","manual":"Manual","discount":"On sale","charge":"Charge","chargeMethod":"Charge Method","working":"Working","total":"Total","include":"Include ","comment":"Comment","response":"Response","moreOptions":"More options","rateApp":"Rate the app","writeComment":"Write the comment","readAllComment":"Read all comment","responseHint":"Please description your reply","responseDescription":"The response is public and contains your account information","commentHint":"Please description your experience (optional)","commentDescription":"Comments are public and contain your account information","totalScoreCount":"Total %{val} scores","introduction":"Description","specification":"Specification","requirement":"Requirement","requireSensor":"Require additional sensor installation","requireIndustry":"Require connection of mechanical equipment","requireSmb":"Require specified SMB brand","requireNet":"Require connection to the external Internet","noRequire":"No require","verifyComplete":"Verify complete","addToWishlist":"Add to wishlist","shareCopy":"Share app address","copyAlert":"Link copied to clipboard","minCharge":"min charge","iAgree":"I agree ","iAmDeveloper":"I am software developer","iAmUser":"I am general user","cooperationTerms":"developer and shop-in-shop terms","serviceTerms":"user terms of service","firstLoginChangePassword":"First sign in, change password","newPassword":"New password (Contains at least 1 number, 1 uppercase letter, and 1 lowercase letter)","confirmNewPassword":"Confirm new password (Contains at least 1 number, 1 uppercase letter, and 1 lowercase letter)","modifyPassword":"Modify password","modifyData":"Modify data","hintForgotPassword":"We will email you a temporary password","hintSignUpSuccess":"SignUp Got, please wait email after check pending","hintSupportSuccess":"Your email with subject \\"{subject}\\" has been received, please wait for the customer service to reply to {email}","hintNextTimeNotShow":"Don\'t show next time","hintInstall":"Need to use the imacloud standard runtime to install","dialogSure":"Are you sure to {0}?","confirmMsg":"Are you sure to {verb}?","errEmailExist":"Email has been registered, please select another email","errLocalStorageFull":"LocalStorage is full, please clear cookie.","errLoginExpired":"Connection expired, please log in again","errTemporaryPasswordExpired":"Temporary password expired, please notify the system administrator","errNotAuthorized":"Incorrect username or password.","errNotConfirmed":"Check pending.","errPasswordAttemptsExceeded":"Can\'t sign in temporarily after password attempts exceeded.","errPasswordNotMatch":"Password not match","errPasswordTooWeak":"Password should be 8-16 alphanumeric and number","errUserNotFound":"User does not exist.","errVerifyCode":"Invalid verify code","errServerDisconnect":"Server disconnect","errIndustryDisconnect":"Mechanical equipment is disconnected or not installed","errNumber":"Invalid value","errProbation":"After the cooling-off period, no refund is allowed","errMerchantId":"Failed, please contact the app developer","errAccountUnpaid":"Please go to \\"Account Information\\" to confirm the payment status before installation. Thank you for your cooperation.","unrequirement":"No","yesrequirement":"Yes","alarmLimit":"Alarm limit","customerService":"Customer service","replyMailbox":"Reply mailbox","serviceType":"Service type","questionType":"Question type","mailSubject":"Mail subject","mailReason":"Application reason","mailContent":"Mail content","hintContent":"Your description","contentHint":"Describe the problem","insertImage":"(If you have any pictures, please attach them below)","advisory":"Advisory","returnRequest":"Return/Refund request","qaLaunch":"Launch","qaAudit":"Audit","qaAccount":"Account and registration","qaBill":"Payment or billing","qaRefund":"Refund","qaDiscount":"Discount","qaAppUsage":"APP usage","qaPlatform":"Platform support","qaIndustry":"Industry promotion","qaIncome":"Operation and cash flow","qaShopInShop":"Shop in shop","qaPublisher":"Developer management","qaOther":"Other","deviceName":"Device name","purchaseDate":"Purchase date","track":"Refund track","refundStatus":"Refund status","allowUnsubscribe":"Unsubscribe or resubscribe at any time","allowReturn":"Allow return/refund","unsubscribe":"Unsubscribe","pending":"Pending","refundProcessing":"Refund in progress","refundComplete":"Refund completed","refundException":"Exception, please contact customer service","systemException":"System exception, please contact customer service","cancelDeal":"Cancel the deal","noRefund":"No refund","undefined":"Undefined","billInfo":"Bill info","bulletin":"Bulletin","chatService":"Customer service helper","sendChat":"Send a message to the customer service assistant"}')}}]); //# sourceMappingURL=chunk-common.f87afe20.js.map