Skip to content

Commit 5974cf6

Browse files
committed
chore: 小改一下logo
1 parent 9adf696 commit 5974cf6

7 files changed

Lines changed: 6 additions & 2 deletions

File tree

ChuChartManager/ChuChartManager.csproj.user

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<Compile Update="Browser.cs">
66
<SubType>Form</SubType>
77
</Compile>
8+
<Compile Update="LauncherForm.cs">
9+
<SubType>Form</SubType>
10+
</Compile>
811
<Compile Update="OobeBrowser.cs">
912
<SubType>Form</SubType>
1013
</Compile>
-80.1 KB
Loading
36.7 KB
Loading

ChuChartManager/Front/src/components/VersionInfo.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ export default defineComponent({
2121
)}
2222

2323
<Modal
24-
width="min(85vw,30em)"
24+
width="min(85vw,60em)"
2525
title={t('about.title')}
2626
v-model:show={show.value}
2727
>
28-
<div class="flex flex-col gap-3">
28+
<div class="flex flex-col gap-3" style={{ containerType: 'inline-size' }}>
29+
<img src="/logo-wide.png" class="w-[58cqw] mx-auto mt-2 mb-6" />
2930
<div>
3031
<div class="text-sm op-60">{t('about.version')}</div>
3132
<div>v{appVersion.value.version}</div>

logo-full.png

-77.3 KB
Loading

logo-wide.png

37.8 KB
Loading

logo.png

-6.79 KB
Loading

0 commit comments

Comments
 (0)