Updated some feature descriptions

This commit is contained in:
Spxg
2025-05-29 09:55:18 +08:00
parent b3f51ff2b2
commit 81561cb51d
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ where
<MenuAside>"The KEEP CONTEXT will be automatically enabled."</MenuAside>
</ButtonMenuItem>
<ButtonMenuItem name="Download".into() on_click=download>
<MenuAside>"Will be downloaded as test.db"</MenuAside>
<MenuAside>"Will be downloaded as test.db."</MenuAside>
</ButtonMenuItem>
</MenuGroup>
}

View File

@@ -16,12 +16,12 @@ where
<MenuAside>"https://crates.io/crates/sqlformat"</MenuAside>
</ButtonMenuItem>
<ButtonMenuItem name="Embed Query Result".into() on_click=on_embed>
<MenuAside>"https://crates.io/crates/prettytable-rs"</MenuAside>
<MenuAside>"Embed results into query statements for easy sharing."</MenuAside>
</ButtonMenuItem>
<a href="https://sqlite-internal.pages.dev" target="_blank">
<ButtonMenuItem name="SQLite internal".into() on_click=on_internal>
<MenuAside>
"This tool helps you explore the SQLite file format internals"
"This tool helps you explore the SQLite file format internals."
</MenuAside>
</ButtonMenuItem>
</a>