File tree Expand file tree Collapse file tree
entrypoints/SettingComponents/BasicSettings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - refactor: 重构工程目录结构
1+ - fix: 修复编辑器混排按钮失效问题
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default {
1919 if (this .modelValue ) {
2020 this .editorJaIntervalId = setInterval (() => {
2121 if ($ (" .replyja" ).length < 1 ) {
22- $ (" #reply-control .discard " ).prepend (`
22+ $ (" .save-or-cancel .create " ).after (`
2323 <button class="btn btn-icon-text replyja" type="button">
2424 <span class="d-button-label">ja 字体</span>
2525 </button>` );
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export default {
2626 });
2727
2828 if ($ (" .pangutext" ).length < 1 ) {
29- $ (" #reply-control .discard " ).prepend (`
29+ $ (" .save-or-cancel .create " ).after (`
3030 <button class="btn btn-icon-text pangutext" type="button">
3131 <span class="d-button-label">混排优化</span>
3232 </button>` );
Original file line number Diff line number Diff line change 22 "name" : " linuxdo-scripts" ,
33 "description" : " manifest.json description" ,
44 "private" : true ,
5- "version" : " 1.4.3 " ,
5+ "version" : " 1.4.4 " ,
66 "type" : " module" ,
77 "scripts" : {
88 "dev" : " wxt" ,
Original file line number Diff line number Diff line change 1+ ## 1.4.4
2+
3+ - fix: 修复编辑器混排按钮失效问题
4+
15## 1.4.3
26
37- feat: 新增自动加载新话题功能 #235
You can’t perform that action at this time.
0 commit comments