更新
This commit is contained in:
parent
fc67467fe5
commit
064f79459f
@ -3,7 +3,7 @@
|
||||
/* 获取主题当前版本号 */
|
||||
function _getVersion()
|
||||
{
|
||||
return "5.1.0";
|
||||
return "5.1.1";
|
||||
};
|
||||
|
||||
/* 判断是否是手机 */
|
||||
|
@ -163,7 +163,7 @@ $(function () {
|
||||
/* 此处无需修改 */
|
||||
items.forEach(_ => {
|
||||
let item = $(`<li class="wmd-button" id="${_.id}" title="${_.title}">${_.svg}</li>`);
|
||||
item.on('mousedown touchstart', () => $('#text').insertContent(getInsertTextById(_.id)));
|
||||
item.on('mousedown', () => $('#text').insertContent(getInsertTextById(_.id)));
|
||||
$('#wmd-button-row').append(item);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user