@@ -56,59 +56,59 @@ onMounted(() => {
56
56
const antong1List = ref ([
57
57
{
58
58
title: " amd64" ,
59
- zhLabel: ' x86-64/amd64 ' ,
60
- enLabel: ' x86-64/amd64 '
59
+ zhLabel: ' x86-64' ,
60
+ enLabel: ' x86-64'
61
61
},
62
62
{
63
63
title: " arm64" ,
64
- zhLabel: ' AArch64/arm64 ' ,
65
- enLabel: ' AArch64/arm64 ' ,
64
+ zhLabel: ' AArch64' ,
65
+ enLabel: ' AArch64' ,
66
66
},
67
67
{
68
68
title: " loongarch64" ,
69
- zhLabel: ' 龙架构 (LoongArch)/loongarch64 ' ,
70
- enLabel: ' LoongArch/loongarch64 ' ,
69
+ zhLabel: ' 龙架构 (LoongArch)' ,
70
+ enLabel: ' LoongArch' ,
71
71
},
72
72
]);
73
73
const antong2List = ref ([
74
74
{
75
75
title: " ppc64el" ,
76
- zhLabel: ' IBM POWER(小端序)/ppc64el ' ,
77
- enLabel: ' IBM POWER/ppc64el ' ,
76
+ zhLabel: ' IBM POWER(小端序)' ,
77
+ enLabel: ' IBM POWER' ,
78
78
},
79
79
{
80
80
title: " riscv64" ,
81
- zhLabel: ' RISC-V(64 位)/riscv64 ' ,
82
- enLabel: ' RISC-V(64 位)/riscv64 '
81
+ zhLabel: ' RISC-V(64 位)' ,
82
+ enLabel: ' RISC-V(64 位)'
83
83
},
84
84
{
85
85
title: " loongson3" ,
86
- zhLabel: ' 基于 MIPS 的龙芯三号处理器/loongson3 ' ,
87
- enLabel: ' 基于 MIPS 的龙芯三号处理器/loongson3 '
86
+ zhLabel: ' 基于 MIPS 的龙芯三号处理器' ,
87
+ enLabel: ' 基于 MIPS 的龙芯三号处理器'
88
88
},
89
89
]);
90
90
const xingxia1List = ref ([
91
91
{
92
92
title: " i486" ,
93
- zhLabel: ' Intel 80486 或更新/i486 ' ,
94
- enLabel: ' Intel 80486 or new/i486 '
93
+ zhLabel: ' Intel 80486 或更新' ,
94
+ enLabel: ' Intel 80486 or new'
95
95
},
96
96
{
97
97
title: " loongson2f" ,
98
- zhLabel: ' 基于 MIPS 的龙芯二号处理器/loongson2f ' ,
99
- enLabel: ' 基于 MIPS 的龙芯二号处理器/loongson2f '
98
+ zhLabel: ' 基于 MIPS 的龙芯二号处理器' ,
99
+ enLabel: ' 基于 MIPS 的龙芯二号处理器'
100
100
},
101
101
{
102
102
title: " powerpc" ,
103
- zhLabel: ' PowerPC(32 位,大端序)/powerpc ' ,
103
+ zhLabel: ' PowerPC(32 位,大端序)' ,
104
104
enLabel: ' PowerPC/powerpc'
105
105
},
106
106
]);
107
107
const xingxia2List = ref ([
108
108
{
109
109
title: " m68k" ,
110
- zhLabel: ' Motorola 68000 系列处理器**/m68k ' ,
111
- enLabel: ' Motorola 68000/m68k '
110
+ zhLabel: ' Motorola 68000 系列处理器**' ,
111
+ enLabel: ' Motorola 68000'
112
112
},
113
113
{
114
114
title: " armv4" ,
@@ -223,7 +223,7 @@ function getNewVersioArch(arch) {
223
223
<div class =" text-[14pt] mb-[20px]" >
224
224
我们为Docker用户提供了容器镜像,您可以通过如下命令抓取安同OS容器
225
225
</div >
226
- <VCodeBlock code =" docker pull aosc/aosc-os" lang =" shell" highlightjs theme =" gradient-light " />
226
+ <VCodeBlock code =" docker pull aosc/aosc-os" lang =" shell" highlightjs theme =" github " />
227
227
</div >
228
228
</div >
229
229
</template >
0 commit comments