Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
luna
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
luna
Commits
ddf7a66b
Commit
ddf7a66b
authored
Sep 17, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改翻译
parent
29dfdd16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
index.html
src/index.html
+5
-6
No files found.
src/index.html
View file @
ddf7a66b
...
@@ -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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment