aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/content/docs/guides/understand-interface.mdx (renamed from src/content/docs/guides/understand-interface.md)14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/content/docs/guides/understand-interface.md b/src/content/docs/guides/understand-interface.mdx
index 6a94564..ab7fcd6 100644
--- a/src/content/docs/guides/understand-interface.md
+++ b/src/content/docs/guides/understand-interface.mdx
@@ -4,11 +4,23 @@ sidebar:
order: 2
---
+import { Tabs, TabItem } from "@astrojs/starlight/components";
+
This documentation explains the layout and features of the latest GpgFrontend
interface, helping users to efficiently utilize all cryptographic operations in
different workspaces.
-![](https://image.cdn.bktus.com/i/2025/06/24/1661f0ae38ec3a91c26c3bc495bbd68baf5cdd18.webp)
+<Tabs>
+ <TabItem label="macOS">
+ ![](https://image.cdn.bktus.com/i/2025/06/24/1661f0ae38ec3a91c26c3bc495bbd68baf5cdd18.webp)
+ </TabItem>
+ <TabItem label="Windows">
+ ![](https://image.cdn.bktus.com/i/2025/06/25/82aae58a6e35a26aec366cea65178057a8817f12.webp)
+ </TabItem>
+ <TabItem label="Linux">
+ ![](https://image.cdn.bktus.com/i/2025/06/25/126a292375472a3c559a0a0de775283e4ea05875.webp)
+ </TabItem>
+</Tabs>
## Workspace Overview