Commit ddf7a66b authored by ibuler's avatar ibuler

[Update] 修改翻译

parent 29dfdd16
...@@ -9,9 +9,8 @@ ...@@ -9,9 +9,8 @@
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
</head> </head>
<body> <body>
<app-root>Loading...</app-root> <app-root>加载中...</app-root>
<span id="marker" style="display: none;font-size: 14px">marker</span> <span id="marker" style="display: none;font-size: 14px">marker</span>
</body> </body>
<script> <script>
window.onload = function (ev) { window.onload = function (ev) {
...@@ -21,15 +20,15 @@ ...@@ -21,15 +20,15 @@
} }
if (navigator.clipboard && navigator.clipboard.readText) { if (navigator.clipboard && navigator.clipboard.readText) {
navigator.clipboard.readText().then(function textRead(text) { navigator.clipboard.readText().then(function textRead(text) {
clipboardData = text; clipboardData = text;
}); });
} }
if (navigator.clipboard && navigator.clipboard.writeText) { if (navigator.clipboard && navigator.clipboard.writeText) {
navigator.clipboard.writeText(clipboardData) navigator.clipboard.writeText(clipboardData)
} }
} }
</script> </script>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment