Update to new domain for current project
This commit is contained in:
parent
350de3894c
commit
60320b1502
2
.idea/checkstyle-idea.xml
generated
2
.idea/checkstyle-idea.xml
generated
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="CheckStyle-IDEA" serialisationVersion="2">
|
<component name="CheckStyle-IDEA" serialisationVersion="2">
|
||||||
<checkstyleVersion>10.12.2</checkstyleVersion>
|
<checkstyleVersion>10.12.3</checkstyleVersion>
|
||||||
<scanScope>JavaOnly</scanScope>
|
<scanScope>JavaOnly</scanScope>
|
||||||
<copyLibs>true</copyLibs>
|
<copyLibs>true</copyLibs>
|
||||||
<option name="thirdPartyClasspath" />
|
<option name="thirdPartyClasspath" />
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
# CWIKIUS 文档和手册
|
# iSharkFly 文档和手册
|
||||||
|
|
||||||
欢迎来到 HoneyMoose 文档和手册的空间
|
欢迎来到鲨鱼君的文档和手册的空间
|
||||||
|
|
||||||
GitHub 上有关 HoneyMoose 的项目:[https://github.com/honeymoose/cwikius-docs](https://github.com/honeymoose/cwikius-docs)
|
GitHub 上有关 HoneyMoose 的项目:[https://github.com/iSharkfly-Docs/docs-isharkfly-com](https://github.com/iSharkfly-Docs/docs-isharkfly-com)
|
||||||
|
|
||||||
[联系我们](CONTACT.md ':include')
|
[联系我们](CONTACT.md ':include')
|
||||||
|
|
||||||
|
20
index.html
20
index.html
@ -4,11 +4,19 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|
||||||
<!-- Google Tag Manager -->
|
<!-- Google Tag Manager -->
|
||||||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
<script>(function (w, d, s, l, i) {
|
||||||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
w[l] = w[l] || [];
|
||||||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
w[l].push({
|
||||||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
'gtm.start':
|
||||||
})(window,document,'script','dataLayer','GTM-W3NL9V');</script>
|
new Date().getTime(), event: 'gtm.js'
|
||||||
|
});
|
||||||
|
var f = d.getElementsByTagName(s)[0],
|
||||||
|
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : '';
|
||||||
|
j.async = true;
|
||||||
|
j.src =
|
||||||
|
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
|
||||||
|
f.parentNode.insertBefore(j, f);
|
||||||
|
})(window, document, 'script', 'dataLayer', 'GTM-W3NL9V');</script>
|
||||||
<!-- End Google Tag Manager -->
|
<!-- End Google Tag Manager -->
|
||||||
|
|
||||||
<title>CWIKIUS 文档手册</title>
|
<title>CWIKIUS 文档手册</title>
|
||||||
@ -28,6 +36,8 @@
|
|||||||
/* Add sidebar navigation bullets */
|
/* Add sidebar navigation bullets */
|
||||||
/* --sidebar-nav-link-before-content-l1: "😀"; */
|
/* --sidebar-nav-link-before-content-l1: "😀"; */
|
||||||
/* --sidebar-nav-link-before-content-l2: "💩"; */
|
/* --sidebar-nav-link-before-content-l2: "💩"; */
|
||||||
|
--content-max-width: 120rem;
|
||||||
|
--sidebar-width: 22rem;
|
||||||
--link-color: var(--theme-color);
|
--link-color: var(--theme-color);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user