From 1e6874ca045712bc914c26fdac5f0d571d21c11e Mon Sep 17 00:00:00 2001 From: weedeej Date: Sat, 19 Feb 2022 10:45:10 +0800 Subject: [PATCH] Try Vercel API migration --- ValorantCC/MainWindow.xaml | 1 + ValorantCC/MainWindow.xaml.cs | 46 +++++++- ValorantCC/SubWindow/ProfilesWindow.xaml.cs | 10 +- ValorantCC/ValorantCC.csproj | 4 +- ValorantCC/src/API.cs | 112 ++++++++++++-------- ValorantCC/src/Community/SCGen.cs | 23 ++++ 6 files changed, 145 insertions(+), 51 deletions(-) create mode 100644 ValorantCC/src/Community/SCGen.cs diff --git a/ValorantCC/MainWindow.xaml b/ValorantCC/MainWindow.xaml index f912fdd..4b5a810 100644 --- a/ValorantCC/MainWindow.xaml +++ b/ValorantCC/MainWindow.xaml @@ -170,6 +170,7 @@