Skip to content

Commit

Permalink
更新關於頁面
Browse files Browse the repository at this point in the history
  • Loading branch information
qoli committed Jan 25, 2017
1 parent 295698d commit 2a5a9fd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ https://github.com/qoli/QiNA/releases/
##### 添加

* 文件拖放上傳加入。
* 添加開源項目列表。

##### 修正

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "QiNA",
"version": "0.0.3",
"version": "0.0.4",
"description": "An electron-vue project",
"main": "electron.js",
"dependencies": {
Expand Down
18 changes: 18 additions & 0 deletions app/src/components/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ hr {
.Link {
text-decoration: underline;
}
.lh {
line-height: 2.4em;
}
</style>

<template>
Expand All @@ -55,6 +58,21 @@ hr {
<hr/>
<h5>版本</h5>
<p>1.0.0</p>
<hr/>
<h5>相關開源項目</h5>
<p class="lh">
<span class="tag">animate.css</span>
<span class="tag">bulma</span>
<span class="tag">electron</span>
<br/>
<span class="tag">electron-settings</span>
<span class="tag">moment</span>
<span class="tag">qn</span>
<span class="tag">transliteration</span>
<span class="tag">vue</span>

</p>

</div>

</div>
Expand Down

0 comments on commit 2a5a9fd

Please sign in to comment.