mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-29 19:56:10 +01:00
This commit is contained in:
parent
0cb0180f8d
commit
5010c751f1
7 changed files with 7 additions and 7 deletions
|
|
@ -53,7 +53,7 @@ export class Preview {
|
|||
actionHtml.push(`<button type="button" data-type="tablet">${window.siyuan.languages.tablet}</button>`);
|
||||
break;
|
||||
case "mobile":
|
||||
actionHtml.push(`<button type="button" data-type="mobile">${window.siyuan.languages.mobileOrWechat}</button>`);
|
||||
actionHtml.push(`<button type="button" data-type="mobile">${window.siyuan.languages.mobile}</button>`);
|
||||
break;
|
||||
case "mp-wechat":
|
||||
actionHtml.push(`<button type="button" data-type="mp-wechat" class="b3-tooltips b3-tooltips__w" aria-label="${window.siyuan.languages.copyToWechatMP}"><svg><use xlink:href="#iconMp"></use></svg></button>`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue