This commit is contained in:
root 2024-10-17 12:13:53 +08:00
parent 3369e963b0
commit 8b82794772

View File

@ -113,7 +113,8 @@ Volcanos(chat.ONIMPORT, {
})
},
myList: function(can, msg, target) {
var width = (can.ConfWidth()-40)/parseInt((can.ConfWidth()-40)/80); can.user.isMobile && !can.user.isLandscape() && (width = (can.ConfWidth()-40)/5)
var width = (can.ConfWidth()-40)/parseInt((can.ConfWidth()-40)/80);
(can.page.tagis(document.body, "body.width1") || can.user.isMobile && !can.user.isLandscape()) && (width = (can.ConfWidth()-40)/5)
can.page.Append(can, target, msg.Table(function(value) { if (value.enable == ice.FALSE) { return }
if (value.public && can.page.tagis(can._output, "div.output.public")) { can.onimport.myTitle(can, value.index, value.name, can.ui.mylist)
can.onmotion.toggle(can, can.ui.mylist, true)