1.新增马来语ms,修改有商品管理和所有接口返回

This commit is contained in:
2026-04-21 14:30:15 +08:00
parent 3ac825f15d
commit 7b9187fb62
11 changed files with 501 additions and 59 deletions

View File

@@ -2,6 +2,10 @@ export default {
id: 'ID',
title: 'Title',
description: 'Description',
title_en: 'Title (English)',
description_en: 'Description (English)',
title_ms: 'Title (Malay)',
description_ms: 'Description (Malay)',
remark: 'Remark',
score: 'Points',
type: 'Type',

View File

@@ -2,6 +2,10 @@ export default {
id: 'ID',
title: '标题',
description: '描述',
title_en: '标题(英文)',
description_en: '描述(英文)',
title_ms: '标题(马来语)',
description_ms: '描述(马来语)',
remark: '备注',
score: '兑换积分',
type: '类型',