File tree Expand file tree Collapse file tree
entrypoints/SettingComponents/Button Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - refactor: 重构等级查询功能,优先从 connect 获取数据,如果处于未开启 connect 时再从主页拉去数据作为兼容 #235
2- - feat: 新增查看浏览历史悬浮按钮 #247
1+ - fix: 修复新版悬浮框下弹窗宽度异常的问题
Original file line number Diff line number Diff line change @@ -349,8 +349,7 @@ export default {
349349 position : fixed ;
350350 bottom : 20px ;
351351 right : 90px ;
352- width : 100% ;
353- max-width : 450px ;
352+ width : 450px ;
354353 background-color : var (--secondary );
355354 padding : 20px ;
356355 z-index : 10000 ;
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ export default {
6868 position : fixed ;
6969 bottom : 20px ;
7070 right : 90px ;
71- width : 100% ;
7271 width : 450px ;
7372 background-color : var (--secondary );
7473 padding : 20px 5px 20px 20px ;
Original file line number Diff line number Diff line change 22 "name" : " linuxdo-scripts" ,
33 "description" : " manifest.json description" ,
44 "private" : true ,
5- "version" : " 1.4.6 " ,
5+ "version" : " 1.4.7 " ,
66 "type" : " module" ,
77 "scripts" : {
88 "dev" : " wxt" ,
Original file line number Diff line number Diff line change 1+ ## 1.4.7
2+
3+ - fix: 修复新版悬浮框下弹窗宽度异常的问题
4+
15## 1.4.6
26
37- refactor: 重构等级查询功能,优先从 connect 获取数据,如果处于未开启 connect 时再从主页拉去数据作为兼容 #235
You can’t perform that action at this time.
0 commit comments