From c3852e1fb8f648c231ae3d6f99c84785c5012652 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Thu, 6 Mar 2025 17:03:31 +0800 Subject: [PATCH] 1212 --- .gitignore | 3 + app/pages/home/components/ItemList/index.vue | 160 +++++-------------- 2 files changed, 44 insertions(+), 119 deletions(-) diff --git a/.gitignore b/.gitignore index 48fcd8f..8eae3cf 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ logs .DS_Store .fleet .idea +.history/ +.history/** +**/.history/** \ No newline at end of file diff --git a/app/pages/home/components/ItemList/index.vue b/app/pages/home/components/ItemList/index.vue index 502c189..4561bb6 100644 --- a/app/pages/home/components/ItemList/index.vue +++ b/app/pages/home/components/ItemList/index.vue @@ -1,8 +1,9 @@