File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
Front/src/components/MusicEdit Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,9 @@ export default defineComponent({
161161 percentage = { progress . value }
162162 indicator-placement = "inside"
163163 processing
164- />
164+ >
165+ { progress . value === 100 ? '还在处理,别急…' : `${ progress . value } %` }
166+ </ NProgress >
165167 </ NModal >
166168 </ NButton > ;
167169 }
Original file line number Diff line number Diff line change 11using System . Reflection ;
22
33[ assembly: AssemblyCompany ( "Clansty" ) ]
4- [ assembly: AssemblyFileVersion ( "1.2.0 .0" ) ]
5- [ assembly: AssemblyInformationalVersion ( "1.2.0 " ) ]
4+ [ assembly: AssemblyFileVersion ( "1.2.1 .0" ) ]
5+ [ assembly: AssemblyInformationalVersion ( "1.2.1 " ) ]
66[ assembly: AssemblyProduct ( "MaiChartManager" ) ]
77[ assembly: AssemblyTitle ( "MaiChartManager" ) ]
8- [ assembly: AssemblyVersion ( "1.2.0 .0" ) ]
8+ [ assembly: AssemblyVersion ( "1.2.1 .0" ) ]
99[ assembly: System . Runtime . Versioning . TargetPlatformAttribute ( "Windows10.0.17763.0" ) ]
1010[ assembly: System . Runtime . Versioning . SupportedOSPlatformAttribute ( "Windows10.0.14393.0" ) ]
Original file line number Diff line number Diff line change 88 xmlns : desktop =" http://schemas.microsoft.com/appx/manifest/desktop/windows10"
99 IgnorableNamespaces =" win32dependencies"
1010>
11- <Identity Name =" 22369479C5405.MaiChartManager" Publisher =" CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version =" 1.2.0 .0"
11+ <Identity Name =" 22369479C5405.MaiChartManager" Publisher =" CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version =" 1.2.1 .0"
1212 ProcessorArchitecture =" x64" />
1313 <Properties >
1414 <DisplayName >MaiChartManager</DisplayName >
4545 <Capabilities >
4646 <rescap : Capability Name =" runFullTrust" />
4747 </Capabilities >
48- </Package >
48+ </Package >
You can’t perform that action at this time.
0 commit comments