File tree Expand file tree Collapse file tree 4 files changed +25
-23
lines changed Expand file tree Collapse file tree 4 files changed +25
-23
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,7 @@ const supportRef = useTemplateRef('support');
29
29
<li
30
30
v-for =" (item, index) in navigationList"
31
31
:key =" `${route.path}-${getSpecifiedTitle(item)}-${index}`" >
32
- <AppLink
33
- :to ="
34
- item.url
35
- ? Number.isFinite(item.hIndex)
36
- ? `${item.url}${item.hash[item.hIndex]}`
37
- : item.url
38
- : `${route.path.replace(/\/+$/, '')}${item.hash}`
39
- "
40
- >{{ getSpecifiedTitle(item) }}</AppLink
41
- >
32
+ <LinkStandard :link =" item" />
42
33
</li >
43
34
</ul >
44
35
</div >
Original file line number Diff line number Diff line change 851
851
],
852
852
"url" : " https://weblate.aosc.io/"
853
853
},
854
- "l10nWorkGuide" : [
855
- {
856
- "title" : " Guide to localization of free software in mainland China Version 1.5.4" ,
857
- "url" : " https://repo.aosc.io/aosc-l10n/zh_CN_l10n_1.5.4.pdf"
858
- }
859
- ],
854
+ "l10nWorkGuide" : {
855
+ "title" : [
856
+ {
857
+ "texts" : [
858
+ " Guide to localization of free software in mainland China " ,
859
+ " Version 1.5.4"
860
+ ],
861
+ "book" : [
862
+ 0
863
+ ]
864
+ }
865
+ ],
866
+ "url" : " https://repo.aosc.io/aosc-l10n/zh_CN_l10n_1.5.4.pdf"
867
+ },
860
868
"dkcli" : {
861
869
"title" : [
862
870
" dkcli"
Original file line number Diff line number Diff line change 575
575
"title" : [" 社区 Weblate 平台" ],
576
576
"url" : " https://weblate.aosc.io/"
577
577
},
578
- "l10nWorkGuide" : [
579
- {
580
- "title" : " 《大陆简中自由软件本地化工作指南》1.5.4 版" ,
581
- "url" : " https://repo.aosc.io/aosc-l10n/zh_CN_l10n_1.5.4.pdf"
582
- }
583
- ],
578
+ "l10nWorkGuide" : {
579
+ "title" : [
580
+ {
581
+ "texts" : [" 大陆简中自由软件本地化工作指南" , " 1.5.4 版" ],
582
+ "book" : [0 ]
583
+ }
584
+ ],
585
+ "url" : " https://repo.aosc.io/aosc-l10n/zh_CN_l10n_1.5.4.pdf"
586
+ },
584
587
"dkcli" : {
585
588
"title" : [" dkcli" ],
586
589
"url" : " https://github.com/AOSC-Dev/dkcli"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const linkValue = tm('allUniversalLink');
5
5
useHead ({ title: textValue .title1 });
6
6
const navigationList = [linkValue .thisPageSupport , linkValue .weblate ];
7
7
8
- const docList = linkValue .l10nWorkGuide ;
8
+ const docList = [ linkValue .l10nWorkGuide ] ;
9
9
</script >
10
10
11
11
<template >
You can’t perform that action at this time.
0 commit comments