8 lines
163 B
JavaScript
8 lines
163 B
JavaScript
t('数据库类型:{}、{}、{}',"sqlite","mysql","mssql");
|
|
|
|
t("数据库密码:{pwd}","123456");
|
|
t("数据库地址:{url}","");
|
|
|
|
t("编码:{encode}","utf-8");
|
|
|