Support setting navigation bar title

This commit is contained in:
Tw93
2025-08-14 17:18:52 +08:00
parent 7a4f4c6d3d
commit b2072b5e80
8 changed files with 45 additions and 1 deletions

3
bin/types.ts vendored
View File

@@ -6,6 +6,9 @@ export interface PakeCliOptions {
// Application name
name?: string;
// Window title (supports Chinese characters)
title?: string;
// Application icon
icon: string;