-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate_log.txt
More file actions
822 lines (822 loc) · 105 KB
/
Copy pathupdate_log.txt
File metadata and controls
822 lines (822 loc) · 105 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
2026-07-02 15:12:21,880 - INFO - [ollama] 尝试使用 GitHub API: https://api.github.com/repos/ollama/ollama/releases/latest
2026-07-02 15:12:22,831 - INFO - [ollama] 从 GitHub API 中找到下载链接: https://github.com/ollama/ollama/releases/download/v0.31.1/Ollama-darwin.zip
2026-07-02 15:12:22,832 - INFO - [ollama] 通过 GitHub API 找到最新版本: v0.31.1
2026-07-02 15:12:22,836 - INFO - [opencode] 尝试使用 GitHub API: https://api.github.com/repos/sst/opencode/releases/latest
2026-07-02 15:12:25,339 - INFO - [opencode] 从 GitHub API 中找到下载链接: https://github.com/anomalyco/opencode/releases/download/v1.17.13/opencode-desktop-mac-arm64.dmg
2026-07-02 15:12:25,340 - INFO - [opencode] 通过 GitHub API 找到最新版本: v1.17.13
2026-07-02 15:12:25,343 - INFO - [aichat] 尝试使用 GitHub API: https://api.github.com/repos/sigoden/aichat/releases/latest
2026-07-02 15:12:26,227 - INFO - [aichat] 从 GitHub API 中找到下载链接: https://github.com/sigoden/aichat/releases/download/v0.30.0/aichat-v0.30.0-aarch64-apple-darwin.tar.gz
2026-07-02 15:12:26,228 - INFO - [aichat] 通过 GitHub API 找到最新版本: v0.30.0
2026-07-02 15:12:26,231 - INFO - [roo_code] 尝试使用 GitHub API: https://api.github.com/repos/RooCodeInc/Roo-Code/releases/latest
2026-07-02 15:12:27,079 - INFO - [roo_code] 从 GitHub API 中找到下载链接: https://github.com/RooCodeInc/Roo-Code/releases/download/v3.54.0/roo-cline-3.54.0.vsix
2026-07-02 15:12:27,080 - INFO - [roo_code] 通过 GitHub API 找到最新版本: v3.54.0
2026-07-02 15:12:27,083 - INFO - [ollama] 尝试使用 GitHub API: https://api.github.com/repos/ollama/ollama/releases/latest
2026-07-02 15:12:30,124 - INFO - [ollama] 从 GitHub API 中找到下载链接: https://github.com/ollama/ollama/releases/download/v0.31.1/ollama-linux-amd64.tar.zst
2026-07-02 15:12:30,124 - INFO - [ollama] 通过 GitHub API 找到最新版本: v0.31.1
2026-07-02 15:12:30,128 - INFO - [opencode] 尝试使用 GitHub API: https://api.github.com/repos/sst/opencode/releases/latest
2026-07-02 15:12:31,106 - INFO - [opencode] 从 GitHub API 中找到下载链接: https://github.com/anomalyco/opencode/releases/download/v1.17.13/opencode-desktop-linux-x86_64.AppImage
2026-07-02 15:12:31,107 - INFO - [opencode] 通过 GitHub API 找到最新版本: v1.17.13
2026-07-02 15:12:31,111 - INFO - [aichat] 尝试使用 GitHub API: https://api.github.com/repos/sigoden/aichat/releases/latest
2026-07-02 15:12:31,823 - INFO - [aichat] 从 GitHub API 中找到下载链接: https://github.com/sigoden/aichat/releases/download/v0.30.0/aichat-v0.30.0-x86_64-unknown-linux-musl.tar.gz
2026-07-02 15:12:31,823 - INFO - [aichat] 通过 GitHub API 找到最新版本: v0.30.0
2026-07-02 15:12:31,827 - INFO - [roo_code] 尝试使用 GitHub API: https://api.github.com/repos/RooCodeInc/Roo-Code/releases/latest
2026-07-02 15:12:32,548 - INFO - [roo_code] 从 GitHub API 中找到下载链接: https://github.com/RooCodeInc/Roo-Code/releases/download/v3.54.0/roo-cline-3.54.0.vsix
2026-07-02 15:12:32,549 - INFO - [roo_code] 通过 GitHub API 找到最新版本: v3.54.0
2026-07-02 15:12:32,551 - INFO - [zed] 尝试使用 GitHub API: https://api.github.com/repos/zed-industries/zed/releases/latest
2026-07-02 15:12:33,441 - INFO - [zed] 从 GitHub API 中找到下载链接: https://github.com/zed-industries/zed/releases/download/v1.9.0/Zed-aarch64.dmg
2026-07-02 15:12:33,441 - INFO - [zed] 通过 GitHub API 找到最新版本: v1.9.0
2026-07-02 15:12:33,445 - INFO - [zed] 尝试使用 GitHub API: https://api.github.com/repos/zed-industries/zed/releases/latest
2026-07-02 15:12:37,151 - INFO - [zed] 从 GitHub API 中找到下载链接: https://github.com/zed-industries/zed/releases/download/v1.9.0/zed-linux-x86_64.tar.gz
2026-07-02 15:12:37,151 - INFO - [zed] 通过 GitHub API 找到最新版本: v1.9.0
2026-07-02 15:48:14,578 - INFO - [calendar_diary] 尝试使用 GitHub API: https://api.github.com/repos/trustdev-org/calendar-diary/releases/latest
2026-07-02 15:48:15,439 - INFO - [calendar_diary] 从 GitHub API 中找到下载链接: https://github.com/trustdev-org/calendar-diary/releases/download/v0.2.0/CalendarDiary.Setup.0.2.0-beta.exe
2026-07-02 15:48:15,439 - INFO - [calendar_diary] 通过 GitHub API 找到最新版本: v0.2.0
2026-07-03 17:09:21,971 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 718 项
2026-07-03 17:10:37,782 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 718 项
2026-07-03 17:14:19,814 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 718 项
2026-07-06 14:44:49,233 - INFO - 已从配置目录合并:apps — windows 721 项
2026-07-06 17:10:21,292 - INFO - 已从配置目录合并:apps — windows 721 项, darwin 599 项, linux 593 项
2026-07-06 17:23:03,633 - INFO - 已从配置目录合并:apps — windows 721 项
2026-07-06 17:25:44,137 - INFO - 已从配置目录合并:dist\release\gh-release-fetch-windows-5ca5139\apps — windows 721 项
2026-07-07 14:33:45,213 - INFO - 已从配置目录合并:apps — windows 722 项
2026-07-08 11:51:29,176 - INFO - 已从配置目录合并:apps — windows 723 项, darwin 601 项, linux 595 项
2026-07-08 14:27:45,482 - INFO - 已从配置目录合并:apps — windows 723 项, darwin 601 项, linux 595 项
2026-07-08 14:28:07,021 - INFO - 已从配置目录合并:apps — windows 723 项
2026-07-08 14:28:07,032 - INFO - 已从配置目录合并:apps — darwin 601 项
2026-07-08 14:28:07,042 - INFO - 已从配置目录合并:apps — linux 595 项
2026-07-09 15:43:13,358 - INFO - 已从配置目录合并:apps — windows 724 项, darwin 603 项, linux 596 项
2026-07-09 15:43:13,359 - INFO - [esearch] 尝试使用 GitHub API: https://api.github.com/repos/xushengfeng/eSearch/releases/latest
2026-07-09 15:43:14,305 - INFO - [esearch] 从 GitHub API 中找到下载链接: https://github.com/xushengfeng/eSearch/releases/download/15.3.3/eSearch-15.3.3-win32-x64.exe
2026-07-09 15:43:14,306 - INFO - [esearch] 通过 GitHub API 找到最新版本: v15.3.3
2026-07-09 15:43:14,307 - INFO - [esearch_macos_aarch64] 尝试使用 GitHub API: https://api.github.com/repos/xushengfeng/eSearch/releases/latest
2026-07-09 15:43:14,954 - INFO - [esearch_macos_aarch64] 从 GitHub API 中找到下载链接: https://github.com/xushengfeng/eSearch/releases/download/15.3.3/eSearch-15.3.3-darwin-arm64.dmg
2026-07-09 15:43:14,954 - INFO - [esearch_macos_aarch64] 通过 GitHub API 找到最新版本: v15.3.3
2026-07-09 15:43:14,956 - INFO - [esearch_macos_x64] 尝试使用 GitHub API: https://api.github.com/repos/xushengfeng/eSearch/releases/latest
2026-07-09 15:43:15,734 - INFO - [esearch_macos_x64] 从 GitHub API 中找到下载链接: https://github.com/xushengfeng/eSearch/releases/download/15.3.3/eSearch-15.3.3-darwin-x64.dmg
2026-07-09 15:43:15,734 - INFO - [esearch_macos_x64] 通过 GitHub API 找到最新版本: v15.3.3
2026-07-09 15:43:15,737 - INFO - [esearch_linux_amd64] 尝试使用 GitHub API: https://api.github.com/repos/xushengfeng/eSearch/releases/latest
2026-07-09 15:43:16,493 - INFO - [esearch_linux_amd64] 从 GitHub API 中找到下载链接: https://github.com/xushengfeng/eSearch/releases/download/15.3.3/eSearch-15.3.3-linux-x64.deb
2026-07-09 15:43:16,493 - INFO - [esearch_linux_amd64] 通过 GitHub API 找到最新版本: v15.3.3
2026-07-10 10:58:04,078 - INFO - [comfyui_nvidia] 尝试使用 GitHub API: https://api.github.com/repos/comfyanonymous/ComfyUI/releases/latest
2026-07-10 10:58:10,003 - INFO - [comfyui_nvidia] 从 GitHub API 中找到下载链接: https://github.com/Comfy-Org/ComfyUI/releases/download/v0.27.0/ComfyUI_windows_portable_nvidia.7z
2026-07-10 10:58:10,004 - INFO - [comfyui_nvidia] 通过 GitHub API 找到最新版本: v0.27.0
2026-07-10 10:58:10,007 - INFO - [whisper_cpp_win] 尝试使用 GitHub API: https://api.github.com/repos/ggml-org/whisper.cpp/releases/latest
2026-07-10 10:58:10,933 - INFO - [whisper_cpp_win] 从 GitHub API 中找到下载链接: https://github.com/ggml-org/whisper.cpp/releases/download/v1.9.1/whisper-bin-x64.zip
2026-07-10 10:58:10,933 - INFO - [whisper_cpp_win] 通过 GitHub API 找到最新版本: v1.9.1
2026-07-10 10:58:10,937 - INFO - [textgen_webui_win_cpu] 尝试使用 GitHub API: https://api.github.com/repos/oobabooga/text-generation-webui/releases/latest
2026-07-10 10:58:13,759 - INFO - [textgen_webui_win_cpu] 从 GitHub API 中找到下载链接: https://github.com/oobabooga/textgen/releases/download/v4.9/textgen-portable-4.9-windows-cpu.zip
2026-07-10 10:58:13,759 - INFO - [textgen_webui_win_cpu] 通过 GitHub API 找到最新版本: v4.9
2026-07-10 10:58:13,762 - INFO - [textgen_webui_linux_cpu] 尝试使用 GitHub API: https://api.github.com/repos/oobabooga/text-generation-webui/releases/latest
2026-07-10 10:58:17,505 - INFO - [textgen_webui_linux_cpu] 从 GitHub API 中找到下载链接: https://github.com/oobabooga/textgen/releases/download/v4.9/textgen-portable-4.9-linux-cpu.tar.gz
2026-07-10 10:58:17,506 - INFO - [textgen_webui_linux_cpu] 通过 GitHub API 找到最新版本: v4.9
2026-07-10 10:58:29,511 - INFO - [comfyui_nvidia] 尝试使用 GitHub API: https://api.github.com/repos/comfyanonymous/ComfyUI/releases/latest
2026-07-10 10:58:30,466 - INFO - [comfyui_nvidia] 从 GitHub API 中找到下载链接: https://github.com/Comfy-Org/ComfyUI/releases/download/v0.27.0/ComfyUI_windows_portable_nvidia.7z
2026-07-10 10:58:30,467 - INFO - [comfyui_nvidia] 通过 GitHub API 找到最新版本: v0.27.0
2026-07-10 10:58:38,615 - INFO - [whisper_cpp_win] 尝试使用 GitHub API: https://api.github.com/repos/ggml-org/whisper.cpp/releases/latest
2026-07-10 10:58:39,365 - INFO - [whisper_cpp_win] 从 GitHub API 中找到下载链接: https://github.com/ggml-org/whisper.cpp/releases/download/v1.9.1/whisper-bin-x64.zip
2026-07-10 10:58:39,365 - INFO - [whisper_cpp_win] 通过 GitHub API 找到最新版本: v1.9.1
2026-07-10 10:58:40,613 - INFO - [textgen_webui_win_cpu] 尝试使用 GitHub API: https://api.github.com/repos/oobabooga/text-generation-webui/releases/latest
2026-07-10 10:58:42,461 - INFO - [textgen_webui_win_cpu] 从 GitHub API 中找到下载链接: https://github.com/oobabooga/textgen/releases/download/v4.9/textgen-portable-4.9-windows-cpu.zip
2026-07-10 10:58:42,462 - INFO - [textgen_webui_win_cpu] 通过 GitHub API 找到最新版本: v4.9
2026-07-10 10:59:11,072 - INFO - [whisper_cpp_linux] 尝试使用 GitHub API: https://api.github.com/repos/ggml-org/whisper.cpp/releases/latest
2026-07-10 10:59:11,591 - INFO - [whisper_cpp_linux] 从 GitHub API 中找到下载链接: https://github.com/ggml-org/whisper.cpp/releases/download/v1.9.1/whisper-bin-ubuntu-x64.tar.gz
2026-07-10 10:59:11,592 - INFO - [whisper_cpp_linux] 通过 GitHub API 找到最新版本: v1.9.1
2026-07-10 10:59:13,160 - INFO - [textgen_webui_macos_arm64] 尝试使用 GitHub API: https://api.github.com/repos/oobabooga/text-generation-webui/releases/latest
2026-07-10 10:59:15,003 - INFO - [textgen_webui_macos_arm64] 从 GitHub API 中找到下载链接: https://github.com/oobabooga/textgen/releases/download/v4.9/textgen-portable-4.9-macos-arm64.tar.gz
2026-07-10 10:59:15,003 - INFO - [textgen_webui_macos_arm64] 通过 GitHub API 找到最新版本: v4.9
2026-07-10 10:59:18,420 - INFO - [textgen_webui_macos_x64] 尝试使用 GitHub API: https://api.github.com/repos/oobabooga/text-generation-webui/releases/latest
2026-07-10 10:59:18,767 - INFO - [textgen_webui_macos_x64] 从 GitHub API 中找到下载链接: https://github.com/oobabooga/textgen/releases/download/v4.9/textgen-portable-4.9-macos-x86_64.tar.gz
2026-07-10 10:59:18,768 - INFO - [textgen_webui_macos_x64] 通过 GitHub API 找到最新版本: v4.9
2026-07-10 11:00:17,391 - INFO - [textgen_webui] 尝试使用 GitHub API: https://api.github.com/repos/oobabooga/text-generation-webui/releases/latest
2026-07-10 11:00:18,860 - INFO - [textgen_webui] 从 GitHub API 中找到下载链接: https://github.com/oobabooga/textgen/releases/download/v4.9/textgen-portable-4.9-macos-arm64.tar.gz
2026-07-10 11:00:18,861 - INFO - [textgen_webui] 通过 GitHub API 找到最新版本: v4.9
2026-07-10 11:00:18,866 - INFO - [textgen_webui_intel] 尝试使用 GitHub API: https://api.github.com/repos/oobabooga/text-generation-webui/releases/latest
2026-07-10 11:00:19,856 - INFO - [textgen_webui_intel] 从 GitHub API 中找到下载链接: https://github.com/oobabooga/textgen/releases/download/v4.9/textgen-portable-4.9-macos-x86_64.tar.gz
2026-07-10 11:00:19,856 - INFO - [textgen_webui_intel] 通过 GitHub API 找到最新版本: v4.9
2026-07-10 11:00:19,868 - INFO - [textgen_webui] 尝试使用 GitHub API: https://api.github.com/repos/oobabooga/text-generation-webui/releases/latest
2026-07-10 11:00:20,756 - INFO - [textgen_webui] 从 GitHub API 中找到下载链接: https://github.com/oobabooga/textgen/releases/download/v4.9/textgen-portable-4.9-linux-cpu.tar.gz
2026-07-10 11:00:20,756 - INFO - [textgen_webui] 通过 GitHub API 找到最新版本: v4.9
2026-07-10 11:00:20,761 - INFO - [whisper_cpp] 尝试使用 GitHub API: https://api.github.com/repos/ggml-org/whisper.cpp/releases/latest
2026-07-10 11:00:21,508 - INFO - [whisper_cpp] 从 GitHub API 中找到下载链接: https://github.com/ggml-org/whisper.cpp/releases/download/v1.9.1/whisper-bin-ubuntu-x64.tar.gz
2026-07-10 11:00:21,508 - INFO - [whisper_cpp] 通过 GitHub API 找到最新版本: v1.9.1
2026-07-10 11:00:21,524 - INFO - [comfyui] 尝试使用 GitHub API: https://api.github.com/repos/comfyanonymous/ComfyUI/releases/latest
2026-07-10 11:00:22,385 - INFO - [comfyui] 从 GitHub API 中找到下载链接: https://github.com/Comfy-Org/ComfyUI/releases/download/v0.27.0/ComfyUI_windows_portable_nvidia.7z
2026-07-10 11:00:22,385 - INFO - [comfyui] 通过 GitHub API 找到最新版本: v0.27.0
2026-07-10 11:00:22,388 - INFO - [textgen_webui] 尝试使用 GitHub API: https://api.github.com/repos/oobabooga/text-generation-webui/releases/latest
2026-07-10 11:00:22,689 - INFO - [textgen_webui] 从 GitHub API 中找到下载链接: https://github.com/oobabooga/textgen/releases/download/v4.9/textgen-portable-4.9-windows-cpu.zip
2026-07-10 11:00:22,690 - INFO - [textgen_webui] 通过 GitHub API 找到最新版本: v4.9
2026-07-10 11:00:22,696 - INFO - [whisper_cpp] 尝试使用 GitHub API: https://api.github.com/repos/ggml-org/whisper.cpp/releases/latest
2026-07-10 11:00:22,966 - INFO - [whisper_cpp] 从 GitHub API 中找到下载链接: https://github.com/ggml-org/whisper.cpp/releases/download/v1.9.1/whisper-bin-x64.zip
2026-07-10 11:00:22,966 - INFO - [whisper_cpp] 通过 GitHub API 找到最新版本: v1.9.1
2026-07-10 12:06:04,132 - INFO - [ccometixline] 尝试使用 GitHub API: https://api.github.com/repos/Haleclipse/CCometixLine/releases/latest
2026-07-10 12:06:05,032 - INFO - [ccometixline] 通过 GitHub API 找到最新版本: v1.1.2
2026-07-10 12:06:05,035 - INFO - [picoclaw] 尝试使用 GitHub API: https://api.github.com/repos/sipeed/picoclaw/releases/latest
2026-07-10 12:06:05,968 - INFO - [picoclaw] 通过 GitHub API 找到最新版本: v0.3.1
2026-07-10 12:06:23,926 - INFO - [ccometixline] 尝试使用 GitHub API: https://api.github.com/repos/Haleclipse/CCometixLine/releases/latest
2026-07-10 12:06:24,667 - INFO - [ccometixline] 从 GitHub API 中找到下载链接: https://github.com/Haleclipse/CCometixLine/releases/download/v1.1.2/ccline-windows-x64.zip
2026-07-10 12:06:24,667 - INFO - [ccometixline] 通过 GitHub API 找到最新版本: v1.1.2
2026-07-10 12:06:25,900 - INFO - [picoclaw] 尝试使用 GitHub API: https://api.github.com/repos/sipeed/picoclaw/releases/latest
2026-07-10 12:06:26,834 - INFO - [picoclaw] 通过 GitHub API 找到最新版本: v0.3.1
2026-07-10 12:08:54,611 - INFO - [ccometixline] 尝试使用 GitHub API: https://api.github.com/repos/Haleclipse/CCometixLine/releases/latest
2026-07-10 12:08:55,501 - INFO - [ccometixline] 从 GitHub API 中找到下载链接: https://github.com/Haleclipse/CCometixLine/releases/download/v1.1.2/ccline-macos-arm64.tar.gz
2026-07-10 12:08:55,501 - INFO - [ccometixline] 通过 GitHub API 找到最新版本: v1.1.2
2026-07-10 12:08:55,506 - INFO - [picoclaw] 尝试使用 GitHub API: https://api.github.com/repos/sipeed/picoclaw/releases/latest
2026-07-10 12:08:56,454 - INFO - [picoclaw] 从 GitHub API 中找到下载链接: https://github.com/sipeed/picoclaw/releases/download/v0.3.1/picoclaw_Darwin_arm64.tar.gz
2026-07-10 12:08:56,454 - INFO - [picoclaw] 通过 GitHub API 找到最新版本: v0.3.1
2026-07-10 12:08:56,456 - INFO - [ccometixline] 尝试使用 GitHub API: https://api.github.com/repos/Haleclipse/CCometixLine/releases/latest
2026-07-10 12:08:57,119 - INFO - [ccometixline] 从 GitHub API 中找到下载链接: https://github.com/Haleclipse/CCometixLine/releases/download/v1.1.2/ccline-linux-x64.tar.gz
2026-07-10 12:08:57,119 - INFO - [ccometixline] 通过 GitHub API 找到最新版本: v1.1.2
2026-07-10 12:08:57,124 - INFO - [picoclaw] 尝试使用 GitHub API: https://api.github.com/repos/sipeed/picoclaw/releases/latest
2026-07-10 12:08:57,975 - INFO - [picoclaw] 从 GitHub API 中找到下载链接: https://github.com/sipeed/picoclaw/releases/download/v0.3.1/picoclaw_Linux_x86_64.tar.gz
2026-07-10 12:08:57,975 - INFO - [picoclaw] 通过 GitHub API 找到最新版本: v0.3.1
2026-07-10 12:08:57,978 - INFO - [ccometixline] 尝试使用 GitHub API: https://api.github.com/repos/Haleclipse/CCometixLine/releases/latest
2026-07-10 12:08:58,639 - INFO - [ccometixline] 从 GitHub API 中找到下载链接: https://github.com/Haleclipse/CCometixLine/releases/download/v1.1.2/ccline-windows-x64.zip
2026-07-10 12:08:58,640 - INFO - [ccometixline] 通过 GitHub API 找到最新版本: v1.1.2
2026-07-10 12:08:58,641 - INFO - [picoclaw] 尝试使用 GitHub API: https://api.github.com/repos/sipeed/picoclaw/releases/latest
2026-07-10 12:08:59,565 - INFO - [picoclaw] 从 GitHub API 中找到下载链接: https://github.com/sipeed/picoclaw/releases/download/v0.3.1/picoclaw_Windows_x86_64.zip
2026-07-10 12:08:59,565 - INFO - [picoclaw] 通过 GitHub API 找到最新版本: v0.3.1
2026-07-10 20:07:38,879 - INFO - [zen_browser] 尝试使用 GitHub API: https://api.github.com/repos/zen-browser/desktop/releases/latest
2026-07-10 20:07:39,736 - INFO - [zen_browser] 从 GitHub API 中找到下载链接: https://github.com/zen-browser/desktop/releases/download/1.21.6b/zen.macos-universal.dmg
2026-07-10 20:07:39,736 - INFO - [zen_browser] 通过 GitHub API 找到最新版本: 1.21.6b
2026-07-10 20:07:39,740 - INFO - [zen_browser] 尝试使用 GitHub API: https://api.github.com/repos/zen-browser/desktop/releases/latest
2026-07-10 20:07:40,429 - INFO - [zen_browser] 从 GitHub API 中找到下载链接: https://github.com/zen-browser/desktop/releases/download/1.21.6b/zen-x86_64.AppImage
2026-07-10 20:07:40,429 - INFO - [zen_browser] 通过 GitHub API 找到最新版本: 1.21.6b
2026-07-10 20:07:40,432 - INFO - [zen_browser_arm64] 尝试使用 GitHub API: https://api.github.com/repos/zen-browser/desktop/releases/latest
2026-07-10 20:07:41,144 - INFO - [zen_browser_arm64] 从 GitHub API 中找到下载链接: https://github.com/zen-browser/desktop/releases/download/1.21.6b/zen-aarch64.AppImage
2026-07-10 20:07:41,144 - INFO - [zen_browser_arm64] 通过 GitHub API 找到最新版本: 1.21.6b
2026-07-10 20:07:41,147 - INFO - [zen_browser] 尝试使用 GitHub API: https://api.github.com/repos/zen-browser/desktop/releases/latest
2026-07-10 20:07:41,813 - INFO - [zen_browser] 从 GitHub API 中找到下载链接: https://github.com/zen-browser/desktop/releases/download/1.21.6b/zen.installer.exe
2026-07-10 20:07:41,813 - INFO - [zen_browser] 通过 GitHub API 找到最新版本: 1.21.6b
2026-07-10 20:07:41,815 - INFO - [zen_browser_arm64] 尝试使用 GitHub API: https://api.github.com/repos/zen-browser/desktop/releases/latest
2026-07-10 20:07:42,465 - INFO - [zen_browser_arm64] 从 GitHub API 中找到下载链接: https://github.com/zen-browser/desktop/releases/download/1.21.6b/zen.installer-arm64.exe
2026-07-10 20:07:42,465 - INFO - [zen_browser_arm64] 通过 GitHub API 找到最新版本: 1.21.6b
2026-07-10 20:10:25,718 - INFO - [bee_count] 尝试使用 GitHub API: https://api.github.com/repos/TNT-Likely/BeeCount/releases/latest
2026-07-10 20:10:26,592 - INFO - [bee_count] 通过 GitHub API 找到最新版本: 3.5.6
2026-07-10 20:11:19,173 - INFO - [bee_count] 尝试使用 GitHub API: https://api.github.com/repos/TNT-Likely/BeeCount/releases/latest
2026-07-10 20:11:19,990 - INFO - [bee_count] 从 GitHub API 中找到下载链接: https://github.com/TNT-Likely/BeeCount/releases/download/3.5.6/beecount-3.5.6-universal.apk
2026-07-10 20:11:19,990 - INFO - [bee_count] 通过 GitHub API 找到最新版本: 3.5.6
2026-07-10 20:11:19,993 - INFO - [bee_count] 尝试使用 GitHub API: https://api.github.com/repos/TNT-Likely/BeeCount/releases/latest
2026-07-10 20:11:20,637 - INFO - [bee_count] 从 GitHub API 中找到下载链接: https://github.com/TNT-Likely/BeeCount/releases/download/3.5.6/beecount-3.5.6-signed.ipa
2026-07-10 20:11:20,637 - INFO - [bee_count] 通过 GitHub API 找到最新版本: 3.5.6
2026-07-13 14:45:07,233 - INFO - [applite] 尝试使用 GitHub API: https://api.github.com/repos/milanvarady/Applite/releases/latest
2026-07-13 14:45:07,675 - INFO - [applite] 从 GitHub API 中找到下载链接: https://github.com/milanvarady/Applite/releases/download/v1.3.1/Applite.dmg
2026-07-13 14:45:07,676 - INFO - [applite] 通过 GitHub API 找到最新版本: v1.3.1
2026-07-13 14:52:55,332 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 729 项
2026-07-13 14:52:55,333 - INFO - 使用 platforms.windows(共 729 项)
2026-07-13 14:52:55,334 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-13 14:52:56,745 - INFO - 网络探测通过:https://github.com
2026-07-13 14:52:56,746 - INFO - === [drawio] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-13 14:52:56,747 - INFO - [drawio] 正在检查最新版本: https://bgithub.xyz/jgraph/drawio-desktop/releases
2026-07-13 14:52:57,452 - WARNING - [drawio] 发布页获取失败: https://bgithub.xyz/jgraph/drawio-desktop/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/jgraph/drawio-desktop/releases
2026-07-13 14:52:57,453 - INFO - [drawio] 正在检查最新版本: https://github.com/jgraph/drawio-desktop/releases
2026-07-13 14:52:59,715 - INFO - [drawio] 已保存发布页 HTML: E:\GITHUB\已经发布\gh-release-fetch\github_page_windows_drawio.html
2026-07-13 14:52:59,997 - INFO - [drawio] 尝试从页面中查找下载链接...
2026-07-13 14:53:00,013 - INFO - [drawio] 从页面中找到下载链接: https://github.com/jgraph/drawio-desktop/releases/download/v30.3.6/draw.io-30.3.6-windows-installer.exe
2026-07-13 14:53:00,026 - INFO - [drawio] 找到最新版本: v30.3.6
2026-07-13 14:53:00,027 - INFO - [drawio] 成功使用发布页来源: https://github.com/jgraph/drawio-desktop/releases
2026-07-13 14:53:00,027 - INFO - [drawio] 同时找到下载链接: https://github.com/jgraph/drawio-desktop/releases/download/v30.3.6/draw.io-30.3.6-windows-installer.exe
2026-07-13 14:53:00,027 - INFO - 使用从页面解析的下载链接: https://github.com/jgraph/drawio-desktop/releases/download/v30.3.6/draw.io-30.3.6-windows-installer.exe
2026-07-13 14:53:00,028 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-30.3.6-windows-installer.exe [平台: windows]
2026-07-13 14:53:00,028 - INFO - 尝试下载源 1/4: https://gh-proxy.com/https://github.com/jgraph/drawio-desktop/releases/download/v30.3.6/draw.io-30.3.6-windows-installer.exe
2026-07-13 14:53:17,562 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 729 项
2026-07-13 14:53:17,562 - INFO - 使用 platforms.windows(共 729 项)
2026-07-13 14:53:17,563 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-13 14:53:19,310 - INFO - 网络探测通过:https://github.com
2026-07-13 14:53:19,311 - INFO - === [pixpin] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-13 14:53:19,311 - INFO - [pixpin] 正在检查最新版本: https://pixpin.cn/download/
2026-07-13 14:53:19,490 - INFO - [pixpin] 已保存发布页 HTML: E:\GITHUB\已经发布\gh-release-fetch\github_page_windows_pixpin.html
2026-07-13 14:53:19,499 - INFO - [pixpin] 尝试从页面中查找下载链接...
2026-07-13 14:53:19,501 - INFO - [pixpin] 从通用搜索中找到下载链接: https://down.pixpin.cn/PixPin_win_3.3.5.7.exe
2026-07-13 14:53:19,502 - INFO - [pixpin] 找到最新版本: 3.3.5.7
2026-07-13 14:53:19,503 - INFO - [pixpin] 成功使用发布页来源: https://pixpin.cn/download/
2026-07-13 14:53:19,503 - INFO - [pixpin] 同时找到下载链接: https://down.pixpin.cn/PixPin_win_3.3.5.7.exe
2026-07-13 14:53:19,503 - INFO - 使用从页面解析的下载链接: https://down.pixpin.cn/PixPin_win_3.3.5.7.exe
2026-07-13 14:53:19,504 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\PixPin_cn_zh-cn_3.3.5.7.exe [平台: windows]
2026-07-13 14:53:19,504 - INFO - 尝试下载源 1/6: https://down.pixpin.cn/PixPin_win_3.3.5.7.exe
2026-07-13 14:53:34,890 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\PixPin_cn_zh-cn_3.3.5.7.exe (66811712 字节)
2026-07-13 14:53:34,890 - INFO - 成功使用下载源 https://down.pixpin.cn/PixPin_win_3.3.5.7.exe
2026-07-13 14:53:34,892 - INFO - [pixpin] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\PixPin_cn_zh-cn_3.3.5.7.exe
2026-07-13 14:53:34,892 - INFO - 尝试终止进程: PixPin.exe
2026-07-13 14:53:35,408 - WARNING - 终止进程警告: Command '['taskkill', '/F', '/IM', 'PixPin.exe']' returned non-zero exit status 1.
2026-07-13 14:53:37,420 - INFO - 开始运行安装程序: E:\GITHUB\已经发布\gh-release-fetch\windows\PixPin_cn_zh-cn_3.3.5.7.exe
2026-07-13 14:53:37,496 - INFO - 安装程序已启动 (Popen)
2026-07-13 14:53:37,496 - INFO - === [pixpin] 完成 ===
2026-07-13 14:54:36,034 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-30.3.6-windows-installer.exe (143568512 字节)
2026-07-13 14:54:36,034 - INFO - 成功使用下载源 https://gh-proxy.com/https://github.com/jgraph/drawio-desktop/releases/download/v30.3.6/draw.io-30.3.6-windows-installer.exe
2026-07-13 14:54:36,036 - INFO - [drawio] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-30.3.6-windows-installer.exe
2026-07-13 14:54:36,036 - INFO - 开始运行安装程序: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-30.3.6-windows-installer.exe
2026-07-13 14:54:36,058 - INFO - 安装程序已启动 (Popen)
2026-07-13 14:54:36,059 - INFO - === [drawio] 完成 ===
2026-07-13 14:57:34,187 - INFO - [sucrose_wallpaper_engine] 尝试使用 GitHub API: https://api.github.com/repos/Taiizor/Sucrose/releases/latest
2026-07-13 14:57:35,319 - INFO - [sucrose_wallpaper_engine] 通过 GitHub API 找到最新版本: v26.7.5.0
2026-07-13 14:57:35,324 - INFO - [sucrose_wallpaper_engine] 尝试使用 GitHub API: https://api.github.com/repos/Taiizor/Sucrose/releases/latest
2026-07-13 14:57:36,040 - INFO - [sucrose_wallpaper_engine] 通过 GitHub API 找到最新版本: v26.7.5.0
2026-07-13 14:57:36,045 - INFO - [sucrose_wallpaper_engine] 尝试使用 GitHub API: https://api.github.com/repos/Taiizor/Sucrose/releases/latest
2026-07-13 14:57:36,697 - INFO - [sucrose_wallpaper_engine] 通过 GitHub API 找到最新版本: v26.7.5.0
2026-07-13 14:57:47,786 - INFO - [sucrose_wallpaper_engine] 尝试使用 GitHub API: https://api.github.com/repos/Taiizor/Sucrose/releases/latest
2026-07-13 14:57:48,515 - INFO - [sucrose_wallpaper_engine] 从 GitHub API 中找到下载链接: https://github.com/Taiizor/Sucrose/releases/download/v26.7.5.0/Sucrose_Bundle_.NET_Framework_4.8_x64_26.7.5.0.exe
2026-07-13 14:57:48,515 - INFO - [sucrose_wallpaper_engine] 通过 GitHub API 找到最新版本: v26.7.5.0
2026-07-13 14:58:25,385 - INFO - [sucrose_wallpaper_engine] 尝试使用 GitHub API: https://api.github.com/repos/Taiizor/Sucrose/releases/latest
2026-07-13 14:58:25,862 - INFO - [sucrose_wallpaper_engine] 从 GitHub API 中找到下载链接: https://github.com/Taiizor/Sucrose/releases/download/v26.7.5.0/Sucrose_Bundle_.NET_Framework_4.8_x64_26.7.5.0.exe
2026-07-13 14:58:25,862 - INFO - [sucrose_wallpaper_engine] 通过 GitHub API 找到最新版本: v26.7.5.0
2026-07-13 14:59:33,795 - INFO - [moekoe_music] 尝试使用 GitHub API: https://api.github.com/repos/MoeKoeMusic/MoeKoeMusic/releases/latest
2026-07-13 14:59:34,758 - INFO - [moekoe_music] 从 GitHub API 中找到下载链接: https://github.com/MoeKoeMusic/MoeKoeMusic/releases/download/v1.6.8/MoeKoe_Music_Setup_v1.6.8-x64.exe
2026-07-13 14:59:34,758 - INFO - [moekoe_music] 通过 GitHub API 找到最新版本: v1.6.8
2026-07-13 14:59:34,760 - INFO - [moekoe_music] 尝试使用 GitHub API: https://api.github.com/repos/MoeKoeMusic/MoeKoeMusic/releases/latest
2026-07-13 14:59:35,444 - INFO - [moekoe_music] 从 GitHub API 中找到下载链接: https://github.com/MoeKoeMusic/MoeKoeMusic/releases/download/v1.6.8/MoeKoe_Music_v1.6.8-x64.dmg
2026-07-13 14:59:35,445 - INFO - [moekoe_music] 通过 GitHub API 找到最新版本: v1.6.8
2026-07-13 14:59:35,448 - INFO - [moekoe_music] 尝试使用 GitHub API: https://api.github.com/repos/MoeKoeMusic/MoeKoeMusic/releases/latest
2026-07-13 14:59:36,180 - INFO - [moekoe_music] 从 GitHub API 中找到下载链接: https://github.com/MoeKoeMusic/MoeKoeMusic/releases/download/v1.6.8/MoeKoe_Music_v1.6.8-arm64.dmg
2026-07-13 14:59:36,180 - INFO - [moekoe_music] 通过 GitHub API 找到最新版本: v1.6.8
2026-07-13 14:59:36,184 - INFO - [moekoe_music] 尝试使用 GitHub API: https://api.github.com/repos/MoeKoeMusic/MoeKoeMusic/releases/latest
2026-07-13 14:59:36,958 - INFO - [moekoe_music] 从 GitHub API 中找到下载链接: https://github.com/MoeKoeMusic/MoeKoeMusic/releases/download/v1.6.8/MoeKoe_Music_v1.6.8-x86_64.AppImage
2026-07-13 14:59:36,959 - INFO - [moekoe_music] 通过 GitHub API 找到最新版本: v1.6.8
2026-07-13 15:00:03,641 - INFO - [moekoe_music] 尝试使用 GitHub API: https://api.github.com/repos/MoeKoeMusic/MoeKoeMusic/releases/latest
2026-07-13 15:00:04,335 - INFO - [moekoe_music] 从 GitHub API 中找到下载链接: https://github.com/MoeKoeMusic/MoeKoeMusic/releases/download/v1.6.8/MoeKoe_Music_v1.6.8-x64.dmg
2026-07-13 15:00:04,335 - INFO - [moekoe_music] 通过 GitHub API 找到最新版本: v1.6.8
2026-07-13 15:00:04,339 - INFO - [moekoe_music_arm64] 尝试使用 GitHub API: https://api.github.com/repos/MoeKoeMusic/MoeKoeMusic/releases/latest
2026-07-13 15:00:05,030 - INFO - [moekoe_music_arm64] 从 GitHub API 中找到下载链接: https://github.com/MoeKoeMusic/MoeKoeMusic/releases/download/v1.6.8/MoeKoe_Music_v1.6.8-arm64.dmg
2026-07-13 15:00:05,030 - INFO - [moekoe_music_arm64] 通过 GitHub API 找到最新版本: v1.6.8
2026-07-13 15:00:05,036 - INFO - [moekoe_music] 尝试使用 GitHub API: https://api.github.com/repos/MoeKoeMusic/MoeKoeMusic/releases/latest
2026-07-13 15:00:05,757 - INFO - [moekoe_music] 从 GitHub API 中找到下载链接: https://github.com/MoeKoeMusic/MoeKoeMusic/releases/download/v1.6.8/MoeKoe_Music_v1.6.8-x86_64.AppImage
2026-07-13 15:00:05,758 - INFO - [moekoe_music] 通过 GitHub API 找到最新版本: v1.6.8
2026-07-13 15:00:05,763 - INFO - [moekoe_music] 尝试使用 GitHub API: https://api.github.com/repos/MoeKoeMusic/MoeKoeMusic/releases/latest
2026-07-13 15:00:08,074 - INFO - [moekoe_music] 从 GitHub API 中找到下载链接: https://github.com/MoeKoeMusic/MoeKoeMusic/releases/download/v1.6.8/MoeKoe_Music_Setup_v1.6.8-x64.exe
2026-07-13 15:00:08,074 - INFO - [moekoe_music] 通过 GitHub API 找到最新版本: v1.6.8
2026-07-13 15:01:38,637 - INFO - [seelen_ui] 尝试使用 GitHub API: https://api.github.com/repos/eythaann/Seelen-UI/releases/latest
2026-07-13 15:01:39,640 - INFO - [seelen_ui] 从 GitHub API 中找到下载链接: https://github.com/eythaann/Seelen-UI/releases/download/v2.7.4/Seelen.UI_2.7.4_x64-setup-fixed.exe
2026-07-13 15:01:39,640 - INFO - [seelen_ui] 通过 GitHub API 找到最新版本: v2.7.4
2026-07-13 15:01:39,643 - INFO - [seelen_ui] 尝试使用 GitHub API: https://api.github.com/repos/eythaann/Seelen-UI/releases/latest
2026-07-13 15:01:40,409 - INFO - [seelen_ui] 从 GitHub API 中找到下载链接: https://github.com/eythaann/Seelen-UI/releases/download/v2.7.4/Seelen.UI_2.7.4_x64-setup.exe
2026-07-13 15:01:40,409 - INFO - [seelen_ui] 通过 GitHub API 找到最新版本: v2.7.4
2026-07-13 15:01:40,413 - INFO - [seelen_ui] 尝试使用 GitHub API: https://api.github.com/repos/eythaann/Seelen-UI/releases/latest
2026-07-13 15:01:41,234 - INFO - [seelen_ui] 从 GitHub API 中找到下载链接: https://github.com/eythaann/Seelen-UI/releases/download/v2.7.4/Seelen.UI_2.7.4.0_x64.Msix
2026-07-13 15:01:41,234 - INFO - [seelen_ui] 通过 GitHub API 找到最新版本: v2.7.4
2026-07-13 15:02:13,354 - INFO - [seelen_ui] 尝试使用 GitHub API: https://api.github.com/repos/eythaann/Seelen-UI/releases/latest
2026-07-13 15:02:14,313 - INFO - [seelen_ui] 从 GitHub API 中找到下载链接: https://github.com/eythaann/Seelen-UI/releases/download/v2.7.4/Seelen.UI_2.7.4_x64-setup-fixed.exe
2026-07-13 15:02:14,313 - INFO - [seelen_ui] 通过 GitHub API 找到最新版本: v2.7.4
2026-07-13 15:02:14,317 - INFO - [seelen_ui_arm64] 尝试使用 GitHub API: https://api.github.com/repos/eythaann/Seelen-UI/releases/latest
2026-07-13 15:02:16,572 - INFO - [seelen_ui_arm64] 从 GitHub API 中找到下载链接: https://github.com/eythaann/Seelen-UI/releases/download/v2.7.4/Seelen.UI_2.7.4_arm64-setup-fixed.exe
2026-07-13 15:02:16,573 - INFO - [seelen_ui_arm64] 通过 GitHub API 找到最新版本: v2.7.4
2026-07-13 15:04:01,856 - INFO - [tchmaterial_parser] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:02,737 - INFO - [tchmaterial_parser] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-windows-x64.exe
2026-07-13 15:04:02,739 - INFO - [tchmaterial_parser] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:02,742 - INFO - [tchmaterial_parser] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:03,404 - INFO - [tchmaterial_parser] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-linux-x64
2026-07-13 15:04:03,404 - INFO - [tchmaterial_parser] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:03,409 - INFO - [tchmaterial_parser] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:04,132 - INFO - [tchmaterial_parser] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-mac-arm64.zip
2026-07-13 15:04:04,132 - INFO - [tchmaterial_parser] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:14,950 - INFO - [tchmaterial_parser] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:15,714 - INFO - [tchmaterial_parser] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-mac-x64.zip
2026-07-13 15:04:15,715 - INFO - [tchmaterial_parser] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:15,717 - INFO - [tchmaterial_parser] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:16,450 - INFO - [tchmaterial_parser] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-windows-arm64.exe
2026-07-13 15:04:16,450 - INFO - [tchmaterial_parser] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:16,454 - INFO - [tchmaterial_parser] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:17,237 - INFO - [tchmaterial_parser] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-linux-arm64
2026-07-13 15:04:17,237 - INFO - [tchmaterial_parser] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:42,672 - INFO - [tchmaterial_parser] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:43,426 - INFO - [tchmaterial_parser] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-mac-x64.zip
2026-07-13 15:04:43,426 - INFO - [tchmaterial_parser] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:43,429 - INFO - [tchmaterial_parser_arm64] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:44,406 - INFO - [tchmaterial_parser_arm64] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-mac-arm64.zip
2026-07-13 15:04:44,407 - INFO - [tchmaterial_parser_arm64] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:44,412 - INFO - [tchmaterial_parser] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:53,363 - INFO - [tchmaterial_parser] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-linux-x64
2026-07-13 15:04:53,364 - INFO - [tchmaterial_parser] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:53,366 - INFO - [tchmaterial_parser_arm64] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:54,072 - INFO - [tchmaterial_parser_arm64] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-linux-arm64
2026-07-13 15:04:54,072 - INFO - [tchmaterial_parser_arm64] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:54,075 - INFO - [tchmaterial_parser] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:54,797 - INFO - [tchmaterial_parser] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-windows-x64.exe
2026-07-13 15:04:54,797 - INFO - [tchmaterial_parser] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:04:54,802 - INFO - [tchmaterial_parser_arm64] 尝试使用 GitHub API: https://api.github.com/repos/happycola233/tchMaterial-parser/releases/latest
2026-07-13 15:04:55,463 - INFO - [tchmaterial_parser_arm64] 从 GitHub API 中找到下载链接: https://github.com/happycola233/tchMaterial-parser/releases/download/v3.3.4/tchMaterial-parser-windows-arm64.exe
2026-07-13 15:04:55,463 - INFO - [tchmaterial_parser_arm64] 通过 GitHub API 找到最新版本: v3.3.4
2026-07-13 15:15:51,073 - INFO - [bitwarden_desktop] 尝试使用 GitHub API: https://api.github.com/repos/bitwarden/clients/releases/latest
2026-07-13 15:15:51,567 - INFO - [bitwarden_desktop] 通过 GitHub API 找到最新版本: web-v2026.6.4
2026-07-14 17:27:09,407 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 735 项, darwin 617 项, linux 605 项
2026-07-14 17:27:09,410 - INFO - [codex_app] 尝试使用 GitHub API: https://api.github.com/repos/Wangnov/codex-app-mirror/releases/latest
2026-07-14 17:27:10,333 - INFO - [codex_app] 从 GitHub API 中找到下载链接: https://github.com/Wangnov/codex-app-mirror/releases/download/codex-app-26.707.72221/OpenAI.Codex_26.707.9981.0_x64__2p2nqsd0c76g0.Msix
2026-07-14 17:27:10,333 - INFO - [codex_app] 通过 GitHub API 找到最新版本: codex-app-26.707.72221
2026-07-14 17:27:10,336 - INFO - [codex_app] 尝试使用 GitHub API: https://api.github.com/repos/Wangnov/codex-app-mirror/releases/latest
2026-07-14 17:27:11,104 - INFO - [codex_app] 从 GitHub API 中找到下载链接: https://github.com/Wangnov/codex-app-mirror/releases/download/codex-app-26.707.72221/Codex-mac-arm64.dmg
2026-07-14 17:27:11,104 - INFO - [codex_app] 通过 GitHub API 找到最新版本: codex-app-26.707.72221
2026-07-14 17:27:11,107 - INFO - [codex_app_darwin_intel] 尝试使用 GitHub API: https://api.github.com/repos/Wangnov/codex-app-mirror/releases/latest
2026-07-14 17:27:11,837 - INFO - [codex_app_darwin_intel] 从 GitHub API 中找到下载链接: https://github.com/Wangnov/codex-app-mirror/releases/download/codex-app-26.707.72221/Codex-mac-x64.dmg
2026-07-14 17:27:11,837 - INFO - [codex_app_darwin_intel] 通过 GitHub API 找到最新版本: codex-app-26.707.72221
2026-07-15 11:33:13,627 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 735 项, darwin 617 项, linux 605 项
2026-07-15 11:33:13,628 - INFO - [optimizerduck] 尝试使用 GitHub API: https://api.github.com/repos/itsfatduck/optimizerDuck/releases/latest
2026-07-15 11:33:14,125 - INFO - [optimizerduck] 从 GitHub API 中找到下载链接: https://github.com/itsfatduck/optimizerDuck/releases/download/v2.25.2/optimizerDuck-Windows-x64-2.25.2.exe
2026-07-15 11:33:14,125 - INFO - [optimizerduck] 通过 GitHub API 找到最新版本: v2.25.2
2026-07-15 11:34:09,947 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 735 项, darwin 617 项, linux 605 项
2026-07-15 11:34:09,948 - INFO - [vscode] 正在检查最新版本: https://bgithub.xyz/microsoft/vscode/releases
2026-07-15 11:34:10,664 - WARNING - [vscode] 发布页获取失败: https://bgithub.xyz/microsoft/vscode/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/microsoft/vscode/releases
2026-07-15 11:34:10,665 - INFO - [vscode] 正在检查最新版本: https://github.com/microsoft/vscode/releases
2026-07-15 11:34:12,350 - INFO - [vscode] 已保存发布页 HTML: _tmp_vscode.html
2026-07-15 11:34:12,597 - INFO - [vscode] 尝试从页面中查找下载链接...
2026-07-15 11:34:12,634 - INFO - [vscode] 尝试使用 GitHub API: https://api.github.com/repos/microsoft/vscode/releases/tags/1.128.1
2026-07-15 11:34:13,427 - INFO - [vscode] 通过 GitHub API 找到最新版本: 1.128.1
2026-07-15 11:34:13,428 - INFO - [vscode] 找到最新版本: 1.128.1
2026-07-15 11:34:13,428 - INFO - [vscode] 成功使用发布页来源: https://github.com/microsoft/vscode/releases
2026-07-15 11:34:13,428 - WARNING - [vscode] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-15 11:35:26,835 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 735 项, darwin 617 项, linux 605 项
2026-07-15 15:26:24,842 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 735 项, darwin 617 项, linux 605 项
2026-07-15 15:26:24,843 - INFO - [affine] 尝试使用 GitHub API: https://api.github.com/repos/toeverything/AFFiNE/releases/latest
2026-07-15 15:26:25,700 - INFO - [affine] 从 GitHub API 中找到下载链接: https://github.com/toeverything/AFFiNE/releases/download/v0.27.0/affine-0.27.0-stable-windows-x64.exe
2026-07-15 15:26:25,700 - INFO - [affine] 通过 GitHub API 找到最新版本: v0.27.0
2026-07-15 15:26:25,702 - INFO - [affine] 尝试使用 GitHub API: https://api.github.com/repos/toeverything/AFFiNE/releases/latest
2026-07-15 15:26:26,381 - INFO - [affine] 从 GitHub API 中找到下载链接: https://github.com/toeverything/AFFiNE/releases/download/v0.27.0/affine-0.27.0-stable-macos-x64.dmg
2026-07-15 15:26:26,381 - INFO - [affine] 通过 GitHub API 找到最新版本: v0.27.0
2026-07-15 15:26:26,383 - INFO - [affine] 尝试使用 GitHub API: https://api.github.com/repos/toeverything/AFFiNE/releases/latest
2026-07-15 15:26:27,012 - INFO - [affine] 从 GitHub API 中找到下载链接: https://github.com/toeverything/AFFiNE/releases/download/v0.27.0/affine-0.27.0-stable-linux-x64.appimage
2026-07-15 15:26:27,012 - INFO - [affine] 通过 GitHub API 找到最新版本: v0.27.0
2026-07-16 10:38:48,418 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 736 项, darwin 619 项, linux 607 项
2026-07-16 10:38:48,419 - INFO - [rmux] 尝试使用 GitHub API: https://api.github.com/repos/Helvesec/rmux/releases/latest
2026-07-16 10:38:49,330 - INFO - [rmux] 从 GitHub API 中找到下载链接: https://github.com/Helvesec/rmux/releases/download/v0.8.0/rmux-0.8.0-windows-x86_64.zip
2026-07-16 10:38:49,330 - INFO - [rmux] 通过 GitHub API 找到最新版本: v0.8.0
2026-07-16 10:38:49,331 - INFO - [rmux] 尝试使用 GitHub API: https://api.github.com/repos/Helvesec/rmux/releases/latest
2026-07-16 10:38:50,032 - INFO - [rmux] 从 GitHub API 中找到下载链接: https://github.com/Helvesec/rmux/releases/download/v0.8.0/rmux-0.8.0-macos-aarch64.tar.gz
2026-07-16 10:38:50,032 - INFO - [rmux] 通过 GitHub API 找到最新版本: v0.8.0
2026-07-16 10:38:50,036 - INFO - [rmux_darwin_intel] 尝试使用 GitHub API: https://api.github.com/repos/Helvesec/rmux/releases/latest
2026-07-16 10:38:50,768 - INFO - [rmux_darwin_intel] 从 GitHub API 中找到下载链接: https://github.com/Helvesec/rmux/releases/download/v0.8.0/rmux-0.8.0-macos-x86_64.tar.gz
2026-07-16 10:38:50,768 - INFO - [rmux_darwin_intel] 通过 GitHub API 找到最新版本: v0.8.0
2026-07-16 10:38:50,772 - INFO - [rmux] 尝试使用 GitHub API: https://api.github.com/repos/Helvesec/rmux/releases/latest
2026-07-16 10:38:52,535 - INFO - [rmux] 从 GitHub API 中找到下载链接: https://github.com/Helvesec/rmux/releases/download/v0.8.0/rmux-0.8.0-linux-x86_64.tar.gz
2026-07-16 10:38:52,535 - INFO - [rmux] 通过 GitHub API 找到最新版本: v0.8.0
2026-07-16 10:38:52,537 - INFO - [rmux_linux_arm64] 尝试使用 GitHub API: https://api.github.com/repos/Helvesec/rmux/releases/latest
2026-07-16 10:38:53,237 - INFO - [rmux_linux_arm64] 从 GitHub API 中找到下载链接: https://github.com/Helvesec/rmux/releases/download/v0.8.0/rmux-0.8.0-linux-aarch64.tar.gz
2026-07-16 10:38:53,237 - INFO - [rmux_linux_arm64] 通过 GitHub API 找到最新版本: v0.8.0
2026-07-17 11:28:18,398 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 737 项, darwin 619 项, linux 607 项
2026-07-17 11:28:18,399 - INFO - [altsnap] 尝试使用 GitHub API: https://api.github.com/repos/RamonUnch/AltSnap/releases/latest
2026-07-17 11:28:19,238 - INFO - [altsnap] 从 GitHub API 中找到下载链接: https://github.com/RamonUnch/AltSnap/releases/download/1.68/AltSnap1.68-x64-inst.exe
2026-07-17 11:28:19,239 - INFO - [altsnap] 通过 GitHub API 找到最新版本: 1.68
2026-07-17 11:32:43,055 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 745 项, darwin 626 项, linux 607 项
2026-07-17 11:32:43,056 - INFO - [glazewm] 尝试使用 GitHub API: https://api.github.com/repos/glzr-io/glazewm/releases/latest
2026-07-17 11:32:43,779 - WARNING - [glazewm] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:32:43,782 - INFO - [glazewm] 正在检查最新版本: https://bgithub.xyz/glzr-io/glazewm/releases
2026-07-17 11:32:44,515 - WARNING - [glazewm] 发布页获取失败: https://bgithub.xyz/glzr-io/glazewm/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/glzr-io/glazewm/releases
2026-07-17 11:32:44,515 - INFO - [glazewm] 正在检查最新版本: https://github.com/glzr-io/glazewm/releases
2026-07-17 11:32:46,620 - INFO - [glazewm] 已保存发布页 HTML: _tmp_eff_glazewm.html
2026-07-17 11:32:46,911 - INFO - [glazewm] 尝试从页面中查找下载链接...
2026-07-17 11:32:46,981 - INFO - [glazewm] 尝试使用 GitHub API: https://api.github.com/repos/glzr-io/glazewm/releases/tags/v3.10.1
2026-07-17 11:32:47,703 - WARNING - [glazewm] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/glzr-io/glazewm/releases/tags/v3.10.1
2026-07-17 11:32:47,704 - INFO - [glazewm] 找到最新版本: v3.10.1
2026-07-17 11:32:47,704 - INFO - [glazewm] 成功使用发布页来源: https://github.com/glzr-io/glazewm/releases
2026-07-17 11:32:47,705 - WARNING - [glazewm] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:32:48,513 - INFO - [komorebi] 尝试使用 GitHub API: https://api.github.com/repos/LGUG2Z/komorebi/releases/latest
2026-07-17 11:32:49,218 - WARNING - [komorebi] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:32:49,219 - INFO - [komorebi] 正在检查最新版本: https://bgithub.xyz/LGUG2Z/komorebi/releases
2026-07-17 11:32:49,897 - WARNING - [komorebi] 发布页获取失败: https://bgithub.xyz/LGUG2Z/komorebi/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/LGUG2Z/komorebi/releases
2026-07-17 11:32:49,897 - INFO - [komorebi] 正在检查最新版本: https://github.com/LGUG2Z/komorebi/releases
2026-07-17 11:32:51,478 - INFO - [komorebi] 已保存发布页 HTML: _tmp_eff_komorebi.html
2026-07-17 11:32:51,725 - INFO - [komorebi] 尝试从页面中查找下载链接...
2026-07-17 11:32:51,782 - INFO - [komorebi] 尝试使用 GitHub API: https://api.github.com/repos/LGUG2Z/komorebi/releases/tags/nightly
2026-07-17 11:32:52,438 - WARNING - [komorebi] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/LGUG2Z/komorebi/releases/tags/nightly
2026-07-17 11:32:52,439 - INFO - [komorebi] 找到最新版本: nightly
2026-07-17 11:32:52,440 - INFO - [komorebi] 成功使用发布页来源: https://github.com/LGUG2Z/komorebi/releases
2026-07-17 11:32:52,440 - WARNING - [komorebi] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:32:53,253 - INFO - [whkd] 尝试使用 GitHub API: https://api.github.com/repos/LGUG2Z/whkd/releases/latest
2026-07-17 11:32:53,907 - WARNING - [whkd] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:32:53,908 - INFO - [whkd] 正在检查最新版本: https://bgithub.xyz/LGUG2Z/whkd/releases
2026-07-17 11:32:54,589 - WARNING - [whkd] 发布页获取失败: https://bgithub.xyz/LGUG2Z/whkd/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/LGUG2Z/whkd/releases
2026-07-17 11:32:54,589 - INFO - [whkd] 正在检查最新版本: https://github.com/LGUG2Z/whkd/releases
2026-07-17 11:32:56,325 - INFO - [whkd] 已保存发布页 HTML: _tmp_eff_whkd.html
2026-07-17 11:32:56,518 - INFO - [whkd] 尝试从页面中查找下载链接...
2026-07-17 11:32:56,557 - INFO - [whkd] 尝试使用 GitHub API: https://api.github.com/repos/LGUG2Z/whkd/releases/tags/v0.2.10
2026-07-17 11:32:57,284 - WARNING - [whkd] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/LGUG2Z/whkd/releases/tags/v0.2.10
2026-07-17 11:32:57,287 - INFO - [whkd] 找到最新版本: v0.2.10
2026-07-17 11:32:57,287 - INFO - [whkd] 成功使用发布页来源: https://github.com/LGUG2Z/whkd/releases
2026-07-17 11:32:57,287 - WARNING - [whkd] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:32:58,101 - INFO - [yasb] 尝试使用 GitHub API: https://api.github.com/repos/amnweb/yasb/releases/latest
2026-07-17 11:32:58,821 - WARNING - [yasb] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:32:58,822 - INFO - [yasb] 正在检查最新版本: https://bgithub.xyz/amnweb/yasb/releases
2026-07-17 11:32:59,487 - WARNING - [yasb] 发布页获取失败: https://bgithub.xyz/amnweb/yasb/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/amnweb/yasb/releases
2026-07-17 11:32:59,487 - INFO - [yasb] 正在检查最新版本: https://github.com/amnweb/yasb/releases
2026-07-17 11:33:01,974 - INFO - [yasb] 已保存发布页 HTML: _tmp_eff_yasb.html
2026-07-17 11:33:02,266 - INFO - [yasb] 尝试从页面中查找下载链接...
2026-07-17 11:33:02,344 - INFO - [yasb] 尝试使用 GitHub API: https://api.github.com/repos/amnweb/yasb/releases/tags/preview
2026-07-17 11:33:03,051 - WARNING - [yasb] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/amnweb/yasb/releases/tags/preview
2026-07-17 11:33:03,052 - INFO - [yasb] 找到最新版本: preview
2026-07-17 11:33:03,053 - INFO - [yasb] 成功使用发布页来源: https://github.com/amnweb/yasb/releases
2026-07-17 11:33:03,053 - WARNING - [yasb] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:33:03,867 - INFO - [zebar] 尝试使用 GitHub API: https://api.github.com/repos/glzr-io/zebar/releases/latest
2026-07-17 11:33:04,619 - WARNING - [zebar] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:33:04,621 - INFO - [zebar] 正在检查最新版本: https://bgithub.xyz/glzr-io/zebar/releases
2026-07-17 11:33:05,310 - WARNING - [zebar] 发布页获取失败: https://bgithub.xyz/glzr-io/zebar/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/glzr-io/zebar/releases
2026-07-17 11:33:05,310 - INFO - [zebar] 正在检查最新版本: https://github.com/glzr-io/zebar/releases
2026-07-17 11:33:07,230 - INFO - [zebar] 已保存发布页 HTML: _tmp_eff_zebar.html
2026-07-17 11:33:07,466 - INFO - [zebar] 尝试从页面中查找下载链接...
2026-07-17 11:33:07,519 - INFO - [zebar] 尝试使用 GitHub API: https://api.github.com/repos/glzr-io/zebar/releases/tags/v3.3.1
2026-07-17 11:33:08,237 - WARNING - [zebar] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/glzr-io/zebar/releases/tags/v3.3.1
2026-07-17 11:33:08,239 - INFO - [zebar] 找到最新版本: v3.3.1
2026-07-17 11:33:08,239 - INFO - [zebar] 成功使用发布页来源: https://github.com/glzr-io/zebar/releases
2026-07-17 11:33:08,240 - WARNING - [zebar] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:33:09,055 - INFO - [translucenttb] 尝试使用 GitHub API: https://api.github.com/repos/TranslucentTB/TranslucentTB/releases/latest
2026-07-17 11:33:09,722 - WARNING - [translucenttb] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:33:09,724 - INFO - [translucenttb] 正在检查最新版本: https://bgithub.xyz/TranslucentTB/TranslucentTB/releases
2026-07-17 11:33:10,424 - WARNING - [translucenttb] 发布页获取失败: https://bgithub.xyz/TranslucentTB/TranslucentTB/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/TranslucentTB/TranslucentTB/releases
2026-07-17 11:33:10,425 - INFO - [translucenttb] 正在检查最新版本: https://github.com/TranslucentTB/TranslucentTB/releases
2026-07-17 11:33:12,387 - INFO - [translucenttb] 已保存发布页 HTML: _tmp_eff_translucenttb.html
2026-07-17 11:33:12,647 - INFO - [translucenttb] 尝试从页面中查找下载链接...
2026-07-17 11:33:12,660 - INFO - [translucenttb] 从页面中找到下载链接: https://github.com/TranslucentTB/TranslucentTB/releases/download/2026.1/TranslucentTB-portable-x64.zip
2026-07-17 11:33:12,670 - INFO - [translucenttb] 找到最新版本: 2026.1
2026-07-17 11:33:12,670 - INFO - [translucenttb] 成功使用发布页来源: https://github.com/TranslucentTB/TranslucentTB/releases
2026-07-17 11:33:12,670 - INFO - [translucenttb] 同时找到下载链接: https://github.com/TranslucentTB/TranslucentTB/releases/download/2026.1/TranslucentTB-portable-x64.zip
2026-07-17 11:33:13,474 - INFO - [windhawk] 尝试使用 GitHub API: https://api.github.com/repos/ramensoftware/windhawk/releases/latest
2026-07-17 11:33:14,169 - WARNING - [windhawk] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:33:14,170 - INFO - [windhawk] 正在检查最新版本: https://bgithub.xyz/ramensoftware/windhawk/releases
2026-07-17 11:33:14,846 - WARNING - [windhawk] 发布页获取失败: https://bgithub.xyz/ramensoftware/windhawk/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/ramensoftware/windhawk/releases
2026-07-17 11:33:14,846 - INFO - [windhawk] 正在检查最新版本: https://github.com/ramensoftware/windhawk/releases
2026-07-17 11:33:16,381 - INFO - [windhawk] 已保存发布页 HTML: _tmp_eff_windhawk.html
2026-07-17 11:33:16,637 - INFO - [windhawk] 尝试从页面中查找下载链接...
2026-07-17 11:33:16,682 - INFO - [windhawk] 尝试使用 GitHub API: https://api.github.com/repos/ramensoftware/windhawk/releases/tags/2.0.0-alpha.1
2026-07-17 11:33:17,367 - WARNING - [windhawk] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/ramensoftware/windhawk/releases/tags/2.0.0-alpha.1
2026-07-17 11:33:17,368 - INFO - [windhawk] 找到最新版本: 2.0.0-alpha.1
2026-07-17 11:33:17,368 - INFO - [windhawk] 成功使用发布页来源: https://github.com/ramensoftware/windhawk/releases
2026-07-17 11:33:17,369 - WARNING - [windhawk] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:33:18,182 - INFO - [smartsystemmenu] 尝试使用 GitHub API: https://api.github.com/repos/AlexanderPro/SmartSystemMenu/releases/latest
2026-07-17 11:33:18,884 - WARNING - [smartsystemmenu] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:33:18,885 - INFO - [smartsystemmenu] 正在检查最新版本: https://bgithub.xyz/AlexanderPro/SmartSystemMenu/releases
2026-07-17 11:33:19,571 - WARNING - [smartsystemmenu] 发布页获取失败: https://bgithub.xyz/AlexanderPro/SmartSystemMenu/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/AlexanderPro/SmartSystemMenu/releases
2026-07-17 11:33:19,572 - INFO - [smartsystemmenu] 正在检查最新版本: https://github.com/AlexanderPro/SmartSystemMenu/releases
2026-07-17 11:33:21,106 - INFO - [smartsystemmenu] 已保存发布页 HTML: _tmp_eff_smartsystemmenu.html
2026-07-17 11:33:21,281 - INFO - [smartsystemmenu] 尝试从页面中查找下载链接...
2026-07-17 11:33:21,323 - INFO - [smartsystemmenu] 尝试使用 GitHub API: https://api.github.com/repos/AlexanderPro/SmartSystemMenu/releases/tags/v2.33.1
2026-07-17 11:33:21,997 - WARNING - [smartsystemmenu] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/AlexanderPro/SmartSystemMenu/releases/tags/v2.33.1
2026-07-17 11:33:21,999 - INFO - [smartsystemmenu] 找到最新版本: v2.33.1
2026-07-17 11:33:21,999 - INFO - [smartsystemmenu] 成功使用发布页来源: https://github.com/AlexanderPro/SmartSystemMenu/releases
2026-07-17 11:33:21,999 - WARNING - [smartsystemmenu] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:33:22,803 - INFO - [altsnap] 尝试使用 GitHub API: https://api.github.com/repos/RamonUnch/AltSnap/releases/latest
2026-07-17 11:33:23,497 - WARNING - [altsnap] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:33:23,498 - INFO - [altsnap] 正在检查最新版本: https://bgithub.xyz/RamonUnch/AltSnap/releases
2026-07-17 11:33:24,177 - WARNING - [altsnap] 发布页获取失败: https://bgithub.xyz/RamonUnch/AltSnap/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/RamonUnch/AltSnap/releases
2026-07-17 11:33:24,177 - INFO - [altsnap] 正在检查最新版本: https://github.com/RamonUnch/AltSnap/releases
2026-07-17 11:33:26,276 - INFO - [altsnap] 已保存发布页 HTML: _tmp_eff_altsnap.html
2026-07-17 11:33:26,580 - INFO - [altsnap] 尝试从页面中查找下载链接...
2026-07-17 11:33:26,643 - INFO - [altsnap] 尝试使用 GitHub API: https://api.github.com/repos/RamonUnch/AltSnap/releases/tags/1.68
2026-07-17 11:33:27,112 - INFO - [altsnap] 从 GitHub API 中找到下载链接: https://github.com/RamonUnch/AltSnap/releases/download/1.68/AltSnap1.68-x64-inst.exe
2026-07-17 11:33:27,112 - INFO - [altsnap] 通过 GitHub API 找到最新版本: 1.68
2026-07-17 11:33:27,114 - INFO - [altsnap] 找到最新版本: 1.68
2026-07-17 11:33:27,114 - INFO - [altsnap] 成功使用发布页来源: https://github.com/RamonUnch/AltSnap/releases
2026-07-17 11:33:27,115 - INFO - [altsnap] 同时找到下载链接: https://github.com/RamonUnch/AltSnap/releases/download/1.68/AltSnap1.68-x64-inst.exe
2026-07-17 11:33:27,930 - INFO - [rectangle] 尝试使用 GitHub API: https://api.github.com/repos/rxhanson/Rectangle/releases/latest
2026-07-17 11:33:28,393 - INFO - [rectangle] 从 GitHub API 中找到下载链接: https://github.com/rxhanson/Rectangle/releases/download/v0.98/Rectangle0.98.dmg
2026-07-17 11:33:28,393 - INFO - [rectangle] 通过 GitHub API 找到最新版本: v0.98
2026-07-17 11:33:29,205 - INFO - [alt_tab_macos] 尝试使用 GitHub API: https://api.github.com/repos/lwouis/alt-tab-macos/releases/latest
2026-07-17 11:33:29,684 - INFO - [alt_tab_macos] 从 GitHub API 中找到下载链接: https://github.com/lwouis/alt-tab-macos/releases/download/v11.4.3/AltTab-11.4.3.zip
2026-07-17 11:33:29,684 - INFO - [alt_tab_macos] 通过 GitHub API 找到最新版本: v11.4.3
2026-07-17 11:33:30,491 - INFO - [easy_move_resize] 尝试使用 GitHub API: https://api.github.com/repos/dmarcotte/easy-move-resize/releases/latest
2026-07-17 11:33:30,954 - INFO - [easy_move_resize] 从 GitHub API 中找到下载链接: https://github.com/dmarcotte/easy-move-resize/releases/download/1.8.1/EasyMoveResize-signed.zip
2026-07-17 11:33:30,954 - INFO - [easy_move_resize] 通过 GitHub API 找到最新版本: 1.8.1
2026-07-17 11:33:31,768 - INFO - [aerospace] 正在检查最新版本: https://bgithub.xyz/nikitabobko/AeroSpace/releases
2026-07-17 11:33:32,453 - WARNING - [aerospace] 发布页获取失败: https://bgithub.xyz/nikitabobko/AeroSpace/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/nikitabobko/AeroSpace/releases
2026-07-17 11:33:32,453 - INFO - [aerospace] 正在检查最新版本: https://github.com/nikitabobko/AeroSpace/releases
2026-07-17 11:33:34,251 - INFO - [aerospace] 已保存发布页 HTML: _tmp_eff_aerospace.html
2026-07-17 11:33:34,556 - INFO - [aerospace] 尝试从页面中查找下载链接...
2026-07-17 11:33:34,609 - INFO - [aerospace] 尝试使用 GitHub API: https://api.github.com/repos/nikitabobko/AeroSpace/releases/tags/v0.21.3-Beta
2026-07-17 11:33:35,055 - INFO - [aerospace] 从 GitHub API 中找到下载链接: https://github.com/nikitabobko/AeroSpace/releases/download/v0.21.3-Beta/AeroSpace-v0.21.3-Beta.zip
2026-07-17 11:33:35,056 - INFO - [aerospace] 通过 GitHub API 找到最新版本: v0.21.3-Beta
2026-07-17 11:33:35,057 - INFO - [aerospace] 找到最新版本: v0.21.3-Beta
2026-07-17 11:33:35,057 - INFO - [aerospace] 成功使用发布页来源: https://github.com/nikitabobko/AeroSpace/releases
2026-07-17 11:33:35,057 - INFO - [aerospace] 同时找到下载链接: https://github.com/nikitabobko/AeroSpace/releases/download/v0.21.3-Beta/AeroSpace-v0.21.3-Beta.zip
2026-07-17 11:33:35,868 - INFO - [karabiner_elements] 尝试使用 GitHub API: https://api.github.com/repos/pqrs-org/Karabiner-Elements/releases/latest
2026-07-17 11:33:36,344 - INFO - [karabiner_elements] 从 GitHub API 中找到下载链接: https://github.com/pqrs-org/Karabiner-Elements/releases/download/v16.1.0/Karabiner-Elements-16.1.0.dmg
2026-07-17 11:33:36,344 - INFO - [karabiner_elements] 通过 GitHub API 找到最新版本: v16.1.0
2026-07-17 11:33:37,158 - INFO - [hammerspoon] 尝试使用 GitHub API: https://api.github.com/repos/Hammerspoon/hammerspoon/releases/latest
2026-07-17 11:33:37,617 - INFO - [hammerspoon] 从 GitHub API 中找到下载链接: https://github.com/Hammerspoon/hammerspoon/releases/download/1.1.1/Hammerspoon-1.1.1.zip
2026-07-17 11:33:37,618 - INFO - [hammerspoon] 通过 GitHub API 找到最新版本: 1.1.1
2026-07-17 11:33:38,433 - INFO - [yabai] 尝试使用 GitHub API: https://api.github.com/repos/koekeishiya/yabai/releases/latest
2026-07-17 11:33:39,161 - INFO - [yabai] 从 GitHub API 中找到下载链接: https://github.com/asmvik/yabai/releases/download/v7.1.25/yabai-v7.1.25.tar.gz
2026-07-17 11:33:39,162 - INFO - [yabai] 通过 GitHub API 找到最新版本: v7.1.25
2026-07-17 11:35:30,403 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 745 项, darwin 626 项, linux 607 项
2026-07-17 11:35:30,404 - INFO - [glazewm] 尝试使用 GitHub API: https://api.github.com/repos/glzr-io/glazewm/releases/latest
2026-07-17 11:35:31,268 - INFO - [glazewm] 从 GitHub API 中找到下载链接: https://github.com/glzr-io/glazewm/releases/download/v3.10.1/standalone-glazewm-v3.10.1-x64.msi
2026-07-17 11:35:31,268 - INFO - [glazewm] 通过 GitHub API 找到最新版本: v3.10.1
2026-07-17 11:35:32,474 - INFO - [komorebi] 尝试使用 GitHub API: https://api.github.com/repos/LGUG2Z/komorebi/releases/latest
2026-07-17 11:35:33,288 - INFO - [komorebi] 从 GitHub API 中找到下载链接: https://github.com/LGUG2Z/komorebi/releases/download/v0.1.41/komorebi-0.1.41-x86_64.msi
2026-07-17 11:35:33,289 - INFO - [komorebi] 通过 GitHub API 找到最新版本: v0.1.41
2026-07-17 11:35:34,496 - INFO - [whkd] 尝试使用 GitHub API: https://api.github.com/repos/LGUG2Z/whkd/releases/latest
2026-07-17 11:35:35,367 - INFO - [whkd] 从 GitHub API 中找到下载链接: https://github.com/LGUG2Z/whkd/releases/download/v0.2.10/whkd-0.2.10-x86_64.msi
2026-07-17 11:35:35,367 - INFO - [whkd] 通过 GitHub API 找到最新版本: v0.2.10
2026-07-17 11:35:36,580 - INFO - [yasb] 尝试使用 GitHub API: https://api.github.com/repos/amnweb/yasb/releases/latest
2026-07-17 11:35:37,404 - INFO - [yasb] 从 GitHub API 中找到下载链接: https://github.com/amnweb/yasb/releases/download/v2.0.5/yasb-2.0.5-x64.msi
2026-07-17 11:35:37,405 - INFO - [yasb] 通过 GitHub API 找到最新版本: v2.0.5
2026-07-17 11:35:38,612 - INFO - [zebar] 尝试使用 GitHub API: https://api.github.com/repos/glzr-io/zebar/releases/latest
2026-07-17 11:35:39,423 - INFO - [zebar] 从 GitHub API 中找到下载链接: https://github.com/glzr-io/zebar/releases/download/v3.3.1/zebar-v3.3.1-opt1-x64.msi
2026-07-17 11:35:39,423 - INFO - [zebar] 通过 GitHub API 找到最新版本: v3.3.1
2026-07-17 11:35:40,629 - INFO - [windhawk] 尝试使用 GitHub API: https://api.github.com/repos/ramensoftware/windhawk/releases/latest
2026-07-17 11:35:41,481 - INFO - [windhawk] 从 GitHub API 中找到下载链接: https://github.com/ramensoftware/windhawk/releases/download/v1.7.3/windhawk_setup.exe
2026-07-17 11:35:41,482 - INFO - [windhawk] 通过 GitHub API 找到最新版本: v1.7.3
2026-07-17 11:35:42,690 - INFO - [smartsystemmenu] 尝试使用 GitHub API: https://api.github.com/repos/AlexanderPro/SmartSystemMenu/releases/latest
2026-07-17 11:35:43,514 - INFO - [smartsystemmenu] 从 GitHub API 中找到下载链接: https://github.com/AlexanderPro/SmartSystemMenu/releases/download/v2.33.1/SmartSystemMenu_v2.33.1.zip
2026-07-17 11:35:43,514 - INFO - [smartsystemmenu] 通过 GitHub API 找到最新版本: v2.33.1
2026-07-17 11:37:13,522 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 746 项, darwin 626 项, linux 607 项
2026-07-17 11:37:13,524 - INFO - [formatmaster] 尝试使用 GitHub API: https://api.github.com/repos/2048895034qq/FormatMaster-EN/releases/latest
2026-07-17 11:37:14,225 - WARNING - [formatmaster] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:37:14,227 - INFO - [formatmaster] 正在检查最新版本: https://bgithub.xyz/2048895034qq/FormatMaster-EN/releases
2026-07-17 11:37:14,899 - WARNING - [formatmaster] 发布页获取失败: https://bgithub.xyz/2048895034qq/FormatMaster-EN/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/2048895034qq/FormatMaster-EN/releases
2026-07-17 11:37:14,899 - INFO - [formatmaster] 正在检查最新版本: https://github.com/2048895034qq/FormatMaster-EN/releases
2026-07-17 11:37:16,417 - INFO - [formatmaster] 已保存发布页 HTML: _tmp_fm.html
2026-07-17 11:37:16,527 - INFO - [formatmaster] 尝试从页面中查找下载链接...
2026-07-17 11:37:16,546 - INFO - [formatmaster] 尝试使用 GitHub API: https://api.github.com/repos/2048895034qq/FormatMaster-EN/releases/tags/v1.1.0
2026-07-17 11:37:17,223 - WARNING - [formatmaster] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/2048895034qq/FormatMaster-EN/releases/tags/v1.1.0
2026-07-17 11:37:17,225 - INFO - [formatmaster] 找到最新版本: v1.1.0
2026-07-17 11:37:17,225 - INFO - [formatmaster] 成功使用发布页来源: https://github.com/2048895034qq/FormatMaster-EN/releases
2026-07-17 11:37:17,226 - WARNING - [formatmaster] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:42:35,080 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 747 项, darwin 628 项, linux 608 项
2026-07-17 11:42:35,082 - INFO - [freeplane] 尝试使用 GitHub API: https://api.github.com/repos/freeplane/freeplane/releases/latest
2026-07-17 11:42:35,772 - WARNING - [freeplane] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:42:35,774 - INFO - [freeplane] 正在检查最新版本: https://bgithub.xyz/freeplane/freeplane/releases
2026-07-17 11:42:36,463 - WARNING - [freeplane] 发布页获取失败: https://bgithub.xyz/freeplane/freeplane/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/freeplane/freeplane/releases
2026-07-17 11:42:36,463 - INFO - [freeplane] 正在检查最新版本: https://github.com/freeplane/freeplane/releases
2026-07-17 11:42:37,948 - INFO - [freeplane] 已保存发布页 HTML: _tmp_freeplane.html
2026-07-17 11:42:38,126 - INFO - [freeplane] 尝试从页面中查找下载链接...
2026-07-17 11:42:38,156 - INFO - [freeplane] 尝试使用 GitHub API: https://api.github.com/repos/freeplane/freeplane/releases/tags/release-1.13.3
2026-07-17 11:42:38,897 - WARNING - [freeplane] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/freeplane/freeplane/releases/tags/release-1.13.3
2026-07-17 11:42:38,898 - INFO - [freeplane] 找到最新版本: release-1.13.3
2026-07-17 11:42:38,898 - INFO - [freeplane] 成功使用发布页来源: https://github.com/freeplane/freeplane/releases
2026-07-17 11:42:38,898 - WARNING - [freeplane] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:42:39,702 - INFO - [freeplane] 尝试使用 GitHub API: https://api.github.com/repos/freeplane/freeplane/releases/latest
2026-07-17 11:42:40,382 - WARNING - [freeplane] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:42:40,384 - INFO - [freeplane] 正在检查最新版本: https://bgithub.xyz/freeplane/freeplane/releases
2026-07-17 11:42:41,075 - WARNING - [freeplane] 发布页获取失败: https://bgithub.xyz/freeplane/freeplane/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/freeplane/freeplane/releases
2026-07-17 11:42:41,076 - INFO - [freeplane] 正在检查最新版本: https://github.com/freeplane/freeplane/releases
2026-07-17 11:42:42,202 - INFO - [freeplane] 已保存发布页 HTML: _tmp_freeplane.html
2026-07-17 11:42:42,420 - INFO - [freeplane] 尝试从页面中查找下载链接...
2026-07-17 11:42:42,461 - INFO - [freeplane] 尝试使用 GitHub API: https://api.github.com/repos/freeplane/freeplane/releases/tags/release-1.13.3
2026-07-17 11:42:43,137 - WARNING - [freeplane] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/freeplane/freeplane/releases/tags/release-1.13.3
2026-07-17 11:42:43,139 - INFO - [freeplane] 找到最新版本: release-1.13.3
2026-07-17 11:42:43,139 - INFO - [freeplane] 成功使用发布页来源: https://github.com/freeplane/freeplane/releases
2026-07-17 11:42:43,139 - WARNING - [freeplane] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:42:43,953 - INFO - [freeplane_darwin_intel] 尝试使用 GitHub API: https://api.github.com/repos/freeplane/freeplane/releases/latest
2026-07-17 11:42:44,608 - WARNING - [freeplane_darwin_intel] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:42:44,609 - INFO - [freeplane_darwin_intel] 正在检查最新版本: https://bgithub.xyz/freeplane/freeplane/releases
2026-07-17 11:42:45,293 - WARNING - [freeplane_darwin_intel] 发布页获取失败: https://bgithub.xyz/freeplane/freeplane/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/freeplane/freeplane/releases
2026-07-17 11:42:45,294 - INFO - [freeplane_darwin_intel] 正在检查最新版本: https://github.com/freeplane/freeplane/releases
2026-07-17 11:42:46,412 - INFO - [freeplane_darwin_intel] 已保存发布页 HTML: _tmp_freeplane_darwin_intel.html
2026-07-17 11:42:46,640 - INFO - [freeplane_darwin_intel] 尝试从页面中查找下载链接...
2026-07-17 11:42:46,679 - INFO - [freeplane_darwin_intel] 尝试使用 GitHub API: https://api.github.com/repos/freeplane/freeplane/releases/tags/release-1.13.3
2026-07-17 11:42:47,329 - WARNING - [freeplane_darwin_intel] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/freeplane/freeplane/releases/tags/release-1.13.3
2026-07-17 11:42:47,330 - INFO - [freeplane_darwin_intel] 找到最新版本: release-1.13.3
2026-07-17 11:42:47,330 - INFO - [freeplane_darwin_intel] 成功使用发布页来源: https://github.com/freeplane/freeplane/releases
2026-07-17 11:42:47,331 - WARNING - [freeplane_darwin_intel] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:42:48,147 - INFO - [freeplane] 尝试使用 GitHub API: https://api.github.com/repos/freeplane/freeplane/releases/latest
2026-07-17 11:42:48,812 - WARNING - [freeplane] GitHub API 限流,改用发布页 HTML 解析(可设置 GITHUB_TOKEN 提高额度)
2026-07-17 11:42:48,814 - INFO - [freeplane] 正在检查最新版本: https://bgithub.xyz/freeplane/freeplane/releases
2026-07-17 11:42:49,492 - WARNING - [freeplane] 发布页获取失败: https://bgithub.xyz/freeplane/freeplane/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/freeplane/freeplane/releases
2026-07-17 11:42:49,492 - INFO - [freeplane] 正在检查最新版本: https://github.com/freeplane/freeplane/releases
2026-07-17 11:42:50,605 - INFO - [freeplane] 已保存发布页 HTML: _tmp_freeplane.html
2026-07-17 11:42:50,816 - INFO - [freeplane] 尝试从页面中查找下载链接...
2026-07-17 11:42:50,854 - INFO - [freeplane] 尝试使用 GitHub API: https://api.github.com/repos/freeplane/freeplane/releases/tags/release-1.13.3
2026-07-17 11:42:51,550 - WARNING - [freeplane] GitHub API 补充下载链接失败: 403 Client Error: rate limit exceeded for url: https://api.github.com/repos/freeplane/freeplane/releases/tags/release-1.13.3
2026-07-17 11:42:51,551 - INFO - [freeplane] 找到最新版本: release-1.13.3
2026-07-17 11:42:51,552 - INFO - [freeplane] 成功使用发布页来源: https://github.com/freeplane/freeplane/releases
2026-07-17 11:42:51,552 - WARNING - [freeplane] 未能在页面中找到下载链接,将使用拼接 URL
2026-07-17 11:48:49,327 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 749 项, darwin 628 项, linux 608 项
2026-07-17 11:48:49,328 - INFO - [voxtrans] 尝试使用 GitHub API: https://api.github.com/repos/eclipse005/VoxTrans/releases/latest
2026-07-17 11:48:50,187 - INFO - [voxtrans] 从 GitHub API 中找到下载链接: https://github.com/eclipse005/VoxTrans/releases/download/v1.3.1/VoxTrans_1.3.1_cpu.exe
2026-07-17 11:48:50,188 - INFO - [voxtrans] 通过 GitHub API 找到最新版本: v1.3.1
2026-07-17 11:48:50,692 - INFO - [voxtrans_cuda] 尝试使用 GitHub API: https://api.github.com/repos/eclipse005/VoxTrans/releases/latest
2026-07-17 11:48:51,419 - INFO - [voxtrans_cuda] 从 GitHub API 中找到下载链接: https://github.com/eclipse005/VoxTrans/releases/download/v1.3.1/VoxTrans_1.3.1_cuda.exe
2026-07-17 11:48:51,419 - INFO - [voxtrans_cuda] 通过 GitHub API 找到最新版本: v1.3.1
2026-07-17 11:59:47,702 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 750 项
2026-07-17 11:59:47,703 - INFO - 使用 platforms.windows(共 750 项)
2026-07-17 11:59:47,703 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-17 11:59:49,033 - INFO - 网络探测通过:https://github.com
2026-07-17 11:59:49,034 - INFO - === [snowdesktop] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-17 11:59:49,035 - INFO - [snowdesktop] 尝试使用 GitHub API: https://api.github.com/repos/FreeFallingSnow/SnowDesktop_Release/releases/latest
2026-07-17 11:59:49,860 - INFO - [snowdesktop] 通过 GitHub API 找到最新版本: v0.1.20
2026-07-17 11:59:49,862 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\SnowDesktop-{ver_plain}.zip [平台: windows]
2026-07-17 11:59:49,862 - INFO - 尝试下载源 1/4: https://gh-proxy.com/https://github.com/FreeFallingSnow/SnowDesktop_Release/archive/refs/tags/v0.1.20.zip
2026-07-17 11:59:51,960 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\SnowDesktop-{ver_plain}.zip (2006281 字节)
2026-07-17 11:59:51,960 - INFO - 成功使用下载源 https://gh-proxy.com/https://github.com/FreeFallingSnow/SnowDesktop_Release/archive/refs/tags/v0.1.20.zip
2026-07-17 11:59:51,962 - INFO - [snowdesktop] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\SnowDesktop-{ver_plain}.zip
2026-07-17 11:59:51,962 - INFO - [snowdesktop] 配置为仅下载,跳过结束进程与启动安装包
2026-07-17 12:00:00,775 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 750 项
2026-07-17 12:00:00,777 - INFO - 使用 platforms.windows(共 750 项)
2026-07-17 12:00:00,777 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-17 12:00:02,075 - INFO - 网络探测通过:https://github.com
2026-07-17 12:00:02,075 - INFO - === [snowdesktop] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-17 12:00:02,075 - INFO - [snowdesktop] 尝试使用 GitHub API: https://api.github.com/repos/FreeFallingSnow/SnowDesktop_Release/releases/latest
2026-07-17 12:00:02,901 - INFO - [snowdesktop] 通过 GitHub API 找到最新版本: v0.1.20
2026-07-17 12:00:02,903 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\SnowDesktop-0.1.20.zip [平台: windows]
2026-07-17 12:00:02,903 - INFO - 尝试下载源 1/4: https://gh-proxy.com/https://github.com/FreeFallingSnow/SnowDesktop_Release/archive/refs/tags/v0.1.20.zip
2026-07-17 12:00:04,671 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\SnowDesktop-0.1.20.zip (2006281 字节)
2026-07-17 12:00:04,671 - INFO - 成功使用下载源 https://gh-proxy.com/https://github.com/FreeFallingSnow/SnowDesktop_Release/archive/refs/tags/v0.1.20.zip
2026-07-17 12:00:04,673 - INFO - [snowdesktop] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\SnowDesktop-0.1.20.zip
2026-07-17 12:00:04,673 - INFO - [snowdesktop] 配置为仅下载,跳过结束进程与启动安装包
2026-07-17 12:02:30,389 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 750 项
2026-07-17 12:02:30,389 - INFO - 使用 platforms.windows(共 750 项)
2026-07-17 12:02:30,390 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-17 12:02:31,720 - INFO - 网络探测通过:https://github.com
2026-07-17 12:02:31,721 - INFO - === [altsnap] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-17 12:02:31,721 - INFO - [altsnap] 尝试使用 GitHub API: https://api.github.com/repos/RamonUnch/AltSnap/releases/latest
2026-07-17 12:02:32,349 - INFO - [altsnap] 从 GitHub API 中找到下载链接: https://github.com/RamonUnch/AltSnap/releases/download/1.68/AltSnap1.68-x64-inst.exe
2026-07-17 12:02:32,350 - INFO - [altsnap] 通过 GitHub API 找到最新版本: 1.68
2026-07-17 12:02:32,351 - INFO - 使用从页面解析的下载链接: https://github.com/RamonUnch/AltSnap/releases/download/1.68/AltSnap1.68-x64-inst.exe
2026-07-17 12:02:32,352 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\AltSnap1.68-x64-inst.exe [平台: windows]
2026-07-17 12:02:32,352 - INFO - 尝试下载源 1/8: https://gh-proxy.com/https://github.com/RamonUnch/AltSnap/releases/download/1.68/AltSnap1.68-x64-inst.exe
2026-07-17 12:02:33,099 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\AltSnap1.68-x64-inst.exe (195010 字节)
2026-07-17 12:02:33,099 - INFO - 成功使用下载源 https://gh-proxy.com/https://github.com/RamonUnch/AltSnap/releases/download/1.68/AltSnap1.68-x64-inst.exe
2026-07-17 12:02:33,101 - INFO - [altsnap] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\AltSnap1.68-x64-inst.exe
2026-07-17 12:02:33,101 - INFO - 尝试终止进程: AltSnap.exe
2026-07-17 12:02:33,820 - INFO - 进程未运行: AltSnap.exe
2026-07-17 12:02:35,833 - INFO - 开始运行安装程序: E:\GITHUB\已经发布\gh-release-fetch\windows\AltSnap1.68-x64-inst.exe
2026-07-17 12:02:35,923 - INFO - 安装程序已启动 (Popen)
2026-07-17 12:02:35,924 - INFO - === [altsnap] 完成 ===
2026-07-17 12:03:12,082 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 759 项
2026-07-17 12:03:12,083 - INFO - [bing_wallpaper_now] 尝试使用 GitHub API: https://api.github.com/repos/qiyuey/bing-wallpaper-now/releases/latest
2026-07-17 12:03:12,979 - INFO - [bing_wallpaper_now] 从 GitHub API 中找到下载链接: https://github.com/qiyuey/bing-wallpaper-now/releases/download/1.6.0/Bing.Wallpaper.Now_1.6.0_x64_zh-CN.msi
2026-07-17 12:03:12,981 - INFO - [bing_wallpaper_now] 通过 GitHub API 找到最新版本: 1.6.0
2026-07-17 12:03:12,982 - INFO - [bing_wallpaper_lib] 尝试使用 GitHub API: https://api.github.com/repos/pandaligx/bing-wallpaper-lib/releases/latest
2026-07-17 12:03:13,824 - INFO - [bing_wallpaper_lib] 从 GitHub API 中找到下载链接: https://github.com/pandaligx/bing-wallpaper-lib/releases/download/v0.2.32/bing-wallpaper-lib-v0.2.32-x64.exe
2026-07-17 12:03:13,826 - INFO - [bing_wallpaper_lib] 通过 GitHub API 找到最新版本: v0.2.32
2026-07-17 12:03:13,828 - INFO - [jadepeng_bing_wallpaper] 尝试使用 GitHub API: https://api.github.com/repos/jadepeng/bing-wallpaper/releases/latest
2026-07-17 12:03:14,783 - INFO - [jadepeng_bing_wallpaper] 从 GitHub API 中找到下载链接: https://github.com/jadepeng/bing-wallpaper/releases/download/v1.3.2/V1.3.2.zip
2026-07-17 12:03:14,784 - INFO - [jadepeng_bing_wallpaper] 通过 GitHub API 找到最新版本: v1.3.2
2026-07-17 12:03:14,785 - INFO - [bingwallpaper_windows] 尝试使用 GitHub API: https://api.github.com/repos/BingHomepage/BingWallpaper.Windows/releases/latest
2026-07-17 12:03:15,679 - INFO - [bingwallpaper_windows] 从 GitHub API 中找到下载链接: https://github.com/BingHomepage/BingWallpaper.Windows/releases/download/v2.0.2109/Bing.Wallpaper.v2.0.2109.zip
2026-07-17 12:03:15,681 - INFO - [bingwallpaper_windows] 通过 GitHub API 找到最新版本: v2.0.2109
2026-07-17 12:03:15,682 - INFO - [unsplash_wallpapers] 尝试使用 GitHub API: https://api.github.com/repos/soroushchehresa/unsplash-wallpapers/releases/latest
2026-07-17 12:03:16,587 - INFO - [unsplash_wallpapers] 从 GitHub API 中找到下载链接: https://github.com/soroushchehresa/unsplash-wallpapers/releases/download/v1.3.0/Unsplash-Wallpapers-Setup-1.3.0.exe
2026-07-17 12:03:16,587 - INFO - [unsplash_wallpapers] 通过 GitHub API 找到最新版本: v1.3.0
2026-07-17 12:03:16,590 - INFO - [splashy] 尝试使用 GitHub API: https://api.github.com/repos/Halfaxas/Splashy/releases/latest
2026-07-17 12:03:17,437 - INFO - [splashy] 从 GitHub API 中找到下载链接: https://github.com/Halfaxas/Splashy/releases/download/v1.0.5/Splashy_1.0.5_x64-setup.exe
2026-07-17 12:03:17,437 - INFO - [splashy] 通过 GitHub API 找到最新版本: v1.0.5
2026-07-17 12:03:17,438 - INFO - [wallhaven_desktop] 尝试使用 GitHub API: https://api.github.com/repos/ErKeLost/wallhaven-desktop/releases/latest
2026-07-17 12:03:18,364 - INFO - [wallhaven_desktop] 从 GitHub API 中找到下载链接: https://github.com/ErKeLost/wallhaven-desktop/releases/download/v0.0.7/wallhaven_0.0.1_x64-setup.exe
2026-07-17 12:03:18,365 - INFO - [wallhaven_desktop] 通过 GitHub API 找到最新版本: v0.0.7
2026-07-17 12:03:18,367 - INFO - [flying_bird_wallpaper] 尝试使用 GitHub API: https://api.github.com/repos/OXOYO/Flying-Bird-Wallpaper/releases/latest
2026-07-17 12:03:19,182 - INFO - [flying_bird_wallpaper] 从 GitHub API 中找到下载链接: https://github.com/OXOYO/Flying-Bird-Wallpaper/releases/download/v2.0.1/Flying-Bird-Wallpaper-2.0.1-x64-setup.exe
2026-07-17 12:03:19,182 - INFO - [flying_bird_wallpaper] 通过 GitHub API 找到最新版本: v2.0.1
2026-07-17 12:03:19,183 - INFO - [binglish] 尝试使用 GitHub API: https://api.github.com/repos/klemperer/binglish/releases/latest
2026-07-17 12:03:20,052 - INFO - [binglish] 从 GitHub API 中找到下载链接: https://github.com/klemperer/binglish/releases/download/v1.4.6/binglish.exe
2026-07-17 12:03:20,052 - INFO - [binglish] 通过 GitHub API 找到最新版本: v1.4.6
2026-07-17 12:03:57,082 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — darwin 638 项, linux 618 项
2026-07-17 12:03:57,083 - INFO - [bing_wallpaper_now] 尝试使用 GitHub API: https://api.github.com/repos/qiyuey/bing-wallpaper-now/releases/latest
2026-07-17 12:03:57,963 - INFO - [bing_wallpaper_now] 从 GitHub API 中找到下载链接: https://github.com/qiyuey/bing-wallpaper-now/releases/download/1.6.0/Bing.Wallpaper.Now_1.6.0_aarch64.dmg
2026-07-17 12:03:57,963 - INFO - [bing_wallpaper_now] 通过 GitHub API 找到最新版本: 1.6.0
2026-07-17 12:03:57,966 - INFO - [unsplash_wallpapers] 尝试使用 GitHub API: https://api.github.com/repos/soroushchehresa/unsplash-wallpapers/releases/latest
2026-07-17 12:13:59,735 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 785 项
2026-07-17 12:19:51,543 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项
2026-07-20 15:44:49,475 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项
2026-07-20 15:44:49,475 - INFO - 使用 platforms.windows(共 799 项)
2026-07-20 15:44:49,476 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-20 15:44:53,478 - INFO - 网络探测通过:https://github.com
2026-07-20 15:44:53,479 - INFO - === [uniclipboard] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-20 15:44:53,480 - INFO - [uniclipboard] 尝试使用 GitHub API: https://api.github.com/repos/UniClipboard/UniClipboard/releases/latest
2026-07-20 15:44:54,355 - INFO - [uniclipboard] 从 GitHub API 中找到下载链接: https://github.com/UniClipboard/UniClipboard/releases/download/v0.19.1/UniClipboard_0.19.1_x64-setup.exe
2026-07-20 15:44:54,355 - INFO - [uniclipboard] 通过 GitHub API 找到最新版本: v0.19.1
2026-07-20 15:44:54,356 - INFO - 使用从页面解析的下载链接: https://github.com/UniClipboard/UniClipboard/releases/download/v0.19.1/UniClipboard_0.19.1_x64-setup.exe
2026-07-20 15:44:54,357 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\UniClipboard_0.19.1_x64-setup.exe [平台: windows]
2026-07-20 15:44:54,357 - INFO - 尝试下载源 1/4: https://gh-proxy.com/https://github.com/UniClipboard/UniClipboard/releases/download/v0.19.1/UniClipboard_0.19.1_x64-setup.exe
2026-07-20 15:52:44,517 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\UniClipboard_0.19.1_x64-setup.exe (17985626 字节)
2026-07-20 15:52:44,517 - INFO - 成功使用下载源 https://gh-proxy.com/https://github.com/UniClipboard/UniClipboard/releases/download/v0.19.1/UniClipboard_0.19.1_x64-setup.exe
2026-07-20 15:52:44,518 - INFO - [uniclipboard] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\UniClipboard_0.19.1_x64-setup.exe
2026-07-20 15:52:44,520 - INFO - 开始运行安装程序: E:\GITHUB\已经发布\gh-release-fetch\windows\UniClipboard_0.19.1_x64-setup.exe
2026-07-20 15:52:44,607 - INFO - 安装程序已启动 (Popen)
2026-07-20 15:52:44,607 - INFO - === [uniclipboard] 完成 ===
2026-07-20 17:21:54,640 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项
2026-07-20 17:21:54,640 - INFO - 使用 platforms.windows(共 799 项)
2026-07-20 17:21:54,641 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-20 17:21:56,022 - INFO - 网络探测通过:https://github.com
2026-07-20 17:21:56,022 - INFO - === [drawio] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-20 17:21:56,023 - INFO - [drawio] 正在检查最新版本: https://bgithub.xyz/jgraph/drawio-desktop/releases
2026-07-20 17:21:56,679 - WARNING - [drawio] 发布页获取失败: https://bgithub.xyz/jgraph/drawio-desktop/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/jgraph/drawio-desktop/releases
2026-07-20 17:21:56,681 - INFO - [drawio] 正在检查最新版本: https://github.com/jgraph/drawio-desktop/releases
2026-07-20 17:21:58,574 - INFO - [drawio] 已保存发布页 HTML: E:\GITHUB\已经发布\gh-release-fetch\github_page_windows_drawio.html
2026-07-20 17:21:58,788 - INFO - [drawio] 尝试从页面中查找下载链接...
2026-07-20 17:21:58,799 - INFO - [drawio] 从页面中找到下载链接: https://github.com/jgraph/drawio-desktop/releases/download/v30.3.14/draw.io-30.3.14-windows-installer.exe
2026-07-20 17:21:58,807 - INFO - [drawio] 找到最新版本: v30.3.14
2026-07-20 17:21:58,809 - INFO - [drawio] 成功使用发布页来源: https://github.com/jgraph/drawio-desktop/releases
2026-07-20 17:21:58,809 - INFO - [drawio] 同时找到下载链接: https://github.com/jgraph/drawio-desktop/releases/download/v30.3.14/draw.io-30.3.14-windows-installer.exe
2026-07-20 17:21:58,809 - INFO - 使用从页面解析的下载链接: https://github.com/jgraph/drawio-desktop/releases/download/v30.3.14/draw.io-30.3.14-windows-installer.exe
2026-07-20 17:21:58,810 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-30.3.14-windows-installer.exe [平台: windows]
2026-07-20 17:21:58,810 - INFO - 尝试下载源 1/4: https://gh-proxy.com/https://github.com/jgraph/drawio-desktop/releases/download/v30.3.14/draw.io-30.3.14-windows-installer.exe
2026-07-20 17:23:33,818 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-30.3.14-windows-installer.exe (146188680 字节)
2026-07-20 17:23:33,819 - INFO - 成功使用下载源 https://gh-proxy.com/https://github.com/jgraph/drawio-desktop/releases/download/v30.3.14/draw.io-30.3.14-windows-installer.exe
2026-07-20 17:23:33,820 - INFO - [drawio] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-30.3.14-windows-installer.exe
2026-07-20 17:23:33,821 - INFO - 开始运行安装程序: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-30.3.14-windows-installer.exe
2026-07-20 17:23:33,949 - INFO - 安装程序已启动 (Popen)
2026-07-20 17:23:33,950 - INFO - === [drawio] 完成 ===
2026-07-27 10:12:20,479 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项
2026-07-27 10:12:20,479 - INFO - [super_productivity] 尝试使用 GitHub API: https://api.github.com/repos/super-productivity/super-productivity/releases/latest
2026-07-27 10:12:21,361 - INFO - [super_productivity] 通过 GitHub API 找到最新版本: v18.16.0
2026-07-27 10:12:41,466 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项, darwin 675 项, linux 655 项
2026-07-27 10:12:41,466 - INFO - [super_productivity] 尝试使用 GitHub API: https://api.github.com/repos/super-productivity/super-productivity/releases/latest
2026-07-27 10:12:42,164 - INFO - [super_productivity] 从 GitHub API 中找到下载链接: https://github.com/super-productivity/super-productivity/releases/download/v18.16.0/Super-Productivity-Setup-x64.exe
2026-07-27 10:12:42,164 - INFO - [super_productivity] 通过 GitHub API 找到最新版本: v18.16.0
2026-07-27 10:12:42,166 - INFO - [super_productivity] 尝试使用 GitHub API: https://api.github.com/repos/super-productivity/super-productivity/releases/latest
2026-07-27 10:12:42,861 - INFO - [super_productivity] 从 GitHub API 中找到下载链接: https://github.com/super-productivity/super-productivity/releases/download/v18.16.0/superProductivity-arm64.dmg
2026-07-27 10:12:42,861 - INFO - [super_productivity] 通过 GitHub API 找到最新版本: v18.16.0
2026-07-27 10:12:42,863 - INFO - [super_productivity] 尝试使用 GitHub API: https://api.github.com/repos/super-productivity/super-productivity/releases/latest
2026-07-27 10:12:43,575 - INFO - [super_productivity] 从 GitHub API 中找到下载链接: https://github.com/super-productivity/super-productivity/releases/download/v18.16.0/superProductivity-x86_64.AppImage
2026-07-27 10:12:43,575 - INFO - [super_productivity] 通过 GitHub API 找到最新版本: v18.16.0
2026-07-27 10:13:10,262 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项
2026-07-27 10:13:10,263 - INFO - 使用 platforms.windows(共 799 项)
2026-07-27 10:13:10,263 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-27 10:13:12,316 - INFO - 网络探测通过:https://github.com
2026-07-27 10:13:12,317 - INFO - === [super_productivity] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-27 10:13:12,317 - INFO - [super_productivity] 尝试使用 GitHub API: https://api.github.com/repos/super-productivity/super-productivity/releases/latest
2026-07-27 10:13:13,768 - INFO - [super_productivity] 从 GitHub API 中找到下载链接: https://github.com/super-productivity/super-productivity/releases/download/v18.16.0/Super-Productivity-Setup-x64.exe
2026-07-27 10:13:13,768 - INFO - [super_productivity] 通过 GitHub API 找到最新版本: v18.16.0
2026-07-27 10:13:13,770 - INFO - 使用从页面解析的下载链接: https://github.com/super-productivity/super-productivity/releases/download/v18.16.0/Super-Productivity-Setup-x64.exe
2026-07-27 10:13:13,770 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\Super-Productivity-Setup-x64.exe [平台: windows]
2026-07-27 10:13:13,771 - INFO - 尝试下载源 1/4: https://gh-proxy.com/https://github.com/super-productivity/super-productivity/releases/download/v18.16.0/Super-Productivity-Setup-x64.exe
2026-07-27 10:14:31,416 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\Super-Productivity-Setup-x64.exe (111398640 字节)
2026-07-27 10:14:31,416 - INFO - 成功使用下载源 https://gh-proxy.com/https://github.com/super-productivity/super-productivity/releases/download/v18.16.0/Super-Productivity-Setup-x64.exe
2026-07-27 10:14:31,417 - INFO - [super_productivity] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\Super-Productivity-Setup-x64.exe
2026-07-27 10:14:31,418 - INFO - 开始运行安装程序: E:\GITHUB\已经发布\gh-release-fetch\windows\Super-Productivity-Setup-x64.exe
2026-07-27 10:14:31,534 - INFO - 安装程序已启动 (Popen)
2026-07-27 10:14:31,535 - INFO - === [super_productivity] 完成 ===
2026-07-27 10:56:36,769 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项, darwin 675 项, linux 655 项
2026-07-27 11:01:06,068 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项
2026-07-27 11:01:06,069 - INFO - [cursor] 下载前刷新 manifest: C:\Program Files\Python310\python.exe E:\GITHUB\已经发布\gh-release-fetch\VibeCodingToolsDown\scripts\build_manifest.py --only cursor --output-dir E:\GITHUB\已经发布\gh-release-fetch\VibeCodingToolsDown\dist
2026-07-27 11:01:07,176 - INFO - [manifest] Wrote E:\GITHUB\�Ѿ�����\gh-release-fetch\VibeCodingToolsDown\dist\vibecoding\manifest.json items 27 refreshed 1 errors 0
2026-07-27 14:54:11,171 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项
2026-07-27 14:54:11,172 - INFO - 使用 platforms.windows(共 799 项)
2026-07-27 14:54:11,172 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-27 14:54:12,569 - INFO - 网络探测通过:https://github.com
2026-07-27 14:54:12,570 - INFO - === [pixpin] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-27 14:54:12,571 - INFO - [pixpin] 正在检查最新版本: https://pixpin.cn/download/
2026-07-27 14:54:12,717 - INFO - [pixpin] 已保存发布页 HTML: E:\GITHUB\已经发布\gh-release-fetch\github_page_windows_pixpin.html
2026-07-27 14:54:12,730 - INFO - [pixpin] 尝试从页面中查找下载链接...
2026-07-27 14:54:12,733 - INFO - [pixpin] 从通用搜索中找到下载链接: https://down.pixpin.cn/PixPin_win_3.3.5.7.exe
2026-07-27 14:54:12,733 - INFO - [pixpin] 找到最新版本: 3.3.5.7
2026-07-27 14:54:12,734 - INFO - [pixpin] 成功使用发布页来源: https://pixpin.cn/download/
2026-07-27 14:54:12,734 - INFO - [pixpin] 同时找到下载链接: https://down.pixpin.cn/PixPin_win_3.3.5.7.exe
2026-07-27 14:54:12,734 - INFO - 使用从页面解析的下载链接: https://down.pixpin.cn/PixPin_win_3.3.5.7.exe
2026-07-27 14:54:12,734 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\PixPin_cn_zh-cn_3.3.5.7.exe [平台: windows]
2026-07-27 14:54:12,746 - INFO - 已删除旧文件: E:\GITHUB\已经发布\gh-release-fetch\windows\PixPin_cn_zh-cn_3.3.5.7.exe
2026-07-27 14:54:12,747 - INFO - 尝试下载源 1/6: https://down.pixpin.cn/PixPin_win_3.3.5.7.exe
2026-07-27 14:54:24,203 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\PixPin_cn_zh-cn_3.3.5.7.exe (66811712 字节)
2026-07-27 14:54:24,203 - INFO - 成功使用下载源 https://down.pixpin.cn/PixPin_win_3.3.5.7.exe
2026-07-27 14:54:24,205 - INFO - [pixpin] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\PixPin_cn_zh-cn_3.3.5.7.exe
2026-07-27 14:54:24,205 - INFO - 尝试终止进程: PixPin.exe
2026-07-27 14:54:25,101 - INFO - 已终止进程: PixPin.exe
2026-07-27 14:54:27,112 - INFO - 开始运行安装程序: E:\GITHUB\已经发布\gh-release-fetch\windows\PixPin_cn_zh-cn_3.3.5.7.exe
2026-07-27 14:54:27,185 - INFO - 安装程序已启动 (Popen)
2026-07-27 14:54:27,186 - INFO - === [pixpin] 完成 ===
2026-07-27 14:56:11,750 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项
2026-07-27 14:56:11,751 - INFO - 使用 platforms.windows(共 799 项)
2026-07-27 14:56:11,752 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-27 14:56:13,092 - INFO - 网络探测通过:https://github.com
2026-07-27 14:56:13,092 - INFO - === [joplin] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-27 14:56:13,093 - INFO - [joplin] 正在检查最新版本: https://bgithub.xyz/laurent22/joplin/releases
2026-07-27 14:56:13,769 - WARNING - [joplin] 发布页获取失败: https://bgithub.xyz/laurent22/joplin/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/laurent22/joplin/releases
2026-07-27 14:56:13,770 - INFO - [joplin] 正在检查最新版本: https://github.com/laurent22/joplin/releases
2026-07-27 14:56:15,403 - INFO - [joplin] 已保存发布页 HTML: E:\GITHUB\已经发布\gh-release-fetch\github_page_windows_joplin.html
2026-07-27 14:56:15,627 - INFO - [joplin] 尝试从页面中查找下载链接...
2026-07-27 14:56:15,691 - INFO - [joplin] 尝试使用 GitHub API: https://api.github.com/repos/laurent22/joplin/releases/tags/v3.7.9
2026-07-27 14:56:16,518 - INFO - [joplin] 从 GitHub API 中找到下载链接: https://github.com/laurent22/joplin/releases/download/v3.7.9/Joplin-Setup-3.7.9.exe
2026-07-27 14:56:16,518 - INFO - [joplin] 通过 GitHub API 找到最新版本: v3.7.9
2026-07-27 14:56:16,519 - INFO - [joplin] 找到最新版本: v3.7.9
2026-07-27 14:56:16,519 - INFO - [joplin] 成功使用发布页来源: https://github.com/laurent22/joplin/releases
2026-07-27 14:56:16,520 - INFO - [joplin] 同时找到下载链接: https://github.com/laurent22/joplin/releases/download/v3.7.9/Joplin-Setup-3.7.9.exe
2026-07-27 14:56:16,520 - INFO - 使用从页面解析的下载链接: https://github.com/laurent22/joplin/releases/download/v3.7.9/Joplin-Setup-3.7.9.exe
2026-07-27 14:56:16,521 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\Joplin-Setup-3.7.9.exe [平台: windows]
2026-07-27 14:56:16,521 - INFO - 尝试下载源 1/8: https://gh-proxy.com/https://github.com/laurent22/joplin/releases/download/v3.7.9/Joplin-Setup-3.7.9.exe
2026-07-27 15:00:55,071 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\Joplin-Setup-3.7.9.exe (431965664 字节)
2026-07-27 15:00:55,072 - INFO - 成功使用下载源 https://gh-proxy.com/https://github.com/laurent22/joplin/releases/download/v3.7.9/Joplin-Setup-3.7.9.exe
2026-07-27 15:00:55,073 - INFO - [joplin] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\Joplin-Setup-3.7.9.exe
2026-07-27 15:00:55,073 - INFO - 尝试终止进程: Joplin.exe
2026-07-27 15:00:56,010 - INFO - 进程未运行: Joplin.exe
2026-07-27 15:00:58,018 - INFO - 开始运行安装程序: E:\GITHUB\已经发布\gh-release-fetch\windows\Joplin-Setup-3.7.9.exe
2026-07-27 15:00:58,075 - INFO - 安装程序已启动 (Popen)
2026-07-27 15:00:58,077 - INFO - === [joplin] 完成 ===
2026-07-27 16:20:23,522 - INFO - 已从配置目录合并:E:\GITHUB\已经发布\gh-release-fetch\apps — windows 799 项
2026-07-27 16:20:23,523 - INFO - 使用 platforms.windows(共 799 项)
2026-07-27 16:20:23,523 - WARNING - 已关闭 TLS 证书校验(--insecure 或 apps.json ssl_verify=false)
2026-07-27 16:20:24,879 - INFO - 网络探测通过:https://github.com
2026-07-27 16:20:24,880 - INFO - === [drawio] 开始 === [平台: windows] [下载目录: E:\GITHUB\已经发布\gh-release-fetch\windows]
2026-07-27 16:20:24,880 - INFO - [drawio] 正在检查最新版本: https://bgithub.xyz/jgraph/drawio-desktop/releases
2026-07-27 16:20:25,559 - WARNING - [drawio] 发布页获取失败: https://bgithub.xyz/jgraph/drawio-desktop/releases -> 403 Client Error: Forbidden for url: https://bgithub.xyz/jgraph/drawio-desktop/releases
2026-07-27 16:20:25,559 - INFO - [drawio] 正在检查最新版本: https://github.com/jgraph/drawio-desktop/releases
2026-07-27 16:20:27,468 - INFO - [drawio] 已保存发布页 HTML: E:\GITHUB\已经发布\gh-release-fetch\github_page_windows_drawio.html
2026-07-27 16:20:27,763 - INFO - [drawio] 尝试从页面中查找下载链接...
2026-07-27 16:20:27,778 - INFO - [drawio] 从页面中找到下载链接: https://github.com/jgraph/drawio-desktop/releases/download/v31.0.2/draw.io-31.0.2-windows-installer.exe
2026-07-27 16:20:27,801 - INFO - [drawio] 找到最新版本: v31.0.2
2026-07-27 16:20:27,801 - INFO - [drawio] 成功使用发布页来源: https://github.com/jgraph/drawio-desktop/releases
2026-07-27 16:20:27,802 - INFO - [drawio] 同时找到下载链接: https://github.com/jgraph/drawio-desktop/releases/download/v31.0.2/draw.io-31.0.2-windows-installer.exe
2026-07-27 16:20:27,802 - INFO - 使用从页面解析的下载链接: https://github.com/jgraph/drawio-desktop/releases/download/v31.0.2/draw.io-31.0.2-windows-installer.exe
2026-07-27 16:20:27,803 - INFO - 开始下载安装程序到: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-31.0.2-windows-installer.exe [平台: windows]
2026-07-27 16:20:27,803 - INFO - 尝试下载源 1/4: https://gh-proxy.com/https://github.com/jgraph/drawio-desktop/releases/download/v31.0.2/draw.io-31.0.2-windows-installer.exe
2026-07-27 16:22:02,421 - INFO -
下载完成: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-31.0.2-windows-installer.exe (146259832 字节)
2026-07-27 16:22:02,422 - INFO - 成功使用下载源 https://gh-proxy.com/https://github.com/jgraph/drawio-desktop/releases/download/v31.0.2/draw.io-31.0.2-windows-installer.exe
2026-07-27 16:22:02,423 - INFO - [drawio] 安装包已下载: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-31.0.2-windows-installer.exe
2026-07-27 16:22:02,424 - INFO - 开始运行安装程序: E:\GITHUB\已经发布\gh-release-fetch\windows\draw.io-31.0.2-windows-installer.exe
2026-07-27 16:22:02,490 - INFO - 安装程序已启动 (Popen)
2026-07-27 16:22:02,491 - INFO - === [drawio] 完成 ===