所有页面-创建中英双语对照-优化翻译文档结构

This commit is contained in:
2026-03-17 11:42:16 +08:00
parent 4a7397ce04
commit c790f74905
110 changed files with 1729 additions and 421 deletions

View File

@@ -3,7 +3,7 @@
<ElCard shadow="never" class="form-card">
<template #header>
<div class="card-header">
<span>游戏奖励配置</span>
<span>{{ $t('page.toolbar.gameRewardConfig') }}</span>
<ElButton
v-permission="'dice:reward_config:index:update'"
type="warning"
@@ -12,7 +12,7 @@
v-ripple
title="按规则start_index=config(grid_number).id顺时针 end_index=(start_index+grid_number)%26逆时针 end_index=start_index-grid_number≥0?start_index-grid_number:26+start_index-grid_number"
>
创建奖励对照
{{ $t('page.toolbar.createRewardRef') }}
</ElButton>
</div>
</template>