feat: 语言切换支持、布局重写、配置读取切换为jackson-yaml

This commit is contained in:
2024-09-05 01:46:48 +08:00
parent 7599524df1
commit fecdee3664
44 changed files with 1843 additions and 887 deletions

View File

@ -0,0 +1,45 @@
/**************************************************
* Setup View
**************************************************/
#setupView {
.check-box {
-fx-font-size: 15;
}
.proxy-panel {
-fx-background-color: #e9e9e9;
-fx-background-radius: 15;
-fx-border-radius: 15;
-fx-border-width: 5;
.radio-button {
-fx-background-color: transparent;
}
}
.proxy-label {
-fx-font-size: 15;
-fx-text-fill: #2c69e0;
-fx-text-alignment: CENTER;
}
.shield {
.label {
-fx-text-fill: white;
-fx-label-padding: 3 5 3 5;
}
.shield-name {
-fx-background-color: #555555;
-fx-background-radius: 5 0 0 5;
}
.shield-version {
-fx-background-color: #6969AA;
-fx-background-radius: 0 5 5 0;
}
}
}