mirror of
https://shylinux.com/x/icebergs
synced 2025-05-04 20:37:00 +08:00
opt some
This commit is contained in:
parent
bdc21c1207
commit
9e1fd3acee
@ -117,6 +117,11 @@ func init() {
|
||||
m.Echo(`<br class="story" data-type="spark">`)
|
||||
return
|
||||
}
|
||||
switch kit.Ext(arg[0]) {
|
||||
case "md":
|
||||
m.Cmdy(SPARK, "md", arg)
|
||||
return
|
||||
}
|
||||
|
||||
arg = _name(m, arg)
|
||||
_spark_show(m, arg[0], strings.TrimSpace(arg[1]), arg[2:]...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user