From d3fc7327a602cc042aba31613a5c8c8b822c79c0 Mon Sep 17 00:00:00 2001 From: youngS Date: Tue, 14 Dec 2021 15:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BA=94=E7=94=A8=E4=B8=93?= =?UTF-8?q?=E5=B1=9E=E5=BC=80=E5=8F=91=E8=80=85=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/apps/FirAppInfossupersign.vue | 27 +- .../components/base/AppleDeveloperBindApp.vue | 260 ++++++++++++++++++ .../src/components/user/FirSuperSignBase.vue | 113 +++++++- fir_client/src/main.js | 2 + fir_client/src/restful/index.js | 15 + fir_client/vue.config.js | 2 +- .../migrations/0026_appledevelopertoappuse.py | 30 ++ fir_ser/api/models.py | 16 ++ fir_ser/api/urls.py | 3 +- fir_ser/api/utils/app/supersignutils.py | 38 ++- fir_ser/api/utils/serializer.py | 74 +++++ fir_ser/api/views/supersign.py | 128 ++++++++- 12 files changed, 673 insertions(+), 35 deletions(-) create mode 100644 fir_client/src/components/base/AppleDeveloperBindApp.vue create mode 100644 fir_ser/api/migrations/0026_appledevelopertoappuse.py diff --git a/fir_client/src/components/apps/FirAppInfossupersign.vue b/fir_client/src/components/apps/FirAppInfossupersign.vue index 79cf0e3..0e3065a 100644 --- a/fir_client/src/components/apps/FirAppInfossupersign.vue +++ b/fir_client/src/components/apps/FirAppInfossupersign.vue @@ -2,6 +2,15 @@
+ + + @@ -24,7 +33,12 @@ 超级签名,iOS专用,需要配置好苹果开发者账户,方可开启 - + + 配置专属苹果开发账户 + 拥有 + {{ currentapp.private_developer_number }} 个专属苹果开发者 + + @@ -91,9 +105,11 @@ + + diff --git a/fir_client/src/components/user/FirSuperSignBase.vue b/fir_client/src/components/user/FirSuperSignBase.vue index f17ef50..b971b61 100644 --- a/fir_client/src/components/user/FirSuperSignBase.vue +++ b/fir_client/src/components/user/FirSuperSignBase.vue @@ -1,6 +1,14 @@