Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
杨建川 committed Sep 27, 2017
2 parents 2b256a6 + 8c5da10 commit 19b5e09
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 2 deletions.
34 changes: 34 additions & 0 deletions css/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,37 @@ a {
font-size: 12px;
color: #999;
}

.changelog {
height: 400px;
overflow: scroll;
}

.text-panel {
width: 740px;
margin: 20px auto 0;
color: rgba(51, 51, 51, 0.87);
font-size: 16px;
line-height: 1.6;
border: 1px solid #ededed;
padding: 15px 30px 25px;
}

.text-panel a {
border-bottom: 1px solid #20a0ff;
color: #20a0ff;
}

.text-panel .notice {
color: #ff3f80;
}

.text-panel .wx-pay {
box-shadow: 0 0 10px #555;
border-radius: 6px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
width: 200px;
}
1 change: 1 addition & 0 deletions js/options/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ define(function(require, exports, module) {
el: '#app',
data: function() {
return {
version: '2.5.4',
activeName: 'plugins',
pluginSearchText: '',
currentPlugin: null,
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Steward: 扩展/应用/标签/历史记录/alfred",
"short_name": "Steward",
"version": "2.5.3",
"version": "2.5.4",
"description": "便捷管理扩展/应用/标签/历史记录等",
"default_locale": "zh_CN",
"chrome_url_overrides" : {
Expand Down
34 changes: 33 additions & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,39 @@
TODO
</el-tab-pane>
<el-tab-pane label="Help" name="help">
TODO
<div class="text-panel">
如果使用过程中有建议/问题可以去<a href="https://github.com/solobat/Steward/issues">这里</a>,或者加入QQ群<span class="notice">575397892</span>反馈。
</div>
</el-tab-pane>
<el-tab-pane label="Update" name="update">
<div class="text-panel">
<h2>Steward v2.5.4</h2>
<section class="changelog">
<h3>v2.5.4</h3>
<p>
添加帮助文档/更新日志/相关
</p>
<h3>v2.5.3</h3>
<p>紧急修复Bug</p>
<h3>v2.5.2</h3>
<p>添加topsites插件,使用<span class="notice">site</span>关键字,查找你的最常访问网站</p>
<h3>v2.5</h3>
<p>添加插件管理页,可更改各插件的<span class="notice">keyword</span></p>
</section>
<a :href="'http://owsjc7iz3.bkt.clouddn.com/Steward-' + version + '.crx'">最新版离线安装包</a>
</div>
</el-tab-pane>
<el-tab-pane label="About" name="about">
<div class="about-wrap text-panel">
<a href="https://chrome.google.com/webstore/detail/steward-%E6%89%A9%E5%B1%95%E5%BA%94%E7%94%A8%E6%A0%87%E7%AD%BE%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95alfred/dnkhdiodfglfckibnfcjbgddcgjgkacd?hl=zh-CN">Steward</a>
最早开发于<span class="notice">2014</span>年底,初衷是作为一个Chrome扩展爱好者,居然找不到一个方便管理它们的方式。于是花了一个晚上写了Steward的第一版。
虽然没怎么推广,用户也不是很多,但一有空闲就会维护,毕竟Steward几乎已经成为我使用频率最高的扩展了。<br>
<br>
如果觉得它还不错,希望可以给我<a href="https://chrome.google.com/webstore/detail/steward-%E6%89%A9%E5%B1%95%E5%BA%94%E7%94%A8%E6%A0%87%E7%AD%BE%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95alfred/dnkhdiodfglfckibnfcjbgddcgjgkacd/reviews?hl=zh-CN">点赞评论</a>或通过下方的二维码 <span class="notice">请我喝杯咖啡</span>,这是对Steward的最大鼓励。
虽然一直在安静地开发,但也希望通过大家的口口相传,让更多的人知道
<a href="https://chrome.google.com/webstore/detail/steward-%E6%89%A9%E5%B1%95%E5%BA%94%E7%94%A8%E6%A0%87%E7%AD%BE%E5%8E%86%E5%8F%B2%E8%AE%B0%E5%BD%95alfred/dnkhdiodfglfckibnfcjbgddcgjgkacd?hl=zh-CN">Steward</a>的存在。
<img src="http://owsjc7iz3.bkt.clouddn.com/IMG_2180.jpg" alt="" class="wx-pay">
</div>
</el-tab-pane>
</el-tabs>
</div>
Expand Down

0 comments on commit 19b5e09

Please sign in to comment.