Skip to content

Commit

Permalink
Release v1.0.0-rc.36.
Browse files Browse the repository at this point in the history
Fix koa-router
  • Loading branch information
erha19 committed Jan 2, 2018
1 parent 927f0c7 commit 7af3bda
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ demo
coverage/
.idea/
.DS_Store
.vscode
.vscode/
lib
dest
frontend/weex
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Launch Program",
"program": "${workspaceFolder}/bin/weex-devtool.js",
"args": [
"test/index.vue"

]
}
]
Expand Down
4 changes: 2 additions & 2 deletions frontend/lib/i18n/locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var gl_localeText={
"CLICK_TIPS":"点击二维码启动模拟器进行调试",
"OR":"或",
"TIPS":"这个二维码开始调试",
"VERSION":"weex devtool 1.0.0-rc.35",
"VERSION":"weex devtool 1.0.0-rc.36",
"DISCONNECT_TIPS":"设备断开连接,请重新扫码",
"BUNDLE_TIPS":"扫描或者点击二维码加载bundle(点击仅限模拟器)",
"TIMELINE_TIPS_DESC":"请刷新手机中的当前页面或跳转到新的weex页面,然后此面板将显示详细的性能报告",
Expand Down Expand Up @@ -44,7 +44,7 @@ var gl_localeText={
"CLICK_TIPS":"qrcode to start a simulator for debugging",
"OR":"or",
"TIPS":"this qrcode to start debugger",
"VERSION":"weex devtool 1.0.0-rc.35",
"VERSION":"weex devtool 1.0.0-rc.36",
"DISCONNECT_TIPS":"device disconnect! please rescan",
"BUNDLE_TIPS":"Click or Scan for rendering(click only for simulator)",
"TIMELINE_TIPS_DESC":"Please refresh the current page in your phone or jump into a new weex page, then this panel will show you a detailed performance report.",
Expand Down
Loading

0 comments on commit 7af3bda

Please sign in to comment.