Skip to content

Commit 1fa8a5d

Browse files
committed
feat(mod): Mod 页面添加实验性功能提示
1 parent bab8307 commit 1fa8a5d

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

ChuChartManager/Front/src/locales/en.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ music:
168168
openExplorer: Open in Explorer
169169
openXml: Edit Music.xml
170170
mods:
171+
experimentalWarning: This feature is experimental and may be unstable
171172
wip: Loading...
172173
loaderNotInstalled: ChuModLoader is not installed
173174
loaderInstalled: ChuModLoader is installed
@@ -458,3 +459,4 @@ emote:
458459
viewerNotFound: FreeMoteViewer.exe not found
459460
viewerLaunched: Emote Viewer launched
460461
launchFailed: Launch failed
462+

ChuChartManager/Front/src/locales/ja.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ music:
168168
openExplorer: エクスプローラーで開く
169169
openXml: Music.xml を編集
170170
mods:
171+
experimentalWarning: この機能は実験的であり、不安定な場合があります
171172
wip: 読み込み中...
172173
loaderNotInstalled: ChuModLoader は未インストールです
173174
loaderInstalled: ChuModLoader はインストール済みです
@@ -449,3 +450,4 @@ emote:
449450
viewerNotFound: FreeMoteViewer.exe が見つかりません
450451
viewerLaunched: Emote Viewer を起動しました
451452
launchFailed: 起動に失敗しました
453+

ChuChartManager/Front/src/locales/zh.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ music:
168168
openExplorer: 在资源管理器中打开
169169
openXml: 编辑 Music.xml
170170
mods:
171+
experimentalWarning: 此功能为实验性,可能存在不稳定的情况
171172
wip: 正在加载...
172173
loaderNotInstalled: ChuModLoader 未安装
173174
loaderInstalled: ChuModLoader 已安装
@@ -458,3 +459,4 @@ emote:
458459
viewerNotFound: FreeMoteViewer.exe 未找到
459460
viewerLaunched: 已启动 Emote Viewer
460461
launchFailed: 启动失败
462+

ChuChartManager/Front/src/views/ModManager.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ watch(config, () => {
9898

9999
<template>
100100
<div class="p-xy h-100dvh flex flex-col of-hidden">
101-
<!-- MCM 风格顶部状态栏 -->
101+
<div class="text-sm op-60 mb-3 px-2 py-1.5 bg-orange/10 c-orange rd">{{ t('mods.experimentalWarning') }}</div>
102102
<div v-if="!loading" class="flex gap-2 items-center flex-wrap shrink-0">
103103
<span>ChuModLoader:</span>
104104
<span :class="loaderOk ? 'c-green-6' : 'c-red-6'">{{ loaderOk ? t('mods.installed') : t('mods.notInstalled') }}</span>

0 commit comments

Comments
 (0)