diff --git a/src/document/content.shy b/src/document/content.shy index 3bdb323..520383f 100644 --- a/src/document/content.shy +++ b/src/document/content.shy @@ -1,7 +1,7 @@ spark project "云时代的新型操作系统,既要完全自给自足,又要任意互联互通" ` -用户场景:管理用户场景,如居住场所、办公场所。 -认证授权:认证与授权,平台、城市、公司、服务、个人。 -约号系统:约号系统。 -活动组织:活动组织。 +用户场景: +认证授权: +约号系统: +活动组织: ` spark product diff --git a/src/gonganxitong/portal.js b/src/gonganxitong/portal.js index a9728d1..7f33e9b 100644 --- a/src/gonganxitong/portal.js +++ b/src/gonganxitong/portal.js @@ -57,7 +57,9 @@ Volcanos(chat.ONIMPORT, { can.onimport.myOrder(can, msg, can.ui.myorder) } if (can.Option(PLACE_UID) == "") { var uid = can.onimport.myPlace(can, msg, can.ui.myplace) - if (msg.Length() > 0) { msg.Echo(can.ConfHelp()+" "+can.user.info.titles), can.onimport.qrcode(can, msg) } + if (msg.Length() > 0) { msg.Echo(can.ConfHelp()+" "+can.user.info.titles) + can.misc.isDebug(can) && can.onimport.qrcode(can, msg) + } msg.Length() > 0? can.run({}, [uid], function(msg) { showIndex(can._index_msg = msg) }): can.run({}, [uid], function(msg) { can.onimport.myOrder(can, can._index_msg = msg, can.ui.myorder) }) } else { can.onappend.style(can, "public", can._output) var _msg = can.request({}); if (msg.Option(PLACE_NAME)) { _msg.Push(kit.Dict(UID, "", msg.OptionSimple( @@ -67,7 +69,8 @@ Volcanos(chat.ONIMPORT, { if (_msg.Length() == 0) { can.onimport.myOrder(can, msg, can.ui.myorder) } else { showIndex(can._index_msg = msg) } can.user.agent.init(can, [msg.Option(CITY_NAME), msg.Option(STREET_NAME), msg.Option("auth_info")].join(" "), msg.Option("auth_avatar")) msg.Echo([msg.Option(CITY_NAME), msg.Option(STREET_NAME), msg.Option(PLACE_NAME)].join(" ")) - can.onexport.value(can, can.sup.current), can.onimport.qrcode(can, msg, can.sup.current.auth_avatar) + can.onexport.value(can, can.sup.current) + can.misc.isDebug(can) && can.onimport.qrcode(can, msg, can.sup.current.auth_avatar) } }, myPlace: function(can, msg, target) { var place_uid diff --git a/src/main.shy b/src/main.shy index 52091dc..ca2f238 100644 --- a/src/main.shy +++ b/src/main.shy @@ -1,11 +1,16 @@ title "云社区" refer ` -公众号 https://mp.weixin.qq.com/cgi-bin/home?t=home/index&lang=zh_CN&token=494166701 -ICON https://igoutu.cn/icons/officel -GORM https://gorm.io/docs/indexes.html +官网 https://web.shylinux.com +源码 https://git.shylinux.com/web/community +应用 https://web.shylinux.com/s/20240724-community ` +refer ` +GORM https://gorm.io/docs/indexes.html +ICON https://igoutu.cn/icons/officel +公众号 https://mp.weixin.qq.com/cgi-bin/home?t=home/index&lang=zh_CN&token=494166701 +` +field web.code.mysql.client +field web.code.mysql.query args `mysql gonganxitong` field web.chat.wx.access field web.chat.wx.menu -field web.team.gonganxitong.service -field web.code.mysql.client -field web.code.mysql.query args `mysql gonganxitong` \ No newline at end of file +field web.team.gonganxitong.service \ No newline at end of file