feat: 脚手架基本ok
This commit is contained in:
13
bin/defaults.ts
Normal file
13
bin/defaults.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { PakeCliOptions } from './types.js';
|
||||
|
||||
export const DEFAULT_PAKE_OPTIONS: PakeCliOptions = {
|
||||
icon: '',
|
||||
height: 800,
|
||||
width: 1280,
|
||||
fullscreen: false,
|
||||
resizable: true,
|
||||
transparent: false,
|
||||
debug: false,
|
||||
};
|
||||
|
||||
export const DEFAULT_APP_NAME = 'Pake';
|
||||
Reference in New Issue
Block a user