feat: 修改默认嵌入图标

This commit is contained in:
shaohuzhang1 2024-09-20 18:27:02 +08:00 committed by shaohuzhang1
parent 03275469c2
commit 75430ee03b
3 changed files with 3 additions and 3 deletions

View File

@ -222,7 +222,7 @@ class ApplicationSerializer(serializers.Serializer):
access_token=self.data.get('token')).first()
is_draggable = 'false'
show_guide = 'true'
float_icon = f"{self.data.get('protocol')}://{self.data.get('host')}/ui/favicon.ico"
float_icon = f"{self.data.get('protocol')}://{self.data.get('host')}/ui/MaxKB.gif"
X_PACK_LICENSE_IS_VALID = (settings.XPACK_LICENSE_IS_VALID if hasattr(settings,
'XPACK_LICENSE_IS_VALID') else False)
# 获取接入的query参数

View File

@ -159,8 +159,8 @@ function initMaxkbStyle(root){
left: 0;
}
#maxkb .maxkb-mask .maxkb-content {
width: 50px;
height: 50px;
width: 64px;
height: 64px;
box-shadow: 1px 1px 1px 2000px rgba(0,0,0,.6);
position: absolute;
right: 0;

BIN
ui/public/MaxKB.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB