Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
4fb34dcc
Commit
4fb34dcc
authored
Oct 21, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove
parent
0e0468a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
index.html
public/index.html
+6
-6
No files found.
public/index.html
View file @
4fb34dcc
...
...
@@ -23,12 +23,12 @@
<!-- <script src="//at.alicdn.com/t/font_2711356_k19r0hh1f4.js"></script> -->
<script
src=
"//at.alicdn.com/t/font_2711356_53bl5jmwu2e.js"
></script>
<script>
(
function
()
{
var
script
=
document
.
createElement
(
'script'
);
script
.
src
=
"//cdn.jsdelivr.net/npm/eruda"
;
document
.
body
.
appendChild
(
script
);
script
.
onload
=
function
()
{
eruda
.
init
()
}
})();
//
(function () {
//
var script = document.createElement('script');
//
script.src = "//cdn.jsdelivr.net/npm/eruda";
//
document.body.appendChild(script);
//
script.onload = function () { eruda.init() }
//
})();
</script>
</body>
...
...
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