From 906cc329e17b2fb405f932eb200010812e99087f Mon Sep 17 00:00:00 2001 From: sgpublic <3300633844@qq.com> Date: Tue, 30 Nov 2021 13:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E6=BA=90=E5=87=86=E5=A4=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/inspectionProfiles/Project_Default.xml | 6 + .idea/misc.xml | 1 + LICENSE | 674 ++++++++++++++++++ app/build.gradle | 10 +- .../com/sgpublic/aidescit/helper/APIHelper.kt | 6 +- .../sgpublic/aidescit/manager/CacheManager.kt | 2 +- build.gradle | 5 +- 7 files changed, 692 insertions(+), 12 deletions(-) create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 LICENSE diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..28a1f9a --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index f97f09e..419aba1 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,6 +4,7 @@