File tree 6 files changed +7
-2
lines changed
dashboard/workbench/components
6 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " simple-admin" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"homepage" : " https://github.com/suyuan32/simple-admin-backend-ui" ,
5
5
"bugs" : {
6
6
"url" : " https://github.com/suyuan32/simple-admin-backend-ui/issue"
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export default {
25
25
smsProviderList : 'Sms Provider List' ,
26
26
tencent : 'Tencent Cloud' ,
27
27
aliyun : 'Alibaba Cloud' ,
28
+ uni : 'Uni SMS' ,
28
29
} ,
29
30
smsLog : {
30
31
phoneNumber : 'Phone Number' ,
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ export default {
25
25
smsProviderList : '短信服务列表' ,
26
26
tencent : '腾讯云' ,
27
27
aliyun : '阿里云' ,
28
+ uni : '合一短信' ,
28
29
} ,
29
30
smsLog : {
30
31
phoneNumber : '电话号码' ,
Original file line number Diff line number Diff line change @@ -52,5 +52,5 @@ export const navItems: NavItem[] = [
52
52
53
53
export const systemInfoData = [
54
54
[ 'sys.sys.Name' , 'Simple Admin' ] ,
55
- [ 'sys.sys.version' , 'V 1.1.1 ' ] ,
55
+ [ 'sys.sys.version' , 'V 1.1.2 ' ] ,
56
56
] ;
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ export const formSchema: FormSchema[] = [
40
40
options : [
41
41
{ label : t ( 'mcms.smsProvider.tencent' ) , value : 'tencent' } ,
42
42
{ label : t ( 'mcms.smsProvider.aliyun' ) , value : 'aliyun' } ,
43
+ { label : t ( 'mcms.smsProvider.uni' ) , value : 'uni' } ,
43
44
] ,
44
45
} ,
45
46
} ,
Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ export const searchFormSchema: FormSchema[] = [
62
62
options : [
63
63
{ label : t ( 'mcms.smsProvider.tencent' ) , value : 'tencent' } ,
64
64
{ label : t ( 'mcms.smsProvider.aliyun' ) , value : 'aliyun' } ,
65
+ { label : t ( 'mcms.smsProvider.uni' ) , value : 'uni' } ,
65
66
] ,
66
67
} ,
67
68
} ,
@@ -84,6 +85,7 @@ export const formSchema: FormSchema[] = [
84
85
options : [
85
86
{ label : t ( 'mcms.smsProvider.tencent' ) , value : 'tencent' } ,
86
87
{ label : t ( 'mcms.smsProvider.aliyun' ) , value : 'aliyun' } ,
88
+ { label : t ( 'mcms.smsProvider.uni' ) , value : 'uni' } ,
87
89
] ,
88
90
} ,
89
91
} ,
You can’t perform that action at this time.
0 commit comments