Skip to content

Commit 1789cdc

Browse files
authored
docs: add LTools to showcase (#5099)
* docs: add LTools to showcase Add LTools - a plugin-based cross-platform desktop toolbox built with Wails v3, featuring global search, clipboard manager, screenshot tool, JSON editor, and more. * docs: 根据 review 反馈添加 description 字段和措辞优化
1 parent 78261f4 commit 1789cdc

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

141 KB
Loading

docs/src/content/docs/community/showcase/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ Check out the
5757
href: "/community/showcase/hiposter",
5858
title: "hiposter",
5959
},
60+
{
61+
thumbnail: import("../../../../assets/showcase-images/ltools.webp"),
62+
href: "/community/showcase/ltools",
63+
title: "LTools",
64+
},
6065
{
6166
thumbnail: import("../../../../assets/showcase-images/mchat.png"),
6267
href: "/community/showcase/mchat",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: LTools
3+
description: "A plugin-based cross-platform desktop toolbox built with Wails v3"
4+
---
5+
6+
![LTools](../../../../assets/showcase-images/ltools.webp)
7+
8+
[LTools](https://github.com/lian-yang/ltools) is a plugin-based cross-platform desktop toolbox built with Wails v3, inspired by uTools. It provides a unified hub of developer utilities through a modular plugin architecture.
9+
10+
It features a global search bar (Spotlight-style), system tray integration, and built-in plugins including clipboard manager, screenshot tool with annotation, JSON editor, calculator, system monitor, and more. New tools can be added through its extensible plugin system.

0 commit comments

Comments
 (0)