NY

Results 7 comments of NY

``` middleware: function(connect, opt) { console.log('opt'); console.log(opt); return []; } ``` I don't know really! But I found a clue here, when I log the "opt" argument, it turns out...

Same Here: ``` $ cordova plugin add https://github.com/Telerik-Verified-Plugins/NativePageTransitions#0.6.5 Error: Failed to fetch plugin https://github.com/Telerik-Verified-Plugins/NativePageTransitions#0.6.5 via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your...

Some workaround related to this issue here I found on internet : https://www.meiwen.com.cn/subject/zdnaqqtx.html Also see: https://github.com/tencentyun/wafer2-quickstart/issues/13

https://github.com/ecomfe/echarts-for-weixin/issues/347 https://github.com/ecomfe/echarts-for-weixin/issues/364

好的,持续维护中,以后可能会建分支,只是个demo演示,很多尚不完善。

@tangjianye 由于个人原因比较忙,正在努力抽出时间来做这一块。

基于webpack的mmRouter 源码中关于navigate部分: ``` navigate: function (hash, mode) { var parsed = parseQuery(hash) var newHash = this.route(parsed.path, parsed.query) if(isLegalPath(newHash)){ hash = newHash } //保存到本地储存或cookie avalon.router.setLastPath(hash) // 模式0, 不改变URL, 不产生历史实体, 执行回调 //...