Typora は終了ボタンにキーを追加します

typoraは開くたびにファイルの先頭にあり、一番下までスライドするのに時間がかかるので、最後に1ボタンずつフローティングボタンを追加しました。

まず、 typora のインストール ディレクトリ フォルダー内のファイルを開きresources、キーワードを検索して変更する必要がある場所を見つけて次のスタイルに変更します。window.html
write
div


<a id="down" href="#DD" style="display: inline-block;width: 70px;border-radius: 50%;position: fixed;bottom: 10%;right: 5%; text-decoration: none;font-size: 20px; color: #77ac98; z-index:1" >by胖橘</a>

<div id="write" class="ty-before-first-render" contenteditable="false" spellcheck="true" tabindex="-1"><div style="opacity: 0"><h1>ABCDEFG</h1><p>abcdefg</p></div></div>

<a id='DD' ></a>

おすすめ

転載: blog.csdn.net/qq_39125451/article/details/124529697
おすすめ