diff --git a/fir_client/src/components/FirAppInfostimeline.vue b/fir_client/src/components/FirAppInfostimeline.vue index 785246a..6ebb911 100644 --- a/fir_client/src/components/FirAppInfostimeline.vue +++ b/fir_client/src/components/FirAppInfostimeline.vue @@ -46,9 +46,9 @@ + placeholder="下载地址,默认本服务器,填写第三方可以 自动跳转到第三方平台" clearable> -
+
diff --git a/fir_client/src/components/FirDownload.vue b/fir_client/src/components/FirDownload.vue index f7d8582..356f0dc 100644 --- a/fir_client/src/components/FirDownload.vue +++ b/fir_client/src/components/FirDownload.vue @@ -6,7 +6,7 @@ -
+
请点击右上角
选择"浏览器中打开"
@@ -59,7 +59,7 @@
- 不支持在微信内下载安装 + 不支持在微信内下载安装 diff --git a/fir_download/src/components/FirDownload.vue b/fir_download/src/components/FirDownload.vue index 1d1a41f..f586ada 100644 --- a/fir_download/src/components/FirDownload.vue +++ b/fir_download/src/components/FirDownload.vue @@ -4,7 +4,7 @@
-
+
请点击右上角
选择"浏览器中打开"
@@ -53,7 +53,7 @@
- diff --git a/fir_ser/api/utils/serializer.py b/fir_ser/api/utils/serializer.py index 51e2a95..fb77297 100644 --- a/fir_ser/api/utils/serializer.py +++ b/fir_ser/api/utils/serializer.py @@ -103,7 +103,7 @@ class AppsShortSerializer(serializers.ModelSerializer): if obj.has_combo: obj.has_combo.has_combo = None if obj.has_combo.isshow: - return AppsSerializer(obj.has_combo, context=self.context).data + return AppsShortSerializer(obj.has_combo, context=self.context).data master_release = serializers.SerializerMethodField()