Skip to content

Commit

Permalink
发布v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xfgryujk committed Jul 17, 2018
1 parent 3b4cf8b commit c413334
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weibo-img-crypto",
"version": "1.1.0",
"version": "1.1.1",
"description": "Automatically encrypt images before uploading them to Weibo.",
"author": "xfgryujk <[email protected]>",
"private": true,
Expand Down
5 changes: 4 additions & 1 deletion src/gui/gui.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</a>
</el-tooltip>

<el-dialog title="weibo-img-crypto" :visible.sync="dialogVisible">
<el-dialog title="weibo-img-crypto v1.1.1" :visible.sync="dialogVisible">
<el-form :model="form" label-width="100px">
<el-form-item label="加密">
<el-switch v-model="form.enableEncryption"></el-switch>
Expand All @@ -21,6 +21,9 @@
<el-input v-model="form.randomSeed" type="number"></el-input>
</el-form-item>
</el-form>
<p>
有了<a href="https://greasyfork.org/zh-CN/scripts/370359-weibo-img-crypto" target="_blank">油猴脚本</a>,能更快使用 weibo-img-crypto,详情见 <a href="https://github.com/xfgryujk/weibo-img-crypto" target="_blank">GitHub 库 readme</a>
</p>

<span slot="footer" class="dialog-footer">
<el-button @click="dialogVisible = false">取 消</el-button>
Expand Down
4 changes: 2 additions & 2 deletions weibo-img-crypto.js

Large diffs are not rendered by default.

0 comments on commit c413334

Please sign in to comment.