feat: 修改默认嵌入图标
This commit is contained in:
parent
03275469c2
commit
75430ee03b
@ -222,7 +222,7 @@ class ApplicationSerializer(serializers.Serializer):
|
|||||||
access_token=self.data.get('token')).first()
|
access_token=self.data.get('token')).first()
|
||||||
is_draggable = 'false'
|
is_draggable = 'false'
|
||||||
show_guide = 'true'
|
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,
|
X_PACK_LICENSE_IS_VALID = (settings.XPACK_LICENSE_IS_VALID if hasattr(settings,
|
||||||
'XPACK_LICENSE_IS_VALID') else False)
|
'XPACK_LICENSE_IS_VALID') else False)
|
||||||
# 获取接入的query参数
|
# 获取接入的query参数
|
||||||
|
|||||||
@ -159,8 +159,8 @@ function initMaxkbStyle(root){
|
|||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
#maxkb .maxkb-mask .maxkb-content {
|
#maxkb .maxkb-mask .maxkb-content {
|
||||||
width: 50px;
|
width: 64px;
|
||||||
height: 50px;
|
height: 64px;
|
||||||
box-shadow: 1px 1px 1px 2000px rgba(0,0,0,.6);
|
box-shadow: 1px 1px 1px 2000px rgba(0,0,0,.6);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
BIN
ui/public/MaxKB.gif
Normal file
BIN
ui/public/MaxKB.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Loading…
Reference in New Issue
Block a user