Skip to content

Commit 18ff6d5

Browse files
committed
wip: 修改代码块主题为github
1 parent 5652c02 commit 18ff6d5

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/pages/download/Index.vue

+20-20
Original file line numberDiff line numberDiff line change
@@ -56,59 +56,59 @@ onMounted(() => {
5656
const antong1List = ref([
5757
{
5858
title: "amd64",
59-
zhLabel: 'x86-64/amd64',
60-
enLabel: 'x86-64/amd64'
59+
zhLabel: 'x86-64',
60+
enLabel: 'x86-64'
6161
},
6262
{
6363
title: "arm64",
64-
zhLabel: 'AArch64/arm64',
65-
enLabel: 'AArch64/arm64',
64+
zhLabel: 'AArch64',
65+
enLabel: 'AArch64',
6666
},
6767
{
6868
title: "loongarch64",
69-
zhLabel: '龙架构 (LoongArch)/loongarch64',
70-
enLabel: 'LoongArch/loongarch64',
69+
zhLabel: '龙架构 (LoongArch)',
70+
enLabel: 'LoongArch',
7171
},
7272
]);
7373
const antong2List = ref([
7474
{
7575
title: "ppc64el",
76-
zhLabel: 'IBM POWER(小端序)/ppc64el',
77-
enLabel: 'IBM POWER/ppc64el',
76+
zhLabel: 'IBM POWER(小端序)',
77+
enLabel: 'IBM POWER',
7878
},
7979
{
8080
title: "riscv64",
81-
zhLabel: 'RISC-V(64 位)/riscv64',
82-
enLabel: 'RISC-V(64 位)/riscv64'
81+
zhLabel: 'RISC-V(64 位)',
82+
enLabel: 'RISC-V(64 位)'
8383
},
8484
{
8585
title: "loongson3",
86-
zhLabel: '基于 MIPS 的龙芯三号处理器/loongson3',
87-
enLabel: '基于 MIPS 的龙芯三号处理器/loongson3'
86+
zhLabel: '基于 MIPS 的龙芯三号处理器',
87+
enLabel: '基于 MIPS 的龙芯三号处理器'
8888
},
8989
]);
9090
const xingxia1List = ref([
9191
{
9292
title: "i486",
93-
zhLabel: 'Intel 80486 或更新/i486',
94-
enLabel: 'Intel 80486 or new/i486'
93+
zhLabel: 'Intel 80486 或更新',
94+
enLabel: 'Intel 80486 or new'
9595
},
9696
{
9797
title: "loongson2f",
98-
zhLabel: '基于 MIPS 的龙芯二号处理器/loongson2f',
99-
enLabel: '基于 MIPS 的龙芯二号处理器/loongson2f'
98+
zhLabel: '基于 MIPS 的龙芯二号处理器',
99+
enLabel: '基于 MIPS 的龙芯二号处理器'
100100
},
101101
{
102102
title: "powerpc",
103-
zhLabel: 'PowerPC(32 位,大端序)/powerpc',
103+
zhLabel: 'PowerPC(32 位,大端序)',
104104
enLabel: 'PowerPC/powerpc'
105105
},
106106
]);
107107
const xingxia2List = ref([
108108
{
109109
title: "m68k",
110-
zhLabel: 'Motorola 68000 系列处理器**/m68k',
111-
enLabel: 'Motorola 68000/m68k'
110+
zhLabel: 'Motorola 68000 系列处理器**',
111+
enLabel: 'Motorola 68000'
112112
},
113113
{
114114
title: "armv4",
@@ -223,7 +223,7 @@ function getNewVersioArch(arch) {
223223
<div class="text-[14pt] mb-[20px]">
224224
我们为Docker用户提供了容器镜像,您可以通过如下命令抓取安同OS容器
225225
</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" />
227227
</div>
228228
</div>
229229
</template>

0 commit comments

Comments
 (0)