Merge pull request #988 from Soulter/NiceAir/master

 feat: Update UI elements and improve layout in various components
This commit is contained in:
Soulter
2025-03-25 23:17:11 +08:00
committed by GitHub
6 changed files with 11 additions and 11 deletions
+1
View File
@@ -300,5 +300,6 @@ export default {
<style scoped>
.platform-page {
padding: 20px;
padding-top: 8px;
}
</style>
+1
View File
@@ -324,5 +324,6 @@ export default {
<style scoped>
.provider-page {
padding: 20px;
padding-top: 8px;
}
</style>
+1 -4
View File
@@ -5,7 +5,7 @@
<v-list lines="two">
<v-list-subheader>网络</v-list-subheader>
<v-list-item subtitle="设置下载插件或者更新 AstrBot 时所用的 GitHub 加速地址。这在中国大陆的网络环境有效。可以自定义,输入结果实时生效" title="GitHub 加速地址">
<v-list-item subtitle="设置下载插件或者更新 AstrBot 时所用的 GitHub 加速地址。这在中国大陆的网络环境有效。可以自定义,输入结果实时生效。所有地址均不保证稳定性,如果在更新插件/项目时出现报错,请首先检查加速地址是否能正常使用。" title="GitHub 加速地址">
<v-combobox variant="outlined" style="width: 100%; margin-top: 16px;" v-model="selectedGitHubProxy" :items="githubProxies"
label="选择 GitHub 加速地址">
@@ -41,11 +41,8 @@ export default {
data() {
return {
githubProxies: [
"https://ghproxy.cn",
"https://gh.llkk.cc",
"https://ghproxy.net",
"https://gitproxy.click",
"https://github.tbedu.top"
],
selectedGitHubProxy: "",
}
+1
View File
@@ -589,6 +589,7 @@ export default {
<style scoped>
.tools-page {
padding: 20px;
padding-top: 8px;
}
.server-card {