-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
419 lines (403 loc) · 29.9 KB
/
Copy pathindex.html
File metadata and controls
419 lines (403 loc) · 29.9 KB
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
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
<!doctype html>
<html lang="zh-CN" data-theme="dark">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HaoXiang Huang | 向世界交付你的价值</title>
<meta name="description" content="HaoXiang Huang 的个人主页:持续更新的思考、交易复盘、公开写作,以及可验证的 Web 与本地自动化工具。">
<meta property="og:title" content="HaoXiang Huang | 向世界交付你的价值">
<meta property="og:description" content="记录判断,交付价值,把值得重复解决的问题做成可以打开、使用和修正的工具。">
<meta property="og:type" content="website">
<meta property="og:url" content="https://nextweb4.github.io/">
<meta property="og:image" content="https://nextweb4.github.io/images/hero-campus.jpg">
<meta property="og:image:alt" content="HaoXiang Huang 站在校园石刻前">
<meta property="og:site_name" content="HaoXiang Huang">
<meta property="og:locale" content="zh_CN">
<meta property="og:locale:alternate" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="HaoXiang Huang | 向世界交付你的价值">
<meta name="twitter:description" content="记录判断,交付价值,把值得重复解决的问题做成可以打开、使用和修正的工具。">
<meta name="twitter:image" content="https://nextweb4.github.io/images/hero-campus.jpg">
<meta name="twitter:image:alt" content="HaoXiang Huang 站在校园石刻前">
<link rel="canonical" href="https://nextweb4.github.io/">
<meta name="theme-color" content="#080a0d">
<link rel="preconnect" href="https://api.github.com" crossorigin>
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="apple-touch-icon" href="images/favicon.png">
<script>
(function () {
try {
var theme = window.localStorage.getItem("theme");
if (theme === "dark" || theme === "light") {
document.documentElement.dataset.theme = theme;
}
} catch (error) {
document.documentElement.dataset.theme = "dark";
}
var themeMeta = document.querySelector('meta[name="theme-color"]');
if (themeMeta) {
themeMeta.setAttribute("content", document.documentElement.dataset.theme === "light" ? "#fafbfc" : "#080a0d");
}
document.documentElement.classList.add("js-title-pending");
window.setTimeout(function () {
document.documentElement.classList.remove("js-title-pending");
}, 2000);
}());
</script>
<link rel="stylesheet" href="css/site.css?v=20260726-5">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"name": "HaoXiang Huang",
"url": "https://nextweb4.github.io/",
"image": "https://nextweb4.github.io/images/hero-campus.jpg",
"email": "mailto:Rays688888@Gmail.com",
"sameAs": ["https://github.com/NextWeb4"]
},
{
"@type": "WebSite",
"name": "HaoXiang Huang",
"url": "https://nextweb4.github.io/",
"inLanguage": ["zh-CN", "en"]
}
]
}
</script>
</head>
<body>
<a class="skip-link" href="#main" data-i18n="skip">跳到主要内容</a>
<header class="site-header" id="top" data-font-module="site">
<a class="brand" href="#top" aria-label="HaoXiang Huang 主页" data-i18n-attr="aria-label:brand_aria">
<span class="brand-mark" aria-hidden="true">H</span>
<span>HaoXiang Huang</span>
</a>
<div class="header-right">
<div class="header-actions js-only-inline" role="group" aria-label="显示控制" data-i18n-attr="aria-label:display_controls_aria">
<button class="control-button" id="theme-toggle" type="button" aria-label="切换暗色模式">
<span data-theme-icon aria-hidden="true">☾</span>
<span data-theme-label>暗色</span>
</button>
<button class="control-button language-toggle" id="language-toggle" type="button" aria-label="切换到英文">
<span data-lang-label>EN</span>
</button>
</div>
<nav class="site-nav" aria-label="主导航" data-i18n-attr="aria-label:nav_primary_aria">
<a href="#about" data-module-link="about" data-i18n="nav_about">关于</a>
<a href="#work" data-module-link="work" data-i18n="nav_work">项目</a>
<a href="#skills" data-module-link="skills" data-i18n="nav_skills">技术</a>
<a href="https://nextweb4.github.io/Private/" target="_blank" rel="noopener noreferrer" data-i18n="nav_blog">博客</a>
<a href="#contact" data-module-link="contact" data-i18n="nav_contact">联系</a>
</nav>
</div>
</header>
<div class="page-scale js-only" data-page-scale data-font-module="site" aria-hidden="true">
<span class="page-scale-current" data-page-scale-current>01 / 06</span>
<span class="page-scale-track">
<span class="page-scale-progress"></span>
<span class="page-scale-ticks">
<span class="is-current" data-page-scale-step="hero"></span>
<span data-page-scale-step="about"></span>
<span data-page-scale-step="work"></span>
<span data-page-scale-step="skills"></span>
<span data-page-scale-step="journal"></span>
<span data-page-scale-step="contact"></span>
</span>
</span>
</div>
<main id="main" tabindex="-1">
<section class="hero" data-module="hero" aria-labelledby="hero-title">
<div class="hero-grid">
<div class="hero-copy" data-reveal>
<p class="eyebrow"><span class="section-index" aria-hidden="true">01</span><span data-i18n="hero_eyebrow">交易复盘 / 写作 / 本地工具</span></p>
<div class="hero-intro">
<h1 id="hero-title" data-i18n="hero_title" data-typewriter aria-label="向世界交付你的价值">
<button class="hero-title-trigger" type="button" data-typewriter-trigger aria-label="切换随机标题" title="切换随机标题" data-i18n-attr="aria-label:typewriter_switch,title:typewriter_switch" disabled>
<span class="hero-title-reserve" data-typewriter-reserve aria-hidden="true">向世界交付你的价值</span>
<span class="hero-title-visual" data-typewriter-visual aria-hidden="true">向世界交付你的价值</span>
</button>
</h1>
<a class="hero-thought hero-thought-link" href="https://nextweb4.github.io/Private/article/%E6%84%9F%E6%83%B3%E4%B8%80%E5%88%9924.11.6.html" target="_blank" rel="noopener noreferrer" aria-label="打开原文:感想一则24.11.6" data-blog-thought data-thought-link aria-live="polite">
<figure class="hero-thought-content">
<blockquote data-thought-text>真正稳的交易,不是永远不亏,而是亏了以后仍然不伤根本。</blockquote>
<figcaption>
<span data-thought-source>出处:自我刻度·记录 / 投资与思想 / 感想一则24.11.6 / 2024-11-06</span>
<span class="hero-thought-arrow" aria-hidden="true">↗</span>
</figcaption>
</figure>
</a>
<div class="hero-actions" role="group" aria-label="主要入口" data-i18n-attr="aria-label:hero_actions_aria">
<a class="button button-primary" href="https://nextweb4.github.io/Private/" target="_blank" rel="noopener noreferrer" data-i18n="hero_blog">读博客</a>
<a class="button button-secondary" href="#work" data-module-link="work" data-i18n="hero_work">查看项目</a>
</div>
</div>
<section class="hero-reflections" data-reflection-rotator role="region" aria-roledescription="carousel" aria-label="思考轮播" data-i18n-attr="aria-label:reflections_aria">
<article id="reflection-stage" class="reflection-stage" data-reflection-stage data-reflection-density="medium" aria-live="off" aria-atomic="true">
<div class="reflection-entry-meta">
<time datetime="2026-07-05" data-reflection-date>2026.07.05</time>
<span class="reflection-entry-source" data-reflection-entry-source>来源:朋友圈</span>
</div>
<p data-reflection-preview>当实现一个想法的成本越来越低,创造的门槛也越来越低。以前最大的遗憾,是想到却没去做;现在最大的幸运,是想到就能开始做。</p>
</article>
<footer class="reflection-footer js-only">
<div class="reflection-status">
<p>
<span data-reflection-current>001</span>
<span aria-hidden="true">/</span>
<span data-reflection-count>100</span>
</p>
<button type="button" class="reflection-more" data-reflection-more data-i18n="reflections_more">阅读全文</button>
</div>
<div class="reflection-controls" role="group" aria-label="思考切换控制" data-i18n-attr="aria-label:reflections_controls_aria">
<button type="button" class="reflection-mode" data-reflection-mode="random" aria-label="切换为顺序播放" aria-pressed="true">
<span data-reflection-mode-label>随机</span>
</button>
<button type="button" data-reflection-prev aria-label="上一则思考" data-i18n-attr="aria-label:reflections_prev">←</button>
<button type="button" class="reflection-pause" data-reflection-toggle aria-label="暂停自动切换" data-i18n-attr="aria-label:reflections_pause_aria">
<span data-reflection-toggle-label>暂停</span>
</button>
<button type="button" data-reflection-next aria-label="下一则思考" data-i18n-attr="aria-label:reflections_next">→</button>
</div>
</footer>
<span class="reflection-progress js-only" aria-hidden="true"><span data-reflection-progress></span></span>
</section>
<figure class="hero-visual" data-reveal>
<img src="images/hero-campus.jpg" width="1600" height="900" alt="HaoXiang Huang 站在校园石刻前" draggable="false" decoding="async" fetchpriority="high" data-i18n-attr="alt:hero_visual_alt">
<figcaption class="hero-card">
<p class="photo-meta" data-i18n="photo_meta">2024.11.10 / 校园留影</p>
<p class="photo-line managed-multiline" data-i18n="photo_line">接纳生命的潮汐,允许自己的颓唐;能热烈,也能坦然告别;能盛放,也能安顿荒芜。</p>
<a href="https://nextweb4.github.io/Private/" target="_blank" rel="noopener noreferrer" data-i18n="photo_link">自我刻度·记录</a>
</figcaption>
</figure>
</div>
</div>
<div class="scroll-cue" aria-hidden="true"></div>
</section>
<dialog class="reflection-dialog" data-reflection-dialog data-reflection-density="medium" data-font-module="hero" aria-labelledby="reflection-dialog-title">
<div class="reflection-dialog-panel">
<header>
<h2 id="reflection-dialog-title" class="sr-only" data-i18n="reflections_dialog_title">完整记录</h2>
<div class="reflection-dialog-meta">
<time datetime="2026-07-05" data-reflection-dialog-date>2026.07.05</time>
<span class="reflection-entry-source" data-reflection-dialog-source>来源:朋友圈</span>
</div>
<button type="button" data-reflection-close data-i18n="reflections_close">关闭</button>
</header>
<div class="reflection-dialog-copy" tabindex="0" role="document" data-reflection-full-text></div>
</div>
</dialog>
<section class="section section-about" id="about" data-module="about" aria-labelledby="about-title">
<div class="section-shell two-column">
<div data-reveal>
<p class="section-label"><span class="section-index" aria-hidden="true">02</span><span data-i18n="about_label">关于</span></p>
<h2 id="about-title" class="managed-multiline" data-i18n="about_title">且待繁花尽 共话西窗时 莫愁前路远 自有故人知</h2>
</div>
<div class="prose" data-reveal>
<p data-i18n="about_p1">我不是只想做一张漂亮名片。这个站点更像我的公开工作台:一边把交易复盘、阅读思考和日常判断写下来,一边把 Web 练习、自动化脚本和工具做成可访问的项目。</p>
<p class="managed-multiline" data-i18n="about_p2">我无法告知你生命的意义,因为我也迷茫。正如我无法诠释你此刻的黑暗,因为我也毫无光亮。 但我希望我们都是候鸟。迁徙从来都不是顺从和逃避,而是自然赋予的坚韧,是对困难的顽强抵抗。愿我们欣赏一路的崎岖,并在沿途种满理想。</p>
<p data-i18n="about_p3">所以这里的“关于”不是一句包装好的自我介绍,而是一组正在更新的证据:我关心什么问题,怎样拆解它,用什么方式做出来,又如何根据反馈继续修正。</p>
<dl class="about-ledger">
<div>
<dt data-i18n="about_ledger_1_label">写作</dt>
<dd data-i18n="about_ledger_1_text">把交易、阅读和阶段性判断沉淀成可回看的文字。</dd>
</div>
<div>
<dt data-i18n="about_ledger_2_label">构建</dt>
<dd data-i18n="about_ledger_2_text">用前端页面、脚本和工具把想法做成能用的东西。</dd>
</div>
<div>
<dt data-i18n="about_ledger_3_label">公开</dt>
<dd data-i18n="about_ledger_3_text">让项目、博客和联系入口都经得起访问与反馈。</dd>
</div>
</dl>
<ul class="about-list" aria-label="关于 HaoXiang Huang 的工作方式" data-i18n-attr="aria-label:about_focus_aria">
<li>
<span data-i18n="about_focus_1_title">观察</span>
<p data-i18n="about_focus_1_text">从交易复盘、阅读笔记和日常问题里找到真正要解决的变量。</p>
</li>
<li>
<span data-i18n="about_focus_2_title">构建</span>
<p data-i18n="about_focus_2_text">用前端和自动化把判断做成页面、脚本、数据整理或可复用流程。</p>
</li>
<li>
<span data-i18n="about_focus_3_title">公开</span>
<p data-i18n="about_focus_3_text">把内容放到博客与 GitHub,让时间、访问和反馈继续筛选。</p>
</li>
<li>
<span data-i18n="about_focus_4_title">迭代</span>
<p data-i18n="about_focus_4_text">保留可追踪的更新,把每次修正都变成下一次交付的基础。</p>
</li>
</ul>
</div>
</div>
</section>
<section class="section section-work" id="work" data-module="work" aria-labelledby="work-title">
<div class="section-shell">
<div class="section-heading" data-reveal>
<div class="section-heading-main">
<p class="section-label"><span class="section-index" aria-hidden="true">03</span><span data-i18n="work_label">GitHub 项目</span></p>
<h2 id="work-title" data-i18n="work_title">项目的使用与更新</h2>
</div>
<div class="project-heading-aside">
<p data-i18n="work_intro">描述、Topics、Stars 和更新时间直接同步 GitHub;先看四个主要项目,需要时再展开全部仓库。</p>
<div class="project-controls js-only-inline">
<span class="project-sync-status" role="status" aria-live="polite" data-project-sync-status data-project-sync-state="loading">正在同步 GitHub</span>
<div class="project-control-actions">
<label class="project-sort-control" for="project-sort">
<span data-i18n="projects_sort_label">项目排序</span>
<select id="project-sort" data-project-sort>
<option value="popular" selected data-i18n="projects_sort_popular">最受欢迎</option>
<option value="recent" data-i18n="projects_sort_recent">最新交付</option>
<option value="name" data-i18n="projects_sort_name">项目名称</option>
</select>
</label>
<button class="project-refresh-button" type="button" aria-label="刷新 GitHub 项目" title="刷新 GitHub 项目" data-project-refresh data-i18n-attr="aria-label:projects_refresh,title:projects_refresh">
<span aria-hidden="true">↻</span>
</button>
</div>
</div>
</div>
</div>
<div class="work-grid project-grid" id="github-projects" data-github-projects aria-busy="false">
<article class="work-card project-card project-card-status js-only is-visible" role="status" aria-live="polite" data-reveal>
<div>
<p class="card-meta" data-i18n="projects_loading_meta">GitHub</p>
<h3 data-i18n="projects_loading_title">正在读取项目</h3>
<p data-i18n="projects_loading_text">正在从 NextWeb4 的公开仓库读取描述、Topics、Stars 与更新时间。</p>
</div>
</article>
<noscript>
<article class="work-card project-card project-card-status">
<div>
<p class="card-meta">GitHub</p>
<h3>查看公开项目</h3>
<p>当前浏览器未运行 JavaScript,可以直接打开 GitHub 主页查看公开仓库。</p>
<a class="text-link" href="https://github.com/NextWeb4" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
</article>
</noscript>
</div>
<div class="project-disclosure" data-project-disclosure hidden>
<button class="project-toggle" type="button" aria-controls="github-projects" aria-expanded="false" aria-label="展开全部项目" data-project-toggle>
<span data-project-toggle-label>展开全部项目</span>
<span class="project-toggle-count" data-project-toggle-count aria-hidden="true">04 / 04</span>
<span class="project-toggle-icon" data-project-toggle-icon aria-hidden="true">↓</span>
</button>
</div>
</div>
</section>
<section class="section section-skills" id="skills" data-module="skills" aria-labelledby="skills-title">
<div class="section-shell">
<div class="section-heading skills-heading" data-reveal>
<div class="section-heading-main">
<p class="section-label"><span class="section-index" aria-hidden="true">04</span><span data-i18n="skills_label">技术与方法</span></p>
<h2 id="skills-title" data-i18n="skills_title">四条能力线</h2>
</div>
<div class="skills-heading-aside">
<p data-i18n="skills_intro">从产品、基础设施、内容系统到安全交付,每条能力线都由最新公开项目动态验证;新工具会自动进入对应能力线并轮换展示。</p>
<div class="capability-controls js-only-inline" data-capability-controls>
<button type="button" data-capability-prev data-i18n-attr="aria-label:capability_previous,title:capability_previous" aria-label="上一组工具" title="上一组工具"><span aria-hidden="true">←</span><span data-i18n="capability_previous_short">上一组</span></button>
<span class="capability-position" role="status" aria-live="polite"><span data-capability-current>1</span><span aria-hidden="true"> / </span><span data-capability-count>1</span><span class="visually-hidden" data-i18n="capability_position_suffix"> 组工具</span></span>
<button type="button" data-capability-toggle data-i18n-attr="aria-label:capability_pause,title:capability_pause" aria-label="暂停工具轮换" title="暂停工具轮换"><span data-capability-toggle-icon aria-hidden="true">Ⅱ</span><span data-capability-toggle-label data-i18n="capability_pause_short">暂停</span></button>
<button type="button" data-capability-next data-i18n-attr="aria-label:capability_next,title:capability_next" aria-label="下一组工具" title="下一组工具"><span data-i18n="capability_next_short">下一组</span><span aria-hidden="true">→</span></button>
</div>
</div>
</div>
<ul class="skill-list" aria-label="技能与技术" data-i18n-attr="aria-label:skills_list_aria">
<li data-reveal data-capability-line="automation">
<span data-i18n="skill_automation_title">桌面产品与本地优先工具</span>
<p data-i18n="skill_automation_text" data-capability-summary="automation">用 Python / PySide6、.NET / WinUI 和 Tauri,把局域网传输、翻译、号码与邮箱管理做成可安装、可备份、可审计的桌面产品。</p>
<div class="capability-tags" data-capability-tags="automation" hidden></div>
<div class="skill-evidence" data-capability-projects="automation">
<a href="https://github.com/NextWeb4/lan-file-transfer" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_automation_link_1">局域网文件传输</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
<a href="https://github.com/NextWeb4/deepseek-translation-studio" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_automation_link_2">DeepSeek 翻译工作台</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
<a href="https://github.com/NextWeb4/phone-record-manager" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_automation_link_3">号码绑定管理器</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
</div>
</li>
<li data-reveal data-capability-line="network">
<span data-i18n="skill_network_title">配置、网络与离线工作流</span>
<p data-i18n="skill_network_text" data-capability-summary="network">围绕 Clash / OpenClash / Mihomo YAML、字幕处理和文件夹保护,把高频本地操作整理成可检查、可导出、可回滚的离线流程。</p>
<div class="capability-tags" data-capability-tags="network" hidden></div>
<div class="skill-evidence" data-capability-projects="network">
<a href="https://github.com/NextWeb4/yaml-proxy-editor" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_network_link_1">YAML 配置工作台</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
<a href="https://github.com/NextWeb4/offline-utility-suite" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_network_link_2">离线工具套件</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
<a href="https://github.com/NextWeb4/hacking.script" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_network_link_3">安全脚本练习</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
</div>
</li>
<li data-reveal data-capability-line="search">
<span data-i18n="skill_search_title">检索、提示词与内容工程</span>
<p data-i18n="skill_search_text" data-capability-summary="search">把 NFKC 归一化、中文二元分词与字段加权用于博客检索,同时把提示词和照片元数据整理成可搜索、可复用的本地内容资产。</p>
<div class="capability-tags" data-capability-tags="search" hidden></div>
<div class="skill-evidence" data-capability-projects="search">
<a href="https://github.com/NextWeb4/tips-prompt-manager" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_search_link_1">提示词管理器</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
<a href="https://github.com/NextWeb4/Private" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_search_link_2">博客检索实现</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
<a href="https://github.com/NextWeb4/photo-metadata-editor" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_search_link_3">照片元数据编辑器</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
</div>
</li>
<li data-reveal data-capability-line="delivery">
<span data-i18n="skill_delivery_title">权限、安全与可恢复交付</span>
<p data-i18n="skill_delivery_text" data-capability-summary="delivery">把用户组权限、操作审计、AES-256-GCM 加密、SQLite 备份与发布校验放进交付链路,让工具不仅能运行,也能恢复和追责。</p>
<div class="capability-tags" data-capability-tags="delivery" hidden></div>
<div class="skill-evidence" data-capability-projects="delivery">
<a href="https://github.com/NextWeb4/lan-file-transfer" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_delivery_link_1">权限与操作审计</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
<a href="https://github.com/NextWeb4/folder-locker" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_delivery_link_2">离线文件夹加密</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
<a href="https://github.com/NextWeb4/phone-record-manager/blob/main/docs/SECURITY_MODEL.md" target="_blank" rel="noopener noreferrer"><span class="evidence-index" aria-hidden="true"></span><span data-i18n="skill_delivery_link_3">本地数据安全模型</span><span class="evidence-arrow" aria-hidden="true">↗</span></a>
</div>
</li>
</ul>
</div>
</section>
<section class="journal" id="journal" data-module="journal" aria-labelledby="journal-title">
<div class="journal-inner" data-reveal>
<p class="section-label"><span class="section-index" aria-hidden="true">05</span><span data-i18n="journal_label">博客</span></p>
<h2 id="journal-title" class="managed-multiline" data-i18n="journal_title">大梦谁先觉? 平生我自知。 闽江河畔望真神 今日方知我是我</h2>
<p class="managed-multiline" data-i18n="journal_text">常常觉得,人与人之间的相遇像是一种无声的共鸣。我在这里写字、画画,而你恰好路过、停留,偶尔被某句话或某个画面轻轻触碰——这样的连接,虽然隔着屏幕,却真实地照亮过我许多个创作的片刻。 生命本是一段流动的旅程,每个同行者都有各自的轨迹与时限。就像四季更迭,能在这段路上与你相伴一程,已是值得深深感激的缘分。</p>
<a class="button button-primary" href="https://nextweb4.github.io/Private/" target="_blank" rel="noopener noreferrer"><span data-i18n="journal_button">阅读自我刻度·记录</span><span class="journal-arrow" aria-hidden="true">↗</span></a>
</div>
</section>
<section class="section section-contact" id="contact" data-module="contact" aria-labelledby="contact-title">
<div class="section-shell contact-grid">
<div data-reveal>
<p class="section-label"><span class="section-index" aria-hidden="true">06</span><span data-i18n="contact_label">联系</span></p>
<h2 id="contact-title" data-i18n="contact_title">联系我</h2>
</div>
<div class="contact-links" data-reveal>
<a href="mailto:Rays688888@Gmail.com">
<span data-i18n="contact_email">Email</span>
<small>Rays688888@Gmail.com</small>
<span class="contact-arrow" aria-hidden="true">✉</span>
</a>
<a href="https://x.com/Rayfon66" target="_blank" rel="noopener noreferrer">
<span data-i18n="contact_x">X / Twitter</span>
<small>@Rayfon66</small>
<span class="contact-arrow" aria-hidden="true">↗</span>
</a>
<a href="https://www.facebook.com/people/Hx-Hwang/pfbid0JoDqMefLXPuWEmUfU7z5hZTgb1LQ82qX9yWCZxEmPcLc61mNuqZTicLP57NttWe7l/" target="_blank" rel="noopener noreferrer">
<span data-i18n="contact_facebook">Facebook</span>
<small>HaoXiang Huang</small>
<span class="contact-arrow" aria-hidden="true">↗</span>
</a>
<a href="https://github.com/NextWeb4" target="_blank" rel="noopener noreferrer">
<span data-i18n="contact_github">GitHub</span>
<small>NextWeb4</small>
<span class="contact-arrow" aria-hidden="true">↗</span>
</a>
</div>
</div>
</section>
</main>
<div class="devtools-shield" role="status" aria-live="polite" aria-hidden="true">
<div>
<strong id="devtools-title">页面已进入保护模式</strong>
<span id="devtools-text">请关闭开发者工具后继续浏览。</span>
</div>
</div>
<footer class="site-footer" data-font-module="site">
<p><span data-i18n="footer_prefix">©</span> <span id="year">2026</span> <span data-i18n="footer_suffix">HaoXiang Huang. 持续更新的个人作品与记录。</span></p>
<a href="https://nextweb4.github.io/Private/" target="_blank" rel="noopener noreferrer" data-i18n="footer_blog">博客</a>
</footer>
<script src="js/site.js?v=20260726-5" defer></script>
</body>
</html>