-
Notifications
You must be signed in to change notification settings - Fork 0
/
必装软件.html
328 lines (307 loc) · 13.2 KB
/
必装软件.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>静水深流 | 静态页面索引</title>
<link rel="icon" href="https://100713.xyz/medias/Hlogo徽章.svg">
<meta name="keywords" content="静水深流, 静态页面索引, 必装工具, 新电脑检查, 新电脑必装软件, 必装软件">
<meta name="description" content="新电脑配置站">
<meta name="author" content="Ethaniel">
<!-- Google分析 -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2PPF1NPLTJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-2PPF1NPLTJ');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>新电脑配置站</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f4f4f9;
color: #333;
margin: 0;
padding: 0;
}
header {
background-color: #007bff;
color: white;
text-align: center;
padding: 15px;
}
.container {
width: 80%;
margin: 20px auto;
}
.category {
margin-top: 40px;
}
.category h2 {
border-bottom: 2px solid #007bff;
padding-bottom: 5px;
font-size: 24px;
}
.software-item {
background-color: white;
padding: 15px;
margin: 10px 0;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: space-between;
align-items: center;
}
.software-item img {
width: 40px; /* 控制 logo 大小 */
height: 40px; /* 控制 logo 大小 */
margin-right: 20px; /* 图标与文字之间的间距 */
}
.software-item h3 {
margin: 0;
font-size: 20px;
}
.software-item p {
font-size: 14px;
margin: 5px 0;
}
.btn {
background-color: #28a745;
color: white;
padding: 10px 15px;
text-decoration: none;
border-radius: 5px;
font-size: 14px;
transition: background-color 0.3s;
}
.btn:hover {
background-color: #218838;
}
</style>
</head>
<body>
<header>
<h1>新电脑初始化名录</h1>
<p>新电脑初始化所需名录</p>
</header>
<div class="container">
<!-- 分类 1 -->
<div class="category">
<h2>开发工具</h2>
<div class="software-item">
<img src="./新电脑配置站image/Visual Studio Code.png" alt="Visual Studio Code Logo">
<div>
<h3>Visual Studio Code</h3>
<p>敲代码用,带有丰富插件</p>
</div>
<div>
<a href="https://code.visualstudio.com/" class="btn" target="_blank">官网</a>
<a href="https://code.visualstudio.com/Download" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/Git.png" alt="Git Logo">
<div>
<h3>Git</h3>
<p>执行基础命令,管理代码版本分支</p>
</div>
<div>
<a href="https://git-scm.com/" class="btn" target="_blank">官网</a>
<a href="./Git-GUI汉化包.7z" class="btn" download>汉化包</a>
<a href="https://git-scm.com/downloads" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/Typora.png" alt="Typora Logo">
<div>
<h3>Typora</h3>
<p>优雅的编辑MD文档,撰写博文</p>
</div>
<div>
<a href="https://typora.io/" class="btn" target="_blank">官网</a>
<a href="https://github.com/markyin0707/typora-activation" class="btn" target="_blank">激活程序</a>
<a href="https://typora.io/#download" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/Jpexs.png" alt="Jpexs Logo">
<div>
<h3>JPEXS</h3>
<p>逆向SWF游戏,汉化Flash游戏</p>
</div>
<div>
<a href="https://github.com/jindrapetrik/jpexs-decompiler" class="btn" target="_blank">官网</a>
<a href="https://github.com/jindrapetrik/jpexs-decompiler/releases/tag/version22.0.1" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/.NET.png" alt=".NET Logo">
<div>
<h3>.NET</h3>
<p>软件运行框架</p>
</div>
<div>
<a href="https://dotnet.microsoft.com/zh-cn/" class="btn" target="_blank">官网</a>
<a href="https://dotnet.microsoft.com/zh-cn/download" class="btn" target="_blank">下载</a>
</div>
</div>
</div>
<!-- 分类 2 -->
<div class="category">
<h2>办公软件</h2>
<div class="software-item">
<img src="./新电脑配置站image/thunderbird.png" alt="thunderbird Logo">
<div>
<h3>Thunderbird</h3>
<p>邮件客户端,轻松管理多个邮箱</p>
</div>
<div>
<a href="https://www.thunderbird.net/zh-CN/" class="btn" target="_blank">官网</a>
<a href="https://www.thunderbird.net/zh-CN/thunderbird/all/" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/Jpexs.png" alt="Jpexs Logo">
<div>
<h3>7-Zip</h3>
<p>存粹的压缩软件,占用小,压缩率高</p>
</div>
<div>
<a href="https://www.7-zip.org/" class="btn" target="_blank">官网</a>
<a href="https://www.7-zip.org/download.html" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/MobaXterm.png" alt="MobaXterm Logo">
<div>
<h3>MobaXterm</h3>
<p>远程登陆软件,好用,不支持中文</p>
</div>
<div>
<a href="https://mobaxterm.mobatek.net/" class="btn" target="_blank">官网</a>
<a href="https://mobaxterm.mobatek.net/download.html" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/GlassWire.png" alt="GlassWire Logo">
<div>
<h3>GlassWire</h3>
<p>网络流量监测,让你知道应用程序联网在干什么</p>
</div>
<div>
<a href="https://www.glasswire.com/" class="btn" target="_blank">官网</a>
<a href="https://www.glasswire.com/download/" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/Tor.png" alt="Tor Logo">
<div>
<h3>Tor</h3>
<p>进入Tor网络,保持匿名</p>
</div>
<div>
<a href="https://www.torproject.org/" class="btn" target="_blank">官网</a>
<a href="https://www.torproject.org/download/" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/gluttonyPNG.png" alt="gluttonyPNG Logo">
<div>
<h3>gluttonyPNG</h3>
<p>大批量压缩PNG图片,无损压缩</p>
</div>
<div>
<a href="http://nullice.com/archives/1998" class="btn" target="_blank">官网</a>
<a href="http://cdn-nullice-old-download.nullice.com/gluttonyPNG_1.2.zip" class="btn" target="_blank">下载</a>
</div>
</div>
</div>
<!-- 更多软件可以继续添加 -->
<div class="category">
<h2>日常使用软件</h2>
<div class="software-item">
<img src="./新电脑配置站image/Koodo Reader.png" alt="Koodo Reader Logo">
<div>
<h3>Koodo Reader</h3>
<p>一款开源的电子书阅读器,支持多种格式,十分好用</p>
</div>
<div>
<a href="https://www.koodoreader.com/zh" class="btn" target="_blank">官网</a>
<a href="https://www.koodoreader.com/zh" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/idm.png" alt="idm Logo">
<div>
<h3>IDM</h3>
<p>一款多线程下载器,可惜正版贼贵,激活脚本会有弹窗,草</p>
</div>
<div>
<a href="https://www.internetdownloadmanager.com/" class="btn" target="_blank">官网</a>
<a href="https://www.internetdownloadmanager.com/download.html" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/HEVC.png" alt="HEVC Logo">
<div>
<h3>HEVC视频扩展</h3>
<p>是不是有的视频播放提示要HEVC视频扩展?下载这个</p>
</div>
<div>
<a href="https://ethaniel.lanzouq.com/iDVhU2h7ydhg" class="btn" target="_blank">蓝奏云密码:bobp</a>
<a href="https://www.123865.com/s/tSSdTd-oUNbv" class="btn" target="_blank">123云盘</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/rufus.png" alt="rufus Logo">
<div>
<h3>rufus</h3>
<p>系统安装盘制作</p>
</div>
<div>
<a href="https://rufus.ie/zh/" class="btn" target="_blank">官网</a>
<a href="https://rufus.ie/downloads/" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/BCUninstaller.png" alt="BCUninstaller Logo">
<div>
<h3>BCUninstaller</h3>
<p>强力卸载任何软件系统组件</p>
</div>
<div>
<a href="https://www.bcuninstaller.com/" class="btn" target="_blank">官网</a>
<a href="https://github.com/Klocman/Bulk-Crap-Uninstaller/releases" class="btn" target="_blank">下载</a>
</div>
</div>
</div>
<div class="category">
<h2>新电脑硬件检测</h2>
<div class="software-item">
<img src="./新电脑配置站image/CrystalDiskInfo.png" alt="CrystalDiskInfo Logo">
<div>
<h3>CrystalDiskInfo</h3>
<p>硬盘使用信息查询</p>
</div>
<div>
<a href="https://crystalmark.info/en/software/crystaldiskinfo/" class="btn" target="_blank">官网</a>
<a href="https://crystalmark.info/en/download/#CrystalDiskInfo" class="btn" target="_blank">下载</a>
</div>
</div>
<div class="software-item">
<img src="./新电脑配置站image/victoria hdd.png" alt="victoria hdd Logo">
<div>
<h3>victoria hdd</h3>
<p>硬盘坏道扫描</p>
</div>
<div>
<a href="https://hdd.by/" class="btn" target="_blank">官网</a>
<a href="https://hdd.by/victoria/" class="btn" target="_blank">下载</a>
</div>
</div>
</div>
</div>
</body>
</html>