feat:生产初版页面
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export type PrintHeader = 'wechat' | 'noLogoImage' | 'LogoImage' | 'minimal';
|
||||
|
||||
export interface PrintConfig {
|
||||
header: PrintHeader;
|
||||
appName: string;
|
||||
appHint: string;
|
||||
}
|
||||
Reference in New Issue
Block a user