wujingjing
2025-04-09 f17a10fa1490e4a1840997900770a43ce2ac7313
1
2
3
4
5
6
7
8
9
10
11
12
13
// 定义内容
export default {
    formI18nLabel: {
        name: '姓名',
        email: '用戶歸屬部門',
        autograph: '登入帳戶名',
    },
    formI18nPlaceholder: {
        name: '請輸入姓名',
        email: '請輸入用戶歸屬部門',
        autograph: '請輸入登入帳戶名',
    },
};