Skip to content

Commit 7fe46a0

Browse files
committed
优化 KDoc;
增加gtag;
1 parent d9c5556 commit 7fe46a0

File tree

8 files changed

+202
-54
lines changed

8 files changed

+202
-54
lines changed
Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
1-
.library-name a::before {
2-
background: url("../images/logo-icon.svg") center no-repeat;
3-
background-size: contain;
4-
width: 40px;
5-
height: 40px;
6-
top: -12px;
7-
left: -50px;
1+
/*
2+
* Copyright (c) 2024. ForteScarlet.
3+
*
4+
* Project https://github.com/simple-robot/simpler-robot
5+
6+
*
7+
* This file is part of the Simple Robot Library (Alias: simple-robot, simbot, etc.).
8+
*
9+
* This program is free software: you can redistribute it and/or modify
10+
* it under the terms of the GNU Lesser General Public License as published by
11+
* the Free Software Foundation, either version 3 of the License, or
12+
* (at your option) any later version.
13+
*
14+
* This program is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* Lesser GNU General Public License for more details.
18+
*
19+
* You should have received a copy of the Lesser GNU General Public License
20+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
21+
*
22+
*/
23+
24+
:root {
25+
--dokka-logo-image-url: url('../images/logo-icon-light.svg');
826
}
Lines changed: 78 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)