From 14bcea02d01baf1d24135a31a26b993dbc52ef6d Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Tue, 16 Jul 2024 11:09:16 +0800 Subject: [PATCH] :arrow_up: Upgrade dealer --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 4 +++- .idea/workspace.xml | 15 +++++---------- go.mod | 2 +- go.sum | 2 ++ pkg/.DS_Store | Bin 6148 -> 0 bytes pkg/internal/.DS_Store | Bin 10244 -> 0 bytes pkg/internal/grpc/realms.go | 8 ++++---- pkg/internal/server/.DS_Store | Bin 6148 -> 0 bytes 9 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 .DS_Store delete mode 100644 pkg/.DS_Store delete mode 100644 pkg/internal/.DS_Store delete mode 100644 pkg/internal/server/.DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 095ee315b3c3ed9ab08d6fcc4f2736af48a81cd2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeHK%}T>S5Z-O7-BN@e6nb3nTCmk(6)z#y7cim+m70)HLu0n|#~ex_XMG``#OHBl zcPnZYJc;NG%zl&EnS}Wgb~21H?#-e$V|B)u07WcSVfjRGA9Y1a*5d$jyvJk|rYeN1 zr*O0qO^)Bl0KPkijo6S4!u;*~OOwg8)q3V7r@Xda5fxDr*Z!@_{b?|rO}t=yiC1Sz zrQy;J!t*4~`}NIZl}&>ri^n=4iDC%3x=6A}<(`^l(M0F^WrRomD>@6n{@C?8|PXq44QPt?eM|vlewKxxPCg^U+QqiU4yg|1H{04 z25|NRsbl{?`Fj4>L9`G9#K7NVfR}rI&x6`*Z(XSpd#wb$0Y$;M!r*HP7`hchEVkkX bs21=`Gyq+Tg+cIu(2szoffi!mM;Ukl;|ES4 diff --git a/.gitignore b/.gitignore index 9e23ac2..55a4f20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /dist -/uploads \ No newline at end of file +/uploads + +.DS_Store diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ca153ed..1df2743 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,14 +4,8 @@