feat:架构代码优化

This commit is contained in:
R524809
2025-12-11 13:02:44 +08:00
parent 2c32235568
commit 3c0e2af10d
89 changed files with 2774 additions and 2816 deletions
+12 -6
View File
@@ -1,7 +1,13 @@
export default {
printHeader: {
// header: 'wechat',
header: 'LogoImage',
appName: '涂鸦丫小程序',
},
// export default {
// printHeader: {
// // header: 'wechat',
// header: 'LogoImage',
// appName: '涂鸦丫小程序',
// },
// };
export const defaultPrintConfig: PrintConfig = {
header: 'LogoImage',
appName: '涂鸦丫小程序',
appHint: '数学|专注|练字|涂鸦',
};