Skip to content

Commit 85a4db9

Browse files
author
ricardo
committed
feat: v1.1.1
1 parent 254d222 commit 85a4db9

20 files changed

+1447
-1447
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo "Starting build process for VSingerBoard..."
99
echo "[1/2] Building frontend assets..."
1010
rm -rf wwwroot
1111

12-
if npm run -C frontend/ build; then
12+
if pnpm run -C frontend/ build; then
1313
echo "Frontend build successful."
1414
else
1515
echo "Error: Frontend build failed."

frontend/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"exclude": ["src/**/__tests__/*"],
55
"compilerOptions": {
66
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
7-
7+
"rootDir": "./src",
88
"paths": {
99
"@/*": ["./src/*"]
1010
},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vsingerboard"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.12"

src/utils/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.1"

uv.lock

Lines changed: 1426 additions & 1426 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(1, 1, 0, 0),
10-
prodvers=(1, 1, 0, 0),
9+
filevers=(1, 1, 1, 0),
10+
prodvers=(1, 1, 1, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -29,13 +29,13 @@ StringFileInfo(
2929
u'040904B0',
3030
[StringStruct(u'CompanyName', u'想象力有限公司'),
3131
StringStruct(u'FileDescription', u'多平台点歌板'),
32-
StringStruct(u'FileVersion', u'1.1.0'),
32+
StringStruct(u'FileVersion', u'1.1.1'),
3333
StringStruct(u'InternalName', u'VSingerBoard'),
3434
StringStruct(u'LegalCopyright', u'Copyright (c) 2025 Ricardo All rights reserved.'),
3535
StringStruct(u'OriginalFilename', u'VSingerBoard.exe'),
3636
StringStruct(u'ProductName', u'点歌姬'),
37-
StringStruct(u'ProductVersion', u'1.1.0'),
38-
StringStruct(u'Build', u'1882')])
37+
StringStruct(u'ProductVersion', u'1.1.1'),
38+
StringStruct(u'Build', u'1899')])
3939
]),
4040
VarFileInfo([VarStruct(u'Translation', [2052, 1200])])
4141
]
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wwwroot/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<link rel="icon" href="/favicon.ico">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>VSingerBoard</title>
8-
<script type="module" crossorigin src="/js/index-VsYnm2nK.js"></script>
8+
<script type="module" crossorigin src="/js/index-MkrUeJyj.js"></script>
99
<link rel="modulepreload" crossorigin href="/js/vendor-exceljs-C-8i3j8b.js">
1010
<link rel="modulepreload" crossorigin href="/js/vendor-libs-HLQpMz2o.js">
1111
<link rel="modulepreload" crossorigin href="/js/vendor-vue-J6GVTi4e.js">
1212
<link rel="modulepreload" crossorigin href="/js/vendor-element-plus-C1FTue0a.js">
1313
<link rel="stylesheet" crossorigin href="/css/vendor-libs-CtmmCz1m.css">
1414
<link rel="stylesheet" crossorigin href="/css/vendor-element-plus-BZ7BMi-U.css">
15-
<link rel="stylesheet" crossorigin href="/css/index-cbIudrfU.css">
15+
<link rel="stylesheet" crossorigin href="/css/index-CIO003Dn.css">
1616
</head>
1717
<body>
1818
<div id="app"></div>

0 commit comments

Comments
 (0)