Files
wehub-resource-sync 2114b14ee0
Sync main into demo / sync (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:35:26 +08:00

15 lines
439 B
TypeScript

import likesIcon from './assets/message/list_1.jpg';
import followersIcon from './assets/message/list_2.jpg';
import commentsIcon from './assets/message/list_3.jpg';
import notificationsIcon from './assets/message/list_4.jpg';
export const REDBOOK_CONSTANTS = {
messageIcons: {
likes: likesIcon,
followers: followersIcon,
comments: commentsIcon,
notifications: notificationsIcon,
},
useLocalData: false,
} as const;