From e667973625f2da006d20d7f5c82b1de977d178a6 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期五, 06 六月 2025 13:50:48 +0800 Subject: [PATCH] # --- .gitignore | 9 +++++++++ .idea/.gitignore | 1 + Monitor-APP/pages/home/home.vue | 4 +++- Monitor-APP/static/img/logo-bai.png | 0 4 files changed, 13 insertions(+), 1 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f7c2569 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +*/unpackage/ diff --git a/.idea/.gitignore b/.idea/.gitignore index 13566b8..f7c2569 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -6,3 +6,4 @@ # Datasource local storage ignored files /dataSources/ /dataSources.local.xml +*/unpackage/ diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index d746532..99effb3 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -158,7 +158,9 @@ </view> <view style="height: 2%;"></view> <view style="height: 18%;display: flex;justify-content: space-around;align-items: center;"> - + <!-- <view style="font-size: 4vh"> + 鑷姩浠撳簱WCS鐩戞帶骞冲彴 + </view> --> <view style="height: 50%;"> <image style="height: 100%;" src="../../static/img/logo-bai.png" mode="aspectFit"></image> </view> diff --git a/Monitor-APP/static/img/logo-bai.png b/Monitor-APP/static/img/logo-bai.png new file mode 100644 index 0000000..21a19b9 --- /dev/null +++ b/Monitor-APP/static/img/logo-bai.png Binary files differ -- Gitblit v1.9.1