🐛 Fixed some issues

This commit is contained in:
2025-07-02 12:10:46 +08:00
parent 25e1a98932
commit 81eb2c94ac
14 changed files with 210 additions and 149 deletions

View File

@@ -35,10 +35,7 @@ const toggleAlwaysOnTop = async () => {
// 跳转到设置页面
const goToSettings = () => {
router.push({
path: '/settings',
query: { documentId: documentStore.currentDocumentId || undefined }
});
router.push('/settings');
};
// 执行格式化