智慧教务系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1 lines
193 B

const a="应用名称",p="请输入应用名称",e="暂无应用",t={appName:a,appNamePlaceholder:p,emptyAppData:e};export{a as appName,p as appNamePlaceholder,t as default,e as emptyAppData};