mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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()
|
||||
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参数
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
Loading…
Reference in New Issue