mirror of
https://shylinux.com/x/volcanos
synced 2025-04-26 01:04:06 +08:00
opt some
This commit is contained in:
parent
ec5102aee6
commit
ea55af9bbf
@ -1,8 +1,7 @@
|
|||||||
(function() { var NTIP = "ntip", NLOG = "nlog", NCMD = "ncmd", NKEY = "nkey"
|
(function() { var NTIP = "ntip", NLOG = "nlog", NCMD = "ncmd", NKEY = "nkey"
|
||||||
Volcanos(chat.ONIMPORT, {_init: function(can, msg, target) { can.Conf(NKEY, can.core.Item(can.misc.localStorage(can)).length)
|
Volcanos(chat.ONIMPORT, {_init: function(can, msg, target) { can.Conf(NKEY, can.core.Item(can.misc.localStorage(can)).length)
|
||||||
can.onimport._title(can, msg, target), can.onimport._command(can, msg, target)
|
if (!can.user.mod.isCmd) { can.onimport._title(can, msg, target), can.onimport._command(can, msg, target) }
|
||||||
can.onimport._state(can, msg, target), can.onimport._toast(can, msg, target)
|
can.onimport._state(can, msg, target), can.onimport._toast(can, msg, target), can.ondaemon._init(can)
|
||||||
can.ondaemon._init(can)
|
|
||||||
},
|
},
|
||||||
_title: function(can, msg, target) { can.user.isMobile || can.core.List(can.Conf(chat.TITLE)||msg.result, function(item) {
|
_title: function(can, msg, target) { can.user.isMobile || can.core.List(can.Conf(chat.TITLE)||msg.result, function(item) {
|
||||||
if (can.base.contains(item, ice.AT)) { item = '<a href="mailto:'+item+'">'+item+'</a>' }
|
if (can.base.contains(item, ice.AT)) { item = '<a href="mailto:'+item+'">'+item+'</a>' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user