From ca5ac89a24c6ace3fb7897b4b238b243059dcb43 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 18 十一月 2024 09:32:18 +0800 Subject: [PATCH] 1. word生成优化图片大小生成逻辑 --- src/constants/index.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/constants/index.js b/src/constants/index.js index 51c825e..293b045 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -1 +1,2 @@ -export { MENU_FYSP, MENU_FYTZ, MENU_FYPW } from './menu' +export { MENU_FYSP, MENU_FYTZ, MENU_FYPW } from './menu'; +export { envCreditCode } from './envCreditCode'; -- Gitblit v1.9.3