feat:【antd】【mp】review 枚举类相关的代码

This commit is contained in:
YunaiV
2025-11-19 21:05:32 +08:00
parent 234ca5cfa4
commit 25cd2b629c
8 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,4 @@
// TODO @hw看看要不要迁移到 packages/constants/src/biz-mp-enum.ts
export enum ReplyType {
Image = 'image',
Music = 'music',

View File

@@ -9,3 +9,5 @@ export * from './wx-news';
export * from './wx-reply';
export * from './wx-video-play';
export * from './wx-voice-play';
// TODO @hw要不使用 export { default as WxAccountSelect } from './account-select.vue'; 形式;

View File

@@ -1,4 +1,5 @@
import { message } from 'ant-design-vue';
// TODO @xingyu这种要想办法全局共享起来么
import { $t } from '#/locales';