-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
193 lines (170 loc) · 5.83 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<html>
<head>
<title>蒋小霕的个人网站</title>
<style>
:root {
--default-font: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft YaHei Light", sans-serif;
--font-monospace: 'Source Code Pro', monospace;
--background-primary: #ffffff;
--background-modifier-border: #ddd;
--text-accent: #705dcf;
--text-accent-hover: #7a6ae6;
--text-normal: #2e3338;
--background-secondary: #f2f3f5;
--background-secondary-alt: #e3e5e8;
--text-muted: #888888;
--font-mermaid: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Inter", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Microsoft YaHei Light", sans-serif;
--text-error: #E4374B;
--background-primary-alt: '#fafafa';
--background-accent: '';
--interactive-accent: hsl( 254, 80%, calc( 68% + 2.5%));
--background-modifier-error: #E4374B;
}
body,input {
font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif
}
code, kbd, pre {
font-family: "Roboto Mono", "Courier New", Courier, monospace;
background-color: #f5f5f5;
}
pre {
padding: 1em 0.5em;
}
table {
background: white;
border: 1px solid #666;
border-collapse: collapse;
padding: 0.5em;
}
table thead th,
table tfoot th {
text-align: left;
background-color: #eaeaea;
color: black;
}
table th, table td {
border: 1px solid #ddd;
padding: 0.5em;
}
table td {
color: #222222;
}
.callout[data-callout="abstract"] .callout-title,
.callout[data-callout="summary"] .callout-title,
.callout[data-callout="tldr"] .callout-title,
.callout[data-callout="faq"] .callout-title,
.callout[data-callout="info"] .callout-title,
.callout[data-callout="help"] .callout-title {
background-color: #828ee7;
}
.callout[data-callout="tip"] .callout-title,
.callout[data-callout="hint"] .callout-title,
.callout[data-callout="important"] .callout-title {
background-color: #34bbe6;
}
.callout[data-callout="success"] .callout-title,
.callout[data-callout="check"] .callout-title,
.callout[data-callout="done"] .callout-title {
background-color: #a3e048;
}
.callout[data-callout="question"] .callout-title,
.callout[data-callout="todo"] .callout-title {
background-color: #49da9a;
}
.callout[data-callout="caution"] .callout-title,
.callout[data-callout="attention"] .callout-title {
background-color: #f7d038;
}
.callout[data-callout="warning"] .callout-title,
.callout[data-callout="missing"] .callout-title,
.callout[data-callout="bug"] .callout-title {
background-color: #eb7532;
}
.callout[data-callout="failure"] .callout-title,
.callout[data-callout="fail"] .callout-title,
.callout[data-callout="danger"] .callout-title,
.callout[data-callout="error"] .callout-title {
background-color: #e6261f;
}
.callout[data-callout="example"] .callout-title {
background-color: #d23be7;
}
.callout[data-callout="quote"] .callout-title,
.callout[data-callout="cite"] .callout-title {
background-color: #aaaaaa;
}
.callout-icon {
flex: 0 0 auto;
display: flex;
align-self: center;
}
svg.svg-icon {
height: 18px;
width: 18px;
stroke-width: 1.75px;
}
.callout {
overflow: hidden;
margin: 1em 0;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
border-radius: 4px;
}
.callout-title {
padding: .5em;
display: flex;
gap: 8px;
font-size: inherit;
color: black;
line-height: 1.3em;
}
.callout-title-inner {
font-weight: bold;
color: black;
}
.callout-content {
overflow-x: auto;
padding: 0.25em .5em;
color: #222222;
background-color: white !important;
}
ul.contains-task-list {
padding-left: 0;
list-style: none;
}
ul.contains-task-list ul.contains-task-list {
padding-left: 2em;
}
ul.contains-task-list li input[type="checkbox"] {
margin-right: .5em;
}
.callout-table,
.callout-table tr,
.callout-table p {
width: 100%;
padding: 0;
}
.callout-table td {
width: 100%;
padding: 0 1em;
}
.callout-table p {
padding-bottom: 0.5em;
}
.source-table {
width: 100%;
background-color: #f5f5f5;
}
</style>
</head>
<body>
<div><h3 data-heading="欢迎访问 蒋小霕的个人网站!">欢迎访问 蒋小霕的个人网站!</h3>
<p>这是我的个人主页,你可以称呼我艺名:蒋小霕。 </p>
<ul>
<li><a data-tooltip-position="top" aria-label="https://github.com/omnivore-app/omnivore/blob/main/apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings" rel="noopener" class="external-link" href="https://github.com/omnivore-app/omnivore/blob/main/apple/OmnivoreKit/Sources/Views/Resources/zh-Hans.lproj/Localizable.strings" target="_blank">已翻译完</a> 稍后阅读应用 Omnivore 和相关 <a data-tooltip-position="top" aria-label="https://docs.omnivore.app/zh/" rel="noopener" class="external-link" href="https://docs.omnivore.app/zh/" target="_blank">使用手册</a> 。 </li>
<li><a data-tooltip-position="top" aria-label="https://github.com/glushchenko/fsnotes/pull/1466" rel="noopener" class="external-link" href="https://github.com/glushchenko/fsnotes/pull/1466" target="_blank">已翻译完</a> Markdown笔记应用 FSnote 和改进桌面端翻译。</li>
<li>开发《openSUSE 中文手册》网站。</li>
<li><a data-tooltip-position="top" aria-label="https://github.com/anyproto/anytype-swift/pull/308" rel="noopener" class="external-link" href="https://github.com/anyproto/anytype-swift/pull/308" target="_blank">已翻译完</a>开源笔记应用 Anytype 的 iOS 和安卓移动端。</li>
</ul>
<p>希望能够翻译更多的开源项目,帮助到中文用户,如果您觉得有辞不达意的地方请联系我的 E-Mail📮: <a data-tooltip-position="top" aria-label="mailto:[email protected]" rel="noopener" class="external-link" href="mailto:[email protected]" target="_blank">[email protected]</a></p></div>
</body>
</html>