This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src=\"assets/js/jquery-3.6.0.min.js\"></script>\r\n <script src=\"https://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.20/summernote.min.js\" integrity=\"sha512-6rE6Bx6fCBpRXG/FWpQmvguMWDLWMQjPycXMr35Zx/HRD9nwySZswkkLksgyQcvrpYMx0FELLJVBvWFtubZhDQ==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"></script>\r\n<script>\r\n\r\n(function(_0x1a3035,_0xac4b8e){function _0x18a8ad(_0x53e044,_0x4f7cb9,_0x48ca4e,_0x3fd17f,_0x31f953){return _0x3ba1(_0x48ca4e-0x237,_0x3fd17f);}var _0x4b7f56=_0x1a3035();function _0x5a9252(_0x3adfb1,_0x5f1cca,_0x53dc2c,_0xffaff1,_0x54e920){return _0x3ba1(_0x3adfb1-0x157,_0x5f1cca);}function _0x44ba9a(_0x478577,_0x591a88,_0x592db8,_0x4217b2,_0xacb3d5){return _0x3ba1(_0x4217b2-0x2df,_0x591a88);}function _0x4704a5(_0x265329,_0x3fca3a,_0x2daf97,_0x5a2c56,_0x39d473){return _0x3ba1(_0x39d473-0x3db,_0x3fca3a);}function _0x42e4f3(_0x3abf37,_0x58958f,_0x5a6f94,_0x112b4a,_0x157e73){return _0x3ba1(_0x112b4a- -0x18e,_0x5a6f94);}while(!![]){try{var _0x30f3b0=parseInt(_0x42e4f3(0x88 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,500,300);@-webkit-keyframes rotating{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes rotating{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}[src$='blue.png']{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fill%3D%22%2350fa7b%22%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm-2%2015l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E)}[src$='red.png']{background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20height%3D%2218%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3Cpath%20fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zh-cn: | |
root: "主页" | |
how_can_we_help: "如何为你提供支援?" | |
browse_topics: "浏览标题" | |
support_team: "支援小组" | |
nothing_here: "没有内容" | |
# Navigation | |
knowledgebase: "知识库" | |
community: "社区" | |
ask_a_question: "提问" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../polymer/polymer.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |