1
mirror of https://github.com/CarmJos/UltraDepository.git synced 2024-09-19 19:55:45 +00:00

[v1.1.7] 默认采用中文介绍

This commit is contained in:
Carm Jos 2022-01-05 10:38:21 +08:00
parent 725ea4b4ee
commit 2f0a3d283b

View File

@ -149,15 +149,18 @@ public class UltraDepository extends EasyPlugin {
@Override @Override
public void outputInfo() { public void outputInfo() {
log("&6 _ _ _ _ &e _____ _ _ "); log(" ",
log("&6| | | | | | &e| __ \\ (_) | "); "&6 _ _ _ _ &e _____ _ _ ",
log("&6| | | | | |_ _ __ __ _ &e| | | | ___ _ __ ___ ___ _| |_ ___ _ __ _ _ "); "&6| | | | | | &e| __ \\ (_) | ",
log("&6| | | | | __| '__/ _` |&e| | | |/ _ \\ '_ \\ / _ \\/ __| | __/ _ \\| '__| | | |"); "&6| | | | | |_ _ __ __ _ &e| | | | ___ _ __ ___ ___ _| |_ ___ _ __ _ _ ",
log("&6| |__| | | |_| | | (_| |&e| |__| | __/ |_) | (_) \\__ \\ | || (_) | | | |_| |"); "&6| | | | | __| '__/ _` |&e| | | |/ _ \\ '_ \\ / _ \\/ __| | __/ _ \\| '__| | | |",
log("&6 \\____/|_|\\__|_| \\__,_|&e|_____/ \\___| .__/ \\___/|___/_|\\__\\___/|_| \\__, |"); "&6| |__| | | |_| | | (_| |&e| |__| | __/ |_) | (_) \\__ \\ | || (_) | | | |_| |",
log("&6 &e| | __/ |"); "&6 \\____/|_|\\__|_| \\__,_|&e|_____/ \\___| .__/ \\___/|___/_|\\__\\___/|_| \\__, |",
log("&6 &e|_| |___/ "); "&6 &e| | __/ |",
log("&f访问项目主页查看详细插件介绍 &8| &F View GitHub to get more information"); "&6 &e|_| |___/ ",
log("&6https://github.com/CarmJos/UltraDepository"); "&f请访问项目主页查看详细插件介绍 &8/ &fView GitHub to get more information",
"&8-> &6https://github.com/CarmJos/UltraDepository",
" "
);
} }
} }