-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathupdates.js
915 lines (914 loc) · 19.6 KB
/
updates.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
var updatelog={
"2.7.3":{
updates:[
{
tag: "fix",
content: "修复搜索框对齐链接下600-800px的问题"
},
{
tag: "fix",
content: "尝试修复quik.42web.io端中的更新以及强制更新可能会出现的崩溃问题"
},
{
tag: "new",
content: "链接显示可记住上次选择的分组"
},
{
tag: "change",
content: "修改特别鸣谢的内容和用户协议页面的样式"
}
],
time: "2025/2/22"
},
"2.7.2":{
updates:[
{
tag: "fix",
content: "修复手机端在开启搜索框对齐链接下的问题"
},
{
tag: "new",
content: "搜索框可以显示搜索历史"
}
],
time: "2025/2/16"
},
"2.7.1":{
updates:[
{
tag: "new",
content: "搜索框可以设置与链接部分对齐"
},
{
tag: "new",
content: "链接允许自定义图标(Beta)"
}
],
time: "2025/2/15"
},
"2.7.0":{
updates:[
{
tag: "change",
content: "采用新的代码框架(Beta)"
}
],
time: "2025/2/4"
},
"2.6.1":{
updates:[
{
tag:"fix",
content:"修复了链接分组的BUG"
}
],
time:"2025/2/2"
},
"2.6.0":{
updates:[
{
tag:"fix",
content:"修复了一些程序内核中的问题"
},
{
tag:"fix",
content:"修复在quik.42web.io更新时的问题"
},
{
tag:"new",
content:"新增了QUIK问候功能,可在设置中设置"
}
],
time:"2025/2/1"
},
"2.5.7":{
updates:[
{
tag:"fix",
content:"优化一些样式细节"
}
],
time:"2025/1/1"
},
"2.5.6.1":{
updates:[
{
tag:"fix",
content:"修复翻译API接口"
},
{
tag:"fix",
content:"内核问题修复"
}
],
time:"2024/11/23"
},
"2.5.6":{
updates:[
{
tag:"fix",
content:"修复链接图标显示问题"
},
{
tag:"fix",
content:"优化链接图标显示逻辑"
}
],
time:"2024/11/1"
},
"2.5.5":{
updates:[
{
tag:"fix",
content:"限制搜索联想的高度,避免溢出屏幕"
},
{
tag:"change",
content:"将图标源改回GoogleFontsAPI"
},
{
tag:"new",
content:"添加“强制更新”功能,以应急"
}
],
time:"2024/10/19"
},
"2.5.4":{
updates:[
{
tag:"fix",
content:"修复在关于页面点击查看感谢列表时报错的BUG"
},
{
tag:"fix",
content:"整理优化窗口样式"
}
],
time:"2024/9/30"
},
"2.5.3.1":{
updates:[
{
tag:"fix",
content:"修复链接大小失效的BUG"
},
{
tag:"fix",
content:"修复“林中木”搜索引擎图标问题"
}
],
time:"2024/9/21"
},
"2.5.3":{
updates:[
{
tag:"fix",
content:"紧急修复背景蒙版设置为跟随主题时起始页崩溃的恶性BUG"
},
{
tag:"new",
content:"新增链接右键移动至其他分组的功能"
}
],
time:"2024/9/17"
},
"2.5.2.2":{
updates:[
{
tag:"fix",
content:"修复自定义背景上传时显示undefined的BUG"
}
],
time:"2024/9/14"
},
"2.5.2.1":{
updates:[
{
tag:"fix",
content:"修复链接拖动排序的BUG"
},
{
tag:"change",
content:"修改林中木搜索引擎的链接"
}
],
time:"2024/9/7"
},
"2.5.2":{
updates:[
{
tag:"fix",
content:"修复分组删除时的BUG"
},
{
tag:"fix",
content:"修复在不支持indexedDB的浏览器的使用BUG"
},
{
tag:"new",
content:"链接池的链接可在设置中更改为居中显示"
},
],
time:"2024/9/7"
},
"2.5.1":{
updates:[
{
tag:"fix",
content:"修复拖动链接排序的BUG"
},
{
tag:"change",
content:"修改“默认”分组的文字为“"+util.getGoogleIcon('e838',{type:'fill'})+"”"
},
{
tag:"new",
content:"默认分组可右键清空"
},
{
tag:"new",
content:"添加一个小眼睛图标查看壁纸"
},
],
time:"2024/9/7"
},
"2.5.0":{
updates:[
{
tag:"fix",
content:"修复搜索联想的BUG"
},
{
tag:"new",
content:"链接样式可在设置中更改,且将默认样式改为圆形"
},
{
tag:"change",
content:"链接池的拖动条改为透明效果"
},
{
tag:"change",
content:"链接池和图标添加渐显效果"
},
{
tag:"change",
content:"设置界面在大屏幕上会自适应变大"
},
{
tag:"change",
content:"设置中的下拉菜单在选项多时会显示拖动条"
},
{
tag:"fix",
content:"原随机风景图片API失效,更换随机风景图片API为tu.ltyuanfang.cn"
}
],
time:"2024/9/6"
},
"2.4.4.4":{
updates:[
{
tag:"fix",
content:"修复一个背景显示设置的问题,修复一个内核问题,修复内置图片的显示问题"
}
],
time:"2024/9/1"
},
"2.4.4.3":{
updates:[
{
tag:"fix",
content:"修复一个小问题"
}
],
time:"2024/8/30"
},
"2.4.4.1~2":{
updates:[
{
tag:"fix",
content:"修复链接拖动排序的部分问题"
}
],
time:"2024/8/26~27"
},
"2.4.4":{
updates:[
{
tag:"new",
content:"链接分组支持修改位置"
},
{
tag:"fix",
content:"修复链接拖动排序在移动端的部分问题"
},
{
tag:"thanks",
content:"感谢 川上星林 的问题反馈"
}
],
time:"2024/8/26"
},
"2.4.3":{
updates:[
{
tag:"new",
content:"链接可以拖动排序了(beta),如果影响操作可以在设置中关掉"
},
{
tag:"fix",
content:"修复deepClone方法在某些情况下会报错的问题"
}
],
time:"2024/8/26"
},
"2.4.2":{
updates:[
{
tag:"new",
content:"UVVJSyUyMDIuNC4xJTIwJUU1JUJEJUE5JUU4JTlCJThCJTIwLSUyMFJhaW5ib3dDYXQlMjAtJTIwTnlhbiUyMENhdCUyMC0lMjB0cnklMjB0byUyMHNlYXJjaCUyMCUyMnJhaW5ib3djYXRYcXVpayUyMg=="
},
],
time:"2024/8/22"
},
"2.4.0.1":{
updates:[
{
tag:"fix",
content:"紧急修复2.4.0的BUG"
}
],
time:"2024/8/20"
},
"2.4.0":{
updates:[
{
tag:"new",
content:"时间LOGO可以显示日期"
},
{
tag:"fix",
content:"时间LOGO居中问题"
},
{
tag:"new",
content:"搜索框可以关闭"
},
{
tag:"fix",
content:"优化代码,全面使用更先进的ES6语法"
},
{
tag:"fix",
content:"修复一些小问题"
}
],
time:"2024/8/20"
},
"2.3.5":{
updates:[
{
tag:"fix",
content:"稍稍优化了图标的位置"
},
{
tag:"fix",
content:"优化了自定义搜索引擎的样式"
},
{
tag:"change",
content:"添加了酷狗、QQ、网易云三个音乐搜索引擎,并重新调整内置搜索引擎的排序"
},
{
tag:"change",
content:"在极简模式下,搜索框会较靠近中间显示"
},
{
tag:"fix",
content:"优化代码逻辑,整体提升打开时的性能"
},
{
tag:"fix",
content:"修复一些小问题"
}
],
time:"2024/8/19"
},
"2.3.2":{
updates:[
{
tag:"change",
content:"修改了菜单的样式"
},
{
tag:"change",
content:"在主菜单中添加浏览器扩展菜单(浏览器扩展用户不会显示)"
},
{
tag:"fix",
content:"修复一些已知问题,完善用户体验"
}
],
time:"2024/8/13"
},
"2.3.1":{
updates:[
{
tag:"new",
content:"添加了一个内置壁纸"
},
{
tag:"new",
content:"浏览器扩展更新,此版本需要安装新的浏览器扩展,请使用浏览器扩展的用户前往官网下载新的浏览器扩展(ver 1.1.0)"
},
{
tag:"fix",
content:"完善正在开发的云同步API"
}
],
time:"2024/8/12"
},
"2.3.0":{
updates:[
{
tag:"new",
content:"添加了一个正在测试的云同步API(不会泄露数据)"
}
],
time:"2024/8/11"
},
"2.2.4":{
updates:[
{
tag:"fix",
content:"修复一些已知问题"
}
],
time:"2024/8/10"
},
"2.2.3":{
updates:[
{
tag:"fix",
content:"修复一些已知问题"
},
{
tag:"fix",
content:"对一些细节方面进行优化"
}
],
time:"2024/8/9"
},
"2.2.2":{
updates:[
{
tag:"fix",
content:"对设置的一些细节方面进行优化"
}
],
time:"2024/8/8"
},
"2.2.1":{
updates:[
{
tag:"change",
content:"修改设置中下拉菜单的UI"
},
{
tag:"fix",
content:"修复翻译API失效的问题"
},
{
tag:"fix",
content:"修复一些已知问题"
},
{
tag:"thanks",
content:"感谢 ⍢⃝、惊蛰 提供的建议"
}
],
time:"2024/8/8"
},
"2.2.0":{
updates:[
{
tag:"new",
content:"添加对开发者和用户友好的“主题”API和主题设置"
},
{
tag:"new",
content:"对“卡片”API添加不同层级的设置"
},
{
tag:"fix",
content:"修复一些已知问题"
}
],
time:"2024/8/7"
},
"2.1.0":{
updates:[
{
tag:"new",
content:"LOGO支持设置为空"
},
{
tag:"fix",
content:"对一些细节方面进行优化"
},
{
tag:"fix",
content:"修复一些已知问题"
}
],
time:"2024/8/6"
},
"2.0.1":{
updates:[
{
tag:"new",
content:"全新时间LOGO样式"
},
{
tag:"fix",
content:"修复一些已知问题"
}
],
time:"2024/8/2"
},
"2.0.0":{
updates:[
{
"tag": "fix",
"content": "搜索框背景蒙版BUG"
},
{
"tag":"change",
"content":"2.0-beta版正式更改为正式版"
},
{
"tag":"thanks",
"content":"感谢所有使用和支持QUIK起始页的用户"
},
{
"tag":"new",
"content":"欢迎加入唯一官方QQ群:971915865"
}
],
time:"2024/8/1"
},
"2.0.4-beta":{
updates:[
{
"tag": "new",
"content": "搜索框背景蒙版可在设置中关闭或设置模糊"
},
{
"tag":"thanks",
"content":"感谢 银海浮乐 提供的建议"
}
],
time:"2024/7/30"
},
"2.0.3-beta":{
updates:[
{
"tag": "new",
"content": "新增全局毛玻璃效果设置(beta)"
}
],
time:"2024/7/29"
},
"2.0.2-beta":{
updates:[
{
"tag": "change",
"content": "重写自定义搜索引擎界面"
},{
"tag": "thanks",
"content": "感谢 are_you_died 提供的建议"
}
],
time:"2024/7/28"
},
"2.0.1.3-beta":{
updates:[
{
"tag": "fix",
"content": "修复一些小问题"
}
],
time:"2024/7/28"
},
"2.0.1.2-beta":{
updates:[
{
"tag": "fix",
"content": "修复一些小问题"
}
],
time:"2024/7/26"
},
"2.0.1.1-beta":{
updates:[
{
"tag": "fix",
"content": "修复一些小问题"
}
],
time:"2024/7/25"
},
"2.0.1-beta":{
updates:[
{
"tag": "fix",
"content": "修复设置中的一个小BUG"
},{
"tag": "fix",
"content": "修复搜索框中搜索联想文字超出的样式问题"
},{
"tag": "fix",
"content": "修复通知中按钮渲染问题"
},{
"tag": "fix",
"content": "修复插件商店安装插件时,百分比显示异常的问题"
},{
"tag": "new",
"content": "在搜索时按“Tab”“Shift+Tab”切换搜索引擎"
},{
"tag": "fix",
"content": "修复一些小BUG,优化用户体验。"
}
],
time:"2024/7/24"
},
"2.0.0.2-beta":{
updates:[
{
"tag": "fix",
"content": "修复随机一言的BUG"
}
],
time:"2024/7/17"
},
"2.0.0.1-beta":{
updates:[
{
"tag": "fix",
"content": "修复搜索框搜索的BUG"
}
],
time:"2024/7/16"
},
"2.0.0-beta": {
"updates": [
{
"tag": "change",
"content": "UI大优化,大整改,并对手机端进行了支持,更改使用Google Material Icon"
},
{
"tag": "change",
"content": "重写所有模块,优化代码逻辑和用户体验"
},
{
"tag": "change",
"content": "对背景设置进行重写"
},
{
"tag": "fix",
"content": "修复原来近乎无效的离线模式"
},
{
"tag": "del",
"content": "将便签、天气、计算器、问候、闹钟、热点、画板、翻译等功能移除(将会陆续移动到插件)"
},
{
"tag": "new",
"content": "新增插件系统,支持插件拓展"
},
{
"tag": "new",
"content": "新增用户可自己上传任意图片、视频作背景的功能"
},
{
"tag": "new",
"content": "新增背景图片/视频显示设置功能"
},
{
"tag": "new",
"content": "新增极简模式"
},
{
"tag": "del",
"content": "取消第二界面设计"
}
],
"time": "2024/7/16"
},
"1.7.8": {
"updates": [
{
"tag": "change",
"content": "UI第一次大优化"
},
{
"tag": "thanks",
"content": "感谢 川上星林 提供的反馈"
}
],
"time": "2023/9/24"
},
"1.7.5": {
"updates": [
{
"tag": "change",
"content": "优化UI"
},
{
"tag": "new",
"content": "新增显示效果设置"
},
{
"tag": "fix",
"content": "修复若干问题,优化体验"
},
{
"tag": "thanks",
"content": "感谢 edgebook 提供的反馈"
}
],
"time": "2023/9/23"
},
"1.7.2": {
"updates": [
{
"tag": "fix",
"content": "修复一言BUG"
},
{
"tag": "fix",
"content": "修复若干问题,优化体验"
}
],
"time": "2023/9/22"
},
"1.7.1": {
"updates": [
{
"tag": "new",
"content": "一言添加今日诗词API"
}
],
"time": "2023/9/17"
},
"1.7": {
"updates": [
{
"tag": "change",
"content": "更新文档"
},
{
"tag": "fix",
"content": "进一步解决背景相关的BUG"
},
{
"tag": "change",
"content": "切换背景API为故梦API"
},
{
"tag": "new",
"content": "API背景支持下载到本地"
},
{
"tag": "new",
"content": "为休息模式的图片和一言和第一界面底部一言添加来源信息,休息模式的图片来源会显示在左上角,一言的来源在鼠标放在一言上时显示"
},
{
"tag": "new",
"content": "天气支持查看不同的城市(仅中国大陆)"
},
{
"tag": "fix",
"content": "修复若干问题,优化体验"
}
],
"time": "2023/9/10"
},
"1.6": {
"updates": [
{
"tag": "fix",
"content": "修复背景模糊的BUG"
},
{
"tag": "change",
"content": "底部一言修改方式改为直接点击"
},
{
"tag": "new",
"content": "添加一个彩蛋(我可不会告诉你)"
}
],
"time": "2023/9/2"
},
"1.5": {
"updates": [
{
"tag": "new",
"content": "添加搜索框内容翻译功能"
},
{
"tag": "new",
"content": "添加搜索框输入=计算"
},
{
"tag": "new",
"content": "天气预报添加空气质量"
},
{
"tag": "new",
"content": "新增问候功能"
}
],
"time": "2023/8/29"
},
"1.3.1": {
"updates": [
{
"tag": "change",
"content": "修改QUIK起始页使用的图片相关API"
},
{
"tag": "change",
"content": "修改QUIK起始页使用的热榜相关API"
}
],
"time": "2023/8/22"
},
"1.3": {
"updates": [
{
"tag": "new",
"content": "添加休息模式(Beta),Ctrl+Alt+B进入,Ctrl+Q退出,累了就休息一下吧~"
},
{
"tag": "change",
"content": "修改用户协议与隐私政策、新手文档等"
}
],
"time": "2023/8/20"
},
"1.2.1": {
"updates": [
{
"tag": "fix",
"content": "修复已知BUG,优化用户体验"
}
],
"time": "2023/8/20"
},
"1.2": {
"updates": [
{
"tag": "new",
"content": "便笺:支持在第一界面就可以直接添加固定的便签,并在编辑页面添加固定按钮。"
},
{
"tag": "new",
"content": "搜索框:添加一个搜索框仅搜索的设置"
},
{
"tag": "new",
"content": "链接:下方链接可以支持大中小三个样式"
},
{
"tag": "new",
"content": "热点:支持把热点添加到首页"
},
{
"tag": "fix",
"content": "计算器:修复+/-键"
}
],
"time": "2023/8/18"
},
"1.0.1": {
"updates": [
{
"tag": "fix",
"content": "修复已知BUG,优化用户体验"
}
],
"time": "2023/8/3"
},
"1.0.0": {
"updates": [
{
"tag": "new",
"content": "梦开始的地方~"
}
],
"time": "2023/8/1"
}
}
window.connectUpdates(updatelog);