Skip to content

Commit

Permalink
版本号升级解决不更新bug
Browse files Browse the repository at this point in the history
  • Loading branch information
itorr committed Mar 25, 2020
1 parent 6181d17 commit 716099b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>贡献词条</h2>
<p>在每一个词条右上角都有 <code>+</code> 图标的按钮,点击可以提交对应文字,审核后会整理录入。</p>

<h2>有更离谱的例文?</h2>
<p>请用任意方式发我!😖</p>
<p>请用任意方式发我!😖 比如 <a href="https://weibo.com/reiove" target="_blank">@卜卜口</a></p>


<h2>仓库地址</h2>
Expand Down
5 changes: 2 additions & 3 deletions nbnhhsh.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name 能不能好好说话?
// @namespace https://lab.magiconch.com/nbnhhsh
// @version 0.11
// @version 0.12
// @description 首字母缩写划词翻译工具
// @author itorr
// @match *://weibo.com/*
Expand Down Expand Up @@ -142,14 +142,13 @@ let Nbnhhsh = ((htmlText,cssText)=>{
left:0,
},
methods:{
submitTran
submitTran,
}
});

return {
guess,
submitTran,

}
})(`
<div class="nbnhhsh-box" v-if="show" :style="{top:top+'px',left:left+'px'}" @mousedown.prevent>
Expand Down

0 comments on commit 716099b

Please sign in to comment.