增加主机信息功能

This commit is contained in:
2026-04-18 12:02:19 +08:00
parent 4604c15f0c
commit a8c4c44c16
3 changed files with 121 additions and 93 deletions

View File

@@ -42,7 +42,7 @@
import ProjectInfo from './components/ProjectInfo.vue';
</script>
<style lang="less">
@dark-bg: #141414;
@dark-bg: rgb(0, 0, 0);
@desktop-page-gap: 12px;
@desktop-page-padding: 0;
@desktop-card-radius: 10px;

View File

@@ -41,7 +41,7 @@
</script>
<style lang="less">
@dark-bg: #141414;
@dark-bg: rgb(0, 0, 0);
@desktop-page-gap: 12px;
@desktop-page-padding: 0;
@desktop-card-radius: 10px;