feat(admin): 添加管理后台logo文件- 新增128x128尺寸的SVG格式logo文件
- 使用Method Draw工具创建矢量图形 - 包含背景层和图层1的基础结构 - 支持透明背景显示 - 为管理后台界面提供品牌标识- 便于后续UI组件中引用和展示
This commit is contained in:
13
dict/taro/config/dev.ts
Normal file
13
dict/taro/config/dev.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import type { UserConfigExport } from "@tarojs/cli";
|
||||
export default {
|
||||
logger: {
|
||||
quiet: false,
|
||||
stats: true
|
||||
},
|
||||
mini: {
|
||||
miniCssExtractPluginOption: {
|
||||
ignoreOrder: true
|
||||
}
|
||||
},
|
||||
h5: {}
|
||||
} satisfies UserConfigExport<'webpack5'>
|
||||
Reference in New Issue
Block a user