From ecadd2a03084f5f97f28d5aa4f3f41b13761f200 Mon Sep 17 00:00:00 2001 From: youngS Date: Wed, 17 Mar 2021 15:51:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BA=94=E7=94=A8=E6=88=AA?= =?UTF-8?q?=E5=9B=BE=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/FirAppInfosbaseinfo.vue | 101 +++++++++++++++--- .../src/components/FirUserProfileBase.vue | 2 +- .../0022_appreleaseinfo_distribution_name.py | 17 +++ .../api/migrations/0023_auto_20210316_1602.py | 31 ++++++ fir_ser/api/models.py | 16 ++- fir_ser/api/utils/serializer.py | 81 +++++++------- fir_ser/api/views/apps.py | 39 ++++--- fir_ser/api/views/uploads.py | 19 +++- fir_ser/fir_ser/settings.py | 2 +- 9 files changed, 233 insertions(+), 75 deletions(-) create mode 100644 fir_ser/api/migrations/0022_appreleaseinfo_distribution_name.py create mode 100644 fir_ser/api/migrations/0023_auto_20210316_1602.py diff --git a/fir_client/src/components/FirAppInfosbaseinfo.vue b/fir_client/src/components/FirAppInfosbaseinfo.vue index e9214a8..e818d0c 100644 --- a/fir_client/src/components/FirAppInfosbaseinfo.vue +++ b/fir_client/src/components/FirAppInfosbaseinfo.vue @@ -1,9 +1,9 @@