book-min/miniprogram/images/tabbar/create_icons.ts

16 lines
512 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 创建 tabbar 图标目录
const iconFiles = [
'home.png', // 首页-未选中
'home-active.png', // 首页-选中
'book.png', // 书架-未选中
'book-active.png', // 书架-选中
'note.png', // 笔记-未选中
'note-active.png', // 笔记-选中
'user.png', // 我的-未选中
'user-active.png' // 我的-选中
];
// 由于微信小程序对图标有特定要求,建议:
// 1. 图标尺寸: 81px × 81px
// 2. 图标格式: PNG
// 3. 背景色: 透明