Skip to content

Commit c8b761b

Browse files
committed
fix: 修复编辑器混排按钮失效问题
1 parent 3bd2228 commit c8b761b

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- refactor: 重构工程目录结构
1+
- fix: 修复编辑器混排按钮失效问题

entrypoints/SettingComponents/BasicSettings/MenuEditorJa.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>`);

entrypoints/SettingComponents/BasicSettings/MenuPangu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>`);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

version-log.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.4.4
2+
3+
- fix: 修复编辑器混排按钮失效问题
4+
15
## 1.4.3
26

37
- feat: 新增自动加载新话题功能 #235

0 commit comments

Comments
 (0)