Merge branch 'master-dev' into feature-Beta-dev-renpy

This commit is contained in:
任珮宇 2024-02-05 18:50:23 +08:00
commit b0dbf4cc25

View File

@ -156,9 +156,9 @@ const columns = [
},
},
{
title: 'DISK USAGE',
title: 'MEMORY FREE',
align: 'center',
dataIndex: 'diskUsage',
dataIndex: 'memoryFree',
scopedSlots: {
customRender: 'disk',
},