mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
fix some
This commit is contained in:
parent
91ff63791d
commit
24e2b728ed
@ -19,7 +19,7 @@ Volcanos("onaction", {help: "交互数据", list: [],
|
|||||||
Volcanos("onexport", {help: "导出数据", list: [],
|
Volcanos("onexport", {help: "导出数据", list: [],
|
||||||
_init: function(can, msg, list, cb, target) { can._output.innerHTML = "";
|
_init: function(can, msg, list, cb, target) { can._output.innerHTML = "";
|
||||||
can.run(msg._event, [], function(msg) {
|
can.run(msg._event, [], function(msg) {
|
||||||
if (Volcanos.meta.follow["debug"]) { debugger }
|
// if (Volcanos.meta.follow["debug"]) { debugger }
|
||||||
can.Conf("username", msg.Option("user.nick")||msg.Option("user.name"))
|
can.Conf("username", msg.Option("user.nick")||msg.Option("user.name"))
|
||||||
|
|
||||||
can.core.List(msg.result||["github.com/shylinux/contexts"], function(title) {
|
can.core.List(msg.result||["github.com/shylinux/contexts"], function(title) {
|
||||||
|
4
proto.js
4
proto.js
@ -19,8 +19,8 @@ var Volcanos = shy("火山架", {cache: {}, index: 1, order: 1, debug: {
|
|||||||
require: true, cache: false, frame: false,
|
require: true, cache: false, frame: false,
|
||||||
request: true, search: true,
|
request: true, search: true,
|
||||||
}, follow: {
|
}, follow: {
|
||||||
// volcano: false, debug: true,
|
volcano: false, debug: true,
|
||||||
volcano: true, debug: true,
|
// volcano: true, debug: true,
|
||||||
}}, [], function(name, can, libs, cb) { var meta = arguments.callee.meta, list = arguments.callee.list;
|
}}, [], function(name, can, libs, cb) { var meta = arguments.callee.meta, list = arguments.callee.list;
|
||||||
|
|
||||||
var conf = {}, conf_cb = {}, sync = {}, cache = {};
|
var conf = {}, conf_cb = {}, sync = {}, cache = {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user