pref: 更新界面、添加翻译进度反馈、展示日志信息

feat: 添加百度free翻译接口
This commit is contained in:
2024-11-15 01:55:34 +08:00
parent 50032cc599
commit 943056168f
1099 changed files with 7386 additions and 4106 deletions

View File

@ -0,0 +1,13 @@
package cn.octopusyan.dmt;
/**
* 启动类
*
* @author octopus_yan@foxmail.com
*/
public class AppLauncher {
public static void main(String[] args) {
Application.launch(Application.class, args);
}
}