Support always-one-top and disabled-web-shortcuts

This commit is contained in:
Tw93
2024-05-09 15:31:19 +08:00
parent 5f678ebd10
commit 7bcaeb6d7e
5 changed files with 57 additions and 19 deletions

3
bin/types.ts vendored
View File

@@ -27,6 +27,9 @@ export interface PakeCliOptions {
// Enable windows always on top, default false
alwaysOnTop: boolean;
// Disable web shortcuts, default false
disabledWebShortcuts: boolean;
// Custom User-Agent, default off
userAgent: string;