千罹

Results 4 issues of 千罹

``` javascript export default { on: true, //是否开启 WebSocket type: "socket.io", allow_origin: "", sub_protocal: "", adapter: undefined, path: "", //url path for websocket messages: { open: 'home/index/open', close: 'home/index/close', chat:...

…nt keyring which not used at all Master Issue: #719 ### Motivation Fix MacOS version warning from the unused OAuth2 store implement named keyring.go ### Modifications To fix the warning...

I use vue ui ```js module.exports = { pluginOptions: { moment: { locales: [ 'zh-cn' ] } } } ```