提交 efb824f9 编写于 作者: B baiy 提交者: ninecents

rename

上级 4dc95ca8
{ {
"name": "c-tool", "name": "c-tool",
"version": "0.0.13", "version": "0.0.14",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve --port 8081", "serve": "vue-cli-service serve --port 8081",
......
...@@ -9,9 +9,10 @@ ...@@ -9,9 +9,10 @@
{{cat.title}} {{cat.title}}
</template> </template>
</MenuItem> </MenuItem>
<MenuItem style="padding: 0 10px;float: right" name="_new">新窗口</MenuItem> <MenuItem style="padding: 0 5px;float: right" name="_new"><Icon type="md-expand" :size="24" /></MenuItem>
<MenuItem style="padding: 0 10px;float: right" name="_feedback">反馈</MenuItem> <MenuItem style="padding: 0 5px;float: right" name="_feedback"><Icon type="md-help-circle" :size="24" /></MenuItem>
<MenuItem style="padding: 0 10px;float: right" name="_about"><Icon type="logo-github" :size="24" /></MenuItem> <MenuItem style="padding: 0 5px;float: right" name="_setting"><Icon type="md-settings" :size="24" /></MenuItem>
<MenuItem style="padding: 0 5px;float: right" name="_about"><Icon type="logo-github" :size="24" /></MenuItem>
</Menu> </Menu>
<RadioGroup size="large" :value="currentTool" @on-change="toolSelect" style="margin: 10px 0 10px 20px;line-height: 30px;"> <RadioGroup size="large" :value="currentTool" @on-change="toolSelect" style="margin: 10px 0 10px 20px;line-height: 30px;">
<Radio :label="tool.name" v-for="(tool) in tools" :key="tool.name"> <Radio :label="tool.name" v-for="(tool) in tools" :key="tool.name">
...@@ -70,6 +71,9 @@ ...@@ -70,6 +71,9 @@
case "_about": case "_about":
openTab("https://github.com/baiy/Ctool"); openTab("https://github.com/baiy/Ctool");
break; break;
case "_setting":
openTab("/setting.html");
break;
case "_new": case "_new":
openTab(window.location.href); openTab(window.location.href);
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册