Skip to content

Commit

Permalink
add introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
gengjiawen committed Jun 11, 2017
1 parent 3092ad6 commit 851a010
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/src/renderer/components/LandingPageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
</div>

<div>
<h3>Choose your template</h3>
<div>
<b>Input your template</b>
<el-button type="text" @click="openTemplate">Click me to Learn more about Template</el-button>
</div>
<el-input type="text" placeholder="Please input your template, like riggaroo/android-studio-group-templates-mvp"
v-model="todo">
<template slot="append">
Expand Down Expand Up @@ -76,6 +79,10 @@ export default {
shell.openExternal(this.timberLink)
},
openTemplate () {
shell.openExternal('https://riggaroo.co.za/custom-file-template-group-android-studiointellij/')
},
deployTimber () {
let configDir = path.join(os.homedir(), 'Library/Preferences')
if (process.platform !== 'darwin') {
Expand Down Expand Up @@ -169,5 +176,7 @@ export default {
.el-input
margin-top 10px
margin-bottom 10px
.div
display block
</style>

0 comments on commit 851a010

Please sign in to comment.