mirror of
https://github.com/octopusYan/dayz-mod-translator.git
synced 2025-12-15 20:51:56 +08:00
pref: 更新界面、添加翻译进度反馈、展示日志信息
feat: 添加百度free翻译接口
This commit is contained in:
13
src/main/java/cn/octopusyan/dmt/AppLauncher.java
Normal file
13
src/main/java/cn/octopusyan/dmt/AppLauncher.java
Normal 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user