chore: 版本号提升至 0.1.1
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5e0651453c
commit
7885395776
@ -63,7 +63,7 @@ int main(int argc, char* argv[])
|
|||||||
{
|
{
|
||||||
impress::Application app(argc, argv);
|
impress::Application app(argc, argv);
|
||||||
app.setApplicationName("Impress Voice Input");
|
app.setApplicationName("Impress Voice Input");
|
||||||
app.setApplicationVersion("0.1.0");
|
app.setApplicationVersion("0.1.1");
|
||||||
app.setOrganizationName("Impress");
|
app.setOrganizationName("Impress");
|
||||||
|
|
||||||
// 默认日志目录(配置加载后可能被覆盖)
|
// 默认日志目录(配置加载后可能被覆盖)
|
||||||
|
|||||||
@ -306,7 +306,7 @@ void MainWindow::setupMenuBar() {
|
|||||||
QMessageBox::about(this, "关于",
|
QMessageBox::about(this, "关于",
|
||||||
"<h2>Impress Voice Input</h2>"
|
"<h2>Impress Voice Input</h2>"
|
||||||
"<p>基于 ONNX 的实时语音转文本输入法</p>"
|
"<p>基于 ONNX 的实时语音转文本输入法</p>"
|
||||||
"<p>版本: 0.1.0</p>");
|
"<p>版本: 0.1.1</p>");
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user