Skip to content

Commit cfda19b

Browse files
committed
feat: 实验性功能 SUS导出
1 parent 663c852 commit cfda19b

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

ChuChartManager/Front/src/locales/en.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ music:
119119
importChart: Import Chart
120120
exportC2S: Export C2S
121121
exportUGC: Export UGC
122+
exportSUS: Export SUS
122123
save: Save Changes
123124
copyToOption: Copy to other Option
124125
copy: Copy

ChuChartManager/Front/src/locales/ja.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ music:
119119
importChart: 譜面をインポート
120120
exportC2S: C2S エクスポート
121121
exportUGC: UGC エクスポート
122+
exportSUS: SUS エクスポート
122123
save: 変更を保存
123124
copyToOption: 他のオプションにコピー
124125
copy: コピー

ChuChartManager/Front/src/locales/zh.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ music:
119119
importChart: 导入谱面
120120
exportC2S: 导出 C2S
121121
exportUGC: 导出 UGC
122+
exportSUS: 导出 SUS
122123
save: 保存修改
123124
copyToOption: 复制到其他 Option
124125
copy: 复制

ChuChartManager/Front/src/views/MusicList.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ function getDiffPanelStyle(i: number) {
381381
<Button v-if="!isA000" @click="handleImportChart(selectedDiff)">{{ editFumens[selectedDiff].enable ? t('music.replaceChart') : t('music.importChart') }} (C2S/UGC/SUS)</Button>
382382
<Button v-if="editFumens[selectedDiff].enable" @click="handleExportChart(selectedDiff, 'c2s')">{{ t('music.exportC2S') }}</Button>
383383
<Button v-if="editFumens[selectedDiff].enable" @click="handleExportChart(selectedDiff, 'ugc')">{{ t('music.exportUGC') }}</Button>
384+
<Button v-if="editFumens[selectedDiff].enable" @click="handleExportChart(selectedDiff, 'sus')">{{ t('music.exportSUS') }}</Button>
384385
</div>
385386
</div>
386387
</div>

0 commit comments

Comments
 (0)