From 7ea8266f3cdecc0ba553e4bf0c7ae43512561b73 Mon Sep 17 00:00:00 2001 From: tk Date: Tue, 6 Aug 2024 16:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=B1=BB=20=20=E5=9E=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9Astyle=201.=E6=94=B9=E4=B8=80=E4=B8=8B=20=E2=80=9C?= =?UTF-8?q?=E8=BF=94=E8=88=AA=E7=BB=84=E4=BB=B6=E9=87=8C=E9=9D=A2=E7=9A=84?= =?UTF-8?q?tip=E6=A0=87=E7=AD=BE=E7=BB=84=E4=BB=B6=E2=80=9D=20=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=202.=E5=88=A0=E6=8E=89=E5=87=A0=E4=B8=AA=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=BB=84=E4=BB=B6=20=E3=80=90=E5=8E=9F=20=20=E5=9B=A0?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E6=8A=8A=E7=BB=84=E4=BB=B6=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E6=94=BE=E5=9C=A8=E7=BB=84=E4=BB=B6=E7=9B=AE=E4=B8=8B=E9=9D=A2?= =?UTF-8?q?=20=E4=B8=8D=E7=94=A8=E5=AD=90=E7=9B=AE=E5=BD=95=20=20=E4=BB=A5?= =?UTF-8?q?=E5=90=8E=E6=9C=89=E5=8F=AF=E8=83=BD=E4=BC=9A=E7=94=A8=E5=88=B0?= =?UTF-8?q?=20easycom=20=E8=87=AA=E5=8A=A8=E5=8A=A0=E8=BD=BD=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E7=89=B9=E6=80=A7=20=E8=BF=99=E6=A0=B7?= =?UTF-8?q?=E6=94=B9=E7=9B=AE=E5=BD=95=E7=BB=93=E6=9E=84=E7=AC=A6=E5=90=88?= =?UTF-8?q?=E8=A7=84=E8=8C=83=20=E3=80=90=E8=BF=87=20=20=E7=A8=8B=E3=80=91?= =?UTF-8?q?=EF=BC=9A=20=E3=80=90=E5=BD=B1=20=20=E5=93=8D=E3=80=91=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BatteryStatus.vue | 2 +- src/components/Tag/HeartTag.vue | 89 ---------------------------- src/components/Tag/PublicTag.vue | 73 ----------------------- src/components/{Tag => }/Tooltip.vue | 0 4 files changed, 1 insertion(+), 163 deletions(-) delete mode 100644 src/components/Tag/HeartTag.vue delete mode 100644 src/components/Tag/PublicTag.vue rename src/components/{Tag => }/Tooltip.vue (100%) diff --git a/src/components/BatteryStatus.vue b/src/components/BatteryStatus.vue index e8f9c49..e403a50 100644 --- a/src/components/BatteryStatus.vue +++ b/src/components/BatteryStatus.vue @@ -13,7 +13,7 @@ - - diff --git a/src/components/Tag/PublicTag.vue b/src/components/Tag/PublicTag.vue deleted file mode 100644 index 17efc7d..0000000 --- a/src/components/Tag/PublicTag.vue +++ /dev/null @@ -1,73 +0,0 @@ - - - - - diff --git a/src/components/Tag/Tooltip.vue b/src/components/Tooltip.vue similarity index 100% rename from src/components/Tag/Tooltip.vue rename to src/components/Tooltip.vue