Skip to content

Commit 3ea9e71

Browse files
committed
fix(DownloadIndex.vue): 补充 POWER 架构缺少的小端序标记
1 parent 5bfe852 commit 3ea9e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/download/DownloadIndex.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ const antong1List = ref([
259259
const antong2List = ref([
260260
{
261261
title: 'ppc64el',
262-
zhLabel: 'POWER(64 位)',
262+
zhLabel: 'POWER(64 位,小端序',
263263
enLabel: 'POWER (64-bit, little endian)',
264264
popoverData: {
265265
content: '适用于兼容 Power ISA v2.07 及以上版本的 64 位、小端序模式设备',

0 commit comments

Comments
 (0)