-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
829 lines (754 loc) · 29.9 KB
/
index.html
File metadata and controls
829 lines (754 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
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CodexTools</title>
<meta
name="description"
content="CodexTools is a standalone Go + React desktop manager for Codex setup, launch, connection modes, UI enhancements, scripts, diagnostics, and repair workflows."
/>
<meta property="og:title" content="CodexTools" />
<meta
property="og:description"
content="Standalone Go + React desktop manager for Codex setup, launch, connection modes, UI enhancements, scripts, diagnostics, and repair workflows."
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="./assets/screenshot-home.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CodexTools" />
<meta
name="twitter:description"
content="Standalone Go + React desktop manager for Codex setup, launch, connection modes, UI enhancements, scripts, diagnostics, and repair workflows."
/>
<meta name="twitter:image" content="./assets/screenshot-home.png" />
<style>
:root {
--bg: #eef5fb;
--card: rgba(255, 255, 255, 0.88);
--text: #142033;
--muted: #536076;
--line: rgba(116, 142, 175, 0.24);
--primary: #1367d1;
--primary-soft: #dbeafe;
--accent: #0f766e;
--shadow: 0 22px 64px rgba(35, 58, 99, 0.12);
}
* { box-sizing: border-box; }
body {
margin: 0;
font-family: "SF Pro Text", "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
color: var(--text);
background:
radial-gradient(circle at top right, rgba(139, 199, 255, 0.32), transparent 24%),
radial-gradient(circle at top left, rgba(120, 226, 183, 0.18), transparent 22%),
var(--bg);
}
.page {
width: min(1160px, calc(100vw - 32px));
margin: 0 auto;
padding: 28px 0 56px;
}
.topbar {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 24px;
}
.brand h1 {
margin: 0;
font-size: clamp(30px, 4vw, 54px);
line-height: 1;
}
.brand p {
margin: 10px 0 0;
color: var(--muted);
font-size: 15px;
line-height: 1.6;
max-width: 760px;
}
.lang-switch {
display: inline-flex;
gap: 8px;
}
.lang-switch button {
border: 1px solid var(--line);
border-radius: 999px;
background: var(--card);
color: var(--text);
cursor: pointer;
font: inherit;
font-weight: 700;
padding: 10px 16px;
}
.lang-switch button.active {
background: var(--primary);
border-color: var(--primary);
color: #fff;
}
.hero,
.section {
border: 1px solid var(--line);
border-radius: 28px;
background: var(--card);
box-shadow: var(--shadow);
}
.hero {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
gap: 20px;
padding: 24px;
}
.hero-copy h2 {
margin: 0;
font-size: clamp(28px, 3vw, 44px);
line-height: 1.08;
}
.hero-copy p {
margin: 16px 0 0;
color: var(--muted);
line-height: 1.7;
}
.hero-links {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 20px;
}
.hero-links a {
border-radius: 999px;
text-decoration: none;
font-weight: 700;
padding: 11px 16px;
}
.hero-links a.primary {
background: var(--primary);
color: #fff;
}
.hero-links a.secondary {
background: var(--primary-soft);
color: var(--primary);
}
.hero-shot,
.telegram-code,
.origin-panel {
display: block;
border-radius: 24px;
border: 1px solid var(--line);
background: rgba(255, 255, 255, 0.72);
}
.hero-shot {
min-height: 100%;
padding: 22px;
}
.hero-shot pre,
.telegram-code pre {
margin: 0;
white-space: pre-wrap;
word-break: break-word;
color: var(--muted);
font: 600 13px/1.7 ui-monospace, "SFMono-Regular", Menlo, monospace;
}
.origin {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
gap: 18px;
}
.philosophy {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.7fr);
gap: 18px;
}
.philosophy-note {
border: 1px solid var(--line);
border-radius: 22px;
background: rgba(255, 255, 255, 0.72);
padding: 18px;
}
.philosophy-note strong {
color: var(--text);
display: block;
font-size: 18px;
margin-bottom: 8px;
}
.origin-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 16px;
}
.origin-actions a {
border-radius: 999px;
background: var(--primary-soft);
color: var(--primary);
font-weight: 700;
padding: 10px 14px;
text-decoration: none;
}
.origin-panel {
padding: 18px;
}
.origin-panel a {
color: var(--accent);
display: block;
font-weight: 700;
line-height: 1.8;
text-decoration: none;
word-break: break-word;
}
.grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 16px;
margin-top: 18px;
}
.screenshots {
display: grid;
gap: 18px;
}
.screenshot-lead {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 18px;
}
.screenshot-lead p {
margin: 0;
max-width: 760px;
}
.shot-grid {
display: grid;
grid-template-columns: minmax(0, 1fr);
gap: 16px;
}
.shot-card {
border: 1px solid var(--line);
border-radius: 22px;
background: rgba(255, 255, 255, 0.72);
overflow: hidden;
}
.shot-card img {
display: block;
width: 100%;
height: auto;
background: #f8fafc;
}
.shot-caption {
border-top: 1px solid var(--line);
padding: 16px 18px 18px;
}
.shot-caption h4 {
margin: 0 0 6px;
font-size: 18px;
}
.shot-caption p {
margin: 0;
}
.capabilities {
overflow: hidden;
position: relative;
}
.capabilities::before {
content: "";
position: absolute;
inset: 0;
pointer-events: none;
background:
linear-gradient(135deg, rgba(19, 103, 209, 0.08), transparent 34%),
linear-gradient(315deg, rgba(15, 118, 110, 0.08), transparent 38%);
}
.capabilities > * {
position: relative;
}
.capability-head {
align-items: flex-start;
display: flex;
justify-content: space-between;
gap: 18px;
}
.capability-badge {
border: 1px solid rgba(19, 103, 209, 0.2);
border-radius: 999px;
background: rgba(219, 234, 254, 0.78);
color: var(--primary);
flex: 0 0 auto;
font-weight: 800;
padding: 9px 13px;
}
.capability-grid {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 12px;
margin-top: 18px;
}
.capability-item {
border: 1px solid var(--line);
border-radius: 18px;
background: rgba(255, 255, 255, 0.72);
padding: 16px;
min-height: 150px;
}
.capability-item strong {
color: var(--text);
display: block;
font-size: 17px;
margin-bottom: 8px;
}
.capability-item p {
margin: 0;
}
.card {
border: 1px solid var(--line);
border-radius: 24px;
background: rgba(255, 255, 255, 0.74);
padding: 20px;
}
.card h3,
.section h3 {
margin: 0 0 10px;
font-size: 22px;
}
.card p,
.section p,
.section li {
color: var(--muted);
line-height: 1.7;
}
.section {
margin-top: 18px;
padding: 24px;
}
.feature-list {
display: grid;
gap: 14px;
padding: 0;
list-style: none;
margin: 18px 0 0;
}
.feature-list li {
border: 1px solid var(--line);
border-radius: 20px;
background: rgba(255, 255, 255, 0.72);
padding: 14px 16px;
}
.feature-list strong {
color: var(--text);
display: block;
margin-bottom: 4px;
}
.telegram {
display: grid;
grid-template-columns: 220px minmax(0, 1fr);
gap: 20px;
align-items: center;
}
.telegram-qr {
border: 1px solid var(--line);
border-radius: 24px;
background: #fff;
padding: 14px;
width: min(220px, 100%);
}
.telegram-qr img {
display: block;
width: 100%;
height: auto;
image-rendering: pixelated;
}
.telegram a {
color: var(--accent);
font-weight: 700;
text-decoration: none;
}
[data-lang] { display: none; }
[data-lang].active { display: block; }
@media (max-width: 920px) {
.hero,
.grid,
.screenshot-lead,
.capability-grid,
.philosophy,
.origin,
.telegram {
grid-template-columns: 1fr;
}
.screenshot-lead {
display: block;
}
.capability-head {
flex-direction: column;
}
.topbar {
align-items: start;
flex-direction: column;
}
}
</style>
</head>
<body>
<div class="page">
<div class="topbar">
<div class="brand">
<h1>CodexTools</h1>
<p data-lang="en" class="active">
A standalone desktop manager for Codex setup, launch, connection modes, UI enhancements, scripts, diagnostics, and repair workflows.
</p>
<p data-lang="zh">
一个独立桌面管理器,用来集中处理 Codex 安装配置、启动、连接模式、界面增强、脚本、诊断和修复流程。
</p>
</div>
<div class="lang-switch">
<button class="active" data-switch="en" type="button">English</button>
<button data-switch="zh" type="button">中文</button>
</div>
</div>
<section class="hero">
<div class="hero-copy">
<div data-lang="en" class="active">
<h2>A clearer control center for running Codex locally.</h2>
<p>
CodexTools packages the Go backend, desktop launcher, React manager, relay tools, repair actions, and user-facing enhancements into one project. The interface is built for people who want to start Codex, pick a connection mode, fix common problems, and keep useful page tools available without editing config files by hand.
</p>
<div class="hero-links">
<a class="primary" href="../README.md">Open README</a>
<a class="secondary" href="./downloads.html">Downloads</a>
<a class="secondary" href="https://t.me/wanai8">Telegram</a>
</div>
</div>
<div data-lang="zh">
<h2>一个更清楚的本地 Codex 控制中心。</h2>
<p>
CodexTools 把 Go 后端、桌面启动器、React 管理界面、中转工具、修复动作和常用页面增强集中到一个项目里。普通用户可以直接启动 Codex、选择连接模式、处理常见问题,不需要手动编辑本地配置文件。
</p>
<div class="hero-links">
<a class="primary" href="../README.zh-CN.md">查看说明</a>
<a class="secondary" href="./downloads.html">下载页面</a>
<a class="secondary" href="https://t.me/wanai8">电报群</a>
</div>
</div>
</div>
<div class="hero-shot">
<div data-lang="en" class="active">
<h3>Repository contents</h3>
<pre>main.go entry point
manager.go HTTP manager + commands
launcher.go silent launcher
helper.go helper server + relay proxy
bridge.go CDP bridge injection
settings.go settings + dist lookup
relay.go relay configuration
repair.go repair + provider sync
scripts.go user scripts + market
entrypoints.go desktop entries + watcher
diagnostics.go logs + support reports
types.go/util.go shared structures + helpers
web/ React + Vite UI
docs/ GitHub Pages assets</pre>
</div>
<div data-lang="zh">
<h3>仓库内容结构</h3>
<pre>main.go 程序入口
manager.go HTTP 管理器与命令分发
launcher.go 静默启动器
helper.go helper 服务与中转代理
bridge.go CDP 桥接注入
settings.go 设置与前端产物查找
relay.go 中转配置
repair.go 修复与 Provider 同步
scripts.go 用户脚本与脚本市场
entrypoints.go 桌面入口与 watcher
diagnostics.go 日志与诊断报告
types.go/util.go 共享结构与工具函数
web/ React + Vite 前端
docs/ GitHub Pages 资源</pre>
</div>
</div>
</section>
<div class="grid">
<article class="card">
<div data-lang="en" class="active">
<h3>Standalone structure</h3>
<p>The web UI lives in `web/`, while the Go backend is split by manager, launcher, relay, bridge, repair, scripts, diagnostics, and shared helpers. Release builds still use one `package main` for simple desktop packaging.</p>
</div>
<div data-lang="zh">
<h3>独立结构</h3>
<p>前端在 `web/`,Go 后端按管理器、启动器、中转、桥接、修复、脚本、诊断和共享工具拆分。发布构建仍保留同一个 `package main`,便于桌面包继续使用现有构建方式。</p>
</div>
</article>
<article class="card">
<div data-lang="en" class="active">
<h3>Practical UI</h3>
<p>The first screen prioritizes launch, connection, health checks, and repair actions instead of exposing every setting up front.</p>
</div>
<div data-lang="zh">
<h3>实用界面</h3>
<p>首页优先展示启动、连接、状态检查和修复入口,而不是一开始就把所有设置堆出来。</p>
</div>
</article>
<article class="card">
<div data-lang="en" class="active">
<h3>Operations built in</h3>
<p>Relay setup, script market operations, diagnostics, logs, and legacy conversation repair remain available inside one manager.</p>
</div>
<div data-lang="zh">
<h3>运维能力内置</h3>
<p>Relay 配置、脚本市场、诊断报告、日志和旧对话修复都保留在同一个管理器中。</p>
</div>
</article>
</div>
<section class="section screenshots">
<div data-lang="en" class="active">
<div class="screenshot-lead">
<div>
<h3>Manager screenshots</h3>
<p>
The desktop manager is organized around everyday actions: start Codex, confirm connection mode, finish first-run setup, and keep page enhancements visible without editing local files by hand.
</p>
</div>
</div>
<div class="shot-grid">
<article class="shot-card">
<img src="./assets/screenshot-home.png" alt="CodexTools home dashboard showing launch status, connection mode, UI enhancement mode, and repair entry points" />
<div class="shot-caption">
<h4>Home dashboard</h4>
<p>The first screen shows whether the local setup is ready, exposes the primary launch button, and keeps connection, UI features, and repair entry points close together.</p>
</div>
</article>
<article class="shot-card">
<img src="./assets/screenshot-onboarding.png" alt="CodexTools beginner guide showing system detection, Codex install status, CCSwitch import, mode selection, and launch steps" />
<div class="shot-caption">
<h4>Beginner guide</h4>
<p>The guided flow checks platform and architecture, confirms Codex installation, imports CCSwitch providers, selects the connection mode, and ends at launch.</p>
</div>
</article>
</div>
</div>
<div data-lang="zh">
<div class="screenshot-lead">
<div>
<h3>管理器界面截图</h3>
<p>
桌面管理器围绕日常操作组织:启动 Codex、确认连接模式、完成新手配置,并把页面增强能力放在可见位置,不需要手动找本地配置文件。
</p>
</div>
</div>
<div class="shot-grid">
<article class="shot-card">
<img src="./assets/screenshot-home.png" alt="CodexTools 首页仪表盘,展示启动状态、连接模式、界面增强模式和修复入口" />
<div class="shot-caption">
<h4>首页仪表盘</h4>
<p>首页直接显示本地环境是否就绪,提供主要启动按钮,并把连接服务、界面功能、入口修复和关键状态集中到一个页面。</p>
</div>
</article>
<article class="shot-card">
<img src="./assets/screenshot-onboarding.png" alt="CodexTools 新手引导,展示系统识别、Codex 安装状态、CCSwitch 导入、模式选择和启动步骤" />
<div class="shot-caption">
<h4>新手安装引导</h4>
<p>新手流程按顺序完成系统识别、Codex 安装检查、CCSwitch 导入、连接模式选择和启动,降低第一次配置成本。</p>
</div>
</article>
</div>
</div>
</section>
<section class="section capabilities">
<div data-lang="en" class="active">
<div class="capability-head">
<div>
<h3>What is already built</h3>
<p>
The current project is more than a wrapper. It includes the desktop manager, first-run guide, connection mode management, page enhancements, script center, repair tools, diagnostics, and packaged downloads.
</p>
</div>
<span class="capability-badge">Current scope</span>
</div>
<div class="capability-grid">
<article class="capability-item">
<strong>Desktop packages</strong>
<p>macOS and Windows downloads are published from this standalone repository, including installer-style and portable package options.</p>
</article>
<article class="capability-item">
<strong>Guided setup</strong>
<p>The beginner flow checks system status, detects Codex, imports CCSwitch providers, selects a connection mode, and ends at launch.</p>
</article>
<article class="capability-item">
<strong>Connection modes</strong>
<p>Official login, mixed API, and relay API workflows are managed from one screen with provider selection and connectivity checks.</p>
</article>
<article class="capability-item">
<strong>Support tooling</strong>
<p>Repair actions, provider sync, logs, and copyable diagnostics are built in so users can recover or ask for help with useful context.</p>
</article>
</div>
</div>
<div data-lang="zh">
<div class="capability-head">
<div>
<h3>目前已经做好的功能</h3>
<p>
当前项目不只是一个启动壳,已经包含桌面管理器、新手引导、连接模式管理、页面增强、脚本中心、修复工具、诊断报告和下载包发布。
</p>
</div>
<span class="capability-badge">当前范围</span>
</div>
<div class="capability-grid">
<article class="capability-item">
<strong>桌面下载包</strong>
<p>macOS 和 Windows 下载包已经从这个独立仓库发布,包含安装包和便携包等使用方式。</p>
</article>
<article class="capability-item">
<strong>新手引导</strong>
<p>按顺序检查系统、识别 Codex、导入 CCSwitch 供应商、选择连接模式,并最终进入启动。</p>
</article>
<article class="capability-item">
<strong>连接模式</strong>
<p>官方登录、官方混合 API 和中转 API 都集中在一个界面里管理,支持供应商选择和连通性检查。</p>
</article>
<article class="capability-item">
<strong>支持工具</strong>
<p>内置修复动作、历史会话同步、日志和可复制诊断报告,方便用户恢复环境或带着有效信息求助。</p>
</article>
</div>
</div>
</section>
<section class="section">
<div data-lang="en" class="active">
<h3>Detailed feature layout</h3>
<ul class="feature-list">
<li><strong>Home surface</strong>Launch, inspect current status, and jump directly to the next repair action.</li>
<li><strong>Connection management</strong>Configure official login, compatible APIs, relay profiles, protocols, and relay tests.</li>
<li><strong>Enhancement controls</strong>Toggle UI enhancement capabilities and switch launch behavior by mode.</li>
<li><strong>Script center</strong>Install, enable, disable, update, and remove user scripts from one place.</li>
<li><strong>Repair and maintenance</strong>Fix entry paths, shortcuts, backend state, and other local setup issues.</li>
<li><strong>Logs and diagnostics</strong>Expose readable runtime logs and copyable diagnostics for support workflows.</li>
</ul>
</div>
<div data-lang="zh">
<h3>功能详细布置</h3>
<ul class="feature-list">
<li><strong>首页启动面板</strong>直接启动、查看当前状态,并跳到下一步需要处理的修复动作。</li>
<li><strong>连接方式管理</strong>配置官方登录、兼容 API、中转配置、协议和连通性测试。</li>
<li><strong>增强功能控制</strong>统一管理增强功能,并按模式切换启动行为。</li>
<li><strong>脚本中心</strong>在同一处完成用户脚本安装、启用、禁用、更新和移除。</li>
<li><strong>修复与维护</strong>处理入口路径、快捷方式、后端状态和其他本地环境问题。</li>
<li><strong>日志与诊断</strong>提供可读日志和可复制诊断报告,方便排查和支持沟通。</li>
</ul>
</div>
</section>
<section class="section philosophy">
<div>
<div data-lang="en" class="active">
<h3>Project philosophy</h3>
<p>
The reason for rebuilding this project is simple: I want more people to be able to use it. The original project created a useful foundation, but as the code, product direction, and community expectations evolved, there were differences in direction and some practical reasons to explore a separate branch.
</p>
<p>
CodexTools is that branch. It is built from my own thinking about the manager experience, while still respecting the open-source spirit that made this work possible in the first place. The goal is not to close the door behind one path, but to keep another path open for people who need a simpler, more accessible, and more actively shaped tool.
</p>
</div>
<div data-lang="zh">
<h3>项目理念</h3>
<p>
重构这个项目的第一个原因,是希望让更多人真正用得上。原项目提供了有价值的基础,但随着代码、产品方向和社区需求变化,项目路线中也出现了一些分歧,以及一些现实层面的原因,所以我希望基于自己的想法继续重构,并发展出一个独立分支。
</p>
<p>
CodexTools 就是这个分支。它延续开源开放的精神,不是为了否定原项目,而是为了保留另一条可以继续探索的路径:让工具更容易安装、更容易理解,也更适合普通用户长期使用。
</p>
</div>
</div>
<div class="philosophy-note">
<div data-lang="en" class="active">
<strong>No sponsorship or donation</strong>
<p>
This project does not accept sponsorships or donations. It is maintained as an open, community-oriented open-source project, with the code and direction kept public for anyone who wants to study, use, discuss, or fork it.
</p>
<p>
This open-source project is linked with and recognized by the LINUX DO community: <a href="https://linux.do/">https://linux.do/</a>
</p>
</div>
<div data-lang="zh">
<strong>不接受赞助和捐助</strong>
<p>
本项目不接受任何赞助,也不接受捐助。它会以开放式开源项目的方式维护,代码和方向保持公开,欢迎使用、学习、讨论和继续分支发展。
</p>
<p>
我的开源项目已链接认可 LINUX DO 社区:<a href="https://linux.do/">https://linux.do/</a>
</p>
</div>
</div>
</section>
<section class="section origin">
<div>
<div data-lang="en" class="active">
<h3>Project origin and thanks</h3>
<p>
CodexTools is a standalone Go refactor and manager UI project based on the earlier Codex++ work. Thanks to the original Codex++ project for the foundation, workflow ideas, and user-facing tool direction.
</p>
<div class="origin-actions">
<a href="https://github.com/BigPizzaV3/CodexPlusPlus">Original project</a>
<a href="https://github.com/hereww/CodexPlusPlus">Refactor source</a>
</div>
</div>
<div data-lang="zh">
<h3>项目来源与鸣谢</h3>
<p>
CodexTools 是基于早期 Codex++ 工作继续拆分出的独立 Go 重构和管理器界面项目。感谢原 Codex++ 项目提供的基础能力、工作流思路和面向用户的工具方向。
</p>
<div class="origin-actions">
<a href="https://github.com/BigPizzaV3/CodexPlusPlus">原始项目</a>
<a href="https://github.com/hereww/CodexPlusPlus">重构来源</a>
</div>
</div>
</div>
<div class="origin-panel">
<div data-lang="en" class="active">
<h3>Navigation</h3>
<a href="https://github.com/BigPizzaV3/CodexPlusPlus">github.com/BigPizzaV3/CodexPlusPlus</a>
<a href="https://github.com/hereww/CodexPlusPlus">github.com/hereww/CodexPlusPlus</a>
<a href="https://github.com/hereww/codextools">github.com/hereww/codextools</a>
</div>
<div data-lang="zh">
<h3>项目导航</h3>
<a href="https://github.com/BigPizzaV3/CodexPlusPlus">github.com/BigPizzaV3/CodexPlusPlus</a>
<a href="https://github.com/hereww/CodexPlusPlus">github.com/hereww/CodexPlusPlus</a>
<a href="https://github.com/hereww/codextools">github.com/hereww/codextools</a>
</div>
</div>
</section>
<section class="section telegram">
<div class="telegram-qr">
<img src="./assets/telegram-qr.png" alt="Telegram group QR code for https://t.me/wanai8" />
</div>
<div>
<div data-lang="en" class="active">
<h3>Telegram community</h3>
<p>Join the user group for installation help, relay setup questions, and release follow-up.</p>
<p><a href="https://t.me/wanai8">https://t.me/wanai8</a></p>
</div>
<div data-lang="zh">
<h3>Telegram 交流群</h3>
<p>用于安装协助、Relay 配置交流和版本更新跟进。</p>
<p><a href="https://t.me/wanai8">https://t.me/wanai8</a></p>
</div>
</div>
</section>
</div>
<script>
const buttons = document.querySelectorAll("[data-switch]");
const blocks = document.querySelectorAll("[data-lang]");
function setLanguage(lang) {
document.documentElement.lang = lang === "zh" ? "zh-CN" : "en";
buttons.forEach((button) => {
button.classList.toggle("active", button.getAttribute("data-switch") === lang);
});
blocks.forEach((block) => {
block.classList.toggle("active", block.getAttribute("data-lang") === lang);
});
}
buttons.forEach((button) => {
button.addEventListener("click", () => setLanguage(button.getAttribute("data-switch")));
});
setLanguage("en");
</script>
</body>
</html>