mirror of
https://shylinux.com/x/community
synced 2025-07-01 21:21:19 +08:00
add some
This commit is contained in:
parent
f02e0b56e8
commit
b546493b39
@ -1,7 +1,7 @@
|
|||||||
spark project "云时代的新型操作系统,既要完全自给自足,又要任意互联互通" `
|
spark project "云时代的新型操作系统,既要完全自给自足,又要任意互联互通" `
|
||||||
<b>用户场景:</b>管理用户场景,如居住场所、办公场所。
|
<b>用户场景:</b>
|
||||||
<b>认证授权:</b>认证与授权,平台、城市、公司、服务、个人。
|
<b>认证授权:</b>
|
||||||
<b>约号系统:</b>约号系统。
|
<b>约号系统:</b>
|
||||||
<b>活动组织:</b>活动组织。
|
<b>活动组织:</b>
|
||||||
`
|
`
|
||||||
spark product
|
spark product
|
||||||
|
@ -57,7 +57,9 @@ Volcanos(chat.ONIMPORT, {
|
|||||||
can.onimport.myOrder(can, msg, can.ui.myorder)
|
can.onimport.myOrder(can, msg, can.ui.myorder)
|
||||||
}
|
}
|
||||||
if (can.Option(PLACE_UID) == "") { var uid = can.onimport.myPlace(can, msg, can.ui.myplace)
|
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) })
|
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)
|
} else { can.onappend.style(can, "public", can._output)
|
||||||
var _msg = can.request({}); if (msg.Option(PLACE_NAME)) { _msg.Push(kit.Dict(UID, "", msg.OptionSimple(
|
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) }
|
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"))
|
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(" "))
|
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
|
myPlace: function(can, msg, target) { var place_uid
|
||||||
|
15
src/main.shy
15
src/main.shy
@ -1,11 +1,16 @@
|
|||||||
title "云社区"
|
title "云社区"
|
||||||
refer `
|
refer `
|
||||||
公众号 https://mp.weixin.qq.com/cgi-bin/home?t=home/index&lang=zh_CN&token=494166701
|
官网 https://web.shylinux.com
|
||||||
ICON https://igoutu.cn/icons/officel
|
源码 https://git.shylinux.com/web/community
|
||||||
GORM https://gorm.io/docs/indexes.html
|
应用 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.access
|
||||||
field web.chat.wx.menu
|
field web.chat.wx.menu
|
||||||
field web.team.gonganxitong.service
|
field web.team.gonganxitong.service
|
||||||
field web.code.mysql.client
|
|
||||||
field web.code.mysql.query args `mysql gonganxitong`
|
|
Loading…
x
Reference in New Issue
Block a user