File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace MaiChartManager;
1111
1212public class AppMain : ISingleInstance
1313{
14- public const string Version = "1.5.5 " ;
14+ public const string Version = "1.6.0 " ;
1515 public static Browser ? BrowserWin { get ; set ; }
1616
1717 private Launcher _launcher ;
Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ export default defineConfig(({command}) => ({
1414 UnoCSS ( ) ,
1515 ViteYaml ( ) ,
1616 svgLoader ( ) ,
17- sentryVitePlugin ( {
18- org : "sentry" ,
19- project : "maichartmanager-front" ,
20- disable : command === 'serve' ,
21- url : "https://sentry.c5y.moe" ,
22- } ) ] ,
17+ // sentryVitePlugin({
18+ // org: "sentry",
19+ // project: "maichartmanager-front",
20+ // disable: command === 'serve',
21+ // url: "https://sentry.c5y.moe",
22+ // })
23+ ] ,
2324 resolve : {
2425 alias : {
2526 '@' : '/src' ,
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.5.5 .0"
11+ <Identity Name =" 22369479C5405.MaiChartManager" Publisher =" CN=86A51452-7790-46C3-9A4B-1207C2C97940" Version =" 1.6.0 .0"
1212 ProcessorArchitecture =" x64" />
1313 <Properties >
1414 <DisplayName >MaiChartManager</DisplayName >
You can’t perform that action at this time.
0 commit comments