diff --git a/src/modules/command-palette/command-palette.vue b/src/modules/command-palette/command-palette.vue index bceef5cd..5d953fee 100644 --- a/src/modules/command-palette/command-palette.vue +++ b/src/modules/command-palette/command-palette.vue @@ -128,7 +128,7 @@ function activateOption(option: PaletteOption) {
-
+
{{ category }}
diff --git a/src/tools/markdown-to-word/index.ts b/src/tools/markdown-to-word/index.ts index c29b9dab..46781884 100644 --- a/src/tools/markdown-to-word/index.ts +++ b/src/tools/markdown-to-word/index.ts @@ -10,4 +10,4 @@ export const tool = defineTool({ component: () => import('./markdown-to-word.vue'), icon: Markdown, createdAt: new Date('2024-08-25'), -}); \ No newline at end of file +}); diff --git a/src/tools/markdown-to-word/markdown-to-word.vue b/src/tools/markdown-to-word/markdown-to-word.vue index 4e5a7e01..f6d8a3e3 100644 --- a/src/tools/markdown-to-word/markdown-to-word.vue +++ b/src/tools/markdown-to-word/markdown-to-word.vue @@ -59,8 +59,12 @@ async function convertMarkdownToDocx() {
-

{{ t('tools.markdown-to-word.title') }}

-

{{ t('tools.markdown-to-word.description') }}

+

+ {{ t('tools.markdown-to-word.title') }} +

+

+ {{ t('tools.markdown-to-word.description') }} +