Skip to content

Commit 675b86a

Browse files
authored
Merge pull request #4 from Rafael-ban/patch-1
Revise formatting and content in NiceGUI Wiki
2 parents 499b4a0 + 86002af commit 675b86a

1 file changed

Lines changed: 16 additions & 10 deletions

File tree

docs/wiki/index.md

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# NiceGUI Wiki
22

33
这里是我们的额外内容托管区,社区成员可以轻松编辑。
4-
查看[常见问题解答](/wiki/FAQs)以及我们官方文档中的数百个实时示例,网址为 https://nicegui.io。
4+
5+
查看 [常见问题解答](/wiki/FAQs) 以及我们官方文档中的数百个实时示例,网址为:https://nicegui.io
6+
7+
---
58

69
## 社区项目
710

@@ -19,13 +22,15 @@
1922
### 示例
2023

2124
- [LLM 聊天示例](https://github.com/microsoft/nodeengine/blob/main/examples/apps/simple-chat-client/README.md):微软使用 NiceGUI 驱动的 GUI 演示其 Node Engine 与 OpenAI 模型的交互。
22-
- [使用 NiceGUI 和 Zenora 的 Discord Oauth](https://github.com/FlynV/NiceGUI-Discord-Oauth2):使用 NiceGUI 和 Zenora 的 Discord API 包装器实现 Discord Oauth 的简单集成,用于登录和注销。- [LangChain UI](https://github.com/wptmdoorn/simple_nicegui_langchain_ui):对 [聊天示例](https://github.com/zauberzeug/nicegui/blob/main/examples/chat_app/main.py) 的改编,使其能够与 AI 大型语言模型配合使用
25+
- [使用 NiceGUI 和 Zenora 的 Discord Oauth](https://github.com/FlynV/NiceGUI-Discord-Oauth2):使用 NiceGUI 和 Zenora 的 Discord API 包装器实现 Discord Oauth 的简单集成,用于登录和注销。
26+
- [LangChain UI](https://github.com/wptmdoorn/simple_nicegui_langchain_ui):对 [聊天示例](https://github.com/zauberzeug/nicegui/blob/main/examples/chat_app/main.py) 的改编,使其能够与 AI 大型语言模型配合使用
2327
- [Azure 部署](https://github.com/Joey40/NiceGuiTest):使用 GitHub Actions 在 Azure 容器应用(ACA)中部署 NiceGUI 容器的一个示例
2428
- [Speakscribe](https://github.com/chapig/speakscribe):一个网络应用程序,可使用 OpenAI 转录音频并与机器人聊天
2529
- [GPT-NiceGUI](https://github.com/mggger/gpt-nicegui):结合 OpenAI 的 GPT 大型语言模型和知识库,用于回答 NiceGUI 问题和编写代码
2630
- [Zauberzeug 网站](https://zauberzeug.com):维护 NiceGUI 的机器人和软件公司也使用它来运行其网站
2731
- [ROS2 图像显示](https://github.com/zauberzeug/ros_nicegui_image_example):使用 NiceGUI 显示通过 ROS2 主题接收的图像,作为 RViz 的轻量级替代方案
28-
- [ROS2 乌龟模拟器操纵杆](https://github.com/zauberzeug/ros_nicegui_turtlesim_joystick):使用 NiceGUI 的操纵杆来控制乌龟模拟器- [带插件的 FullCalendar](https://github.com/dorel14/NiceGui-FullCalendar_more_Options):如何使用 [FullCalendar 库](https://fullcalendar.io/) 及其插件的示例。
32+
- [ROS2 乌龟模拟器操纵杆](https://github.com/zauberzeug/ros_nicegui_turtlesim_joystick):使用 NiceGUI 的操纵杆来控制乌龟模拟器
33+
- [带插件的 FullCalendar](https://github.com/dorel14/NiceGui-FullCalendar_more_Options):如何使用 [FullCalendar 库](https://fullcalendar.io/) 及其插件的示例。
2934

3035
### 应用程序
3136

@@ -36,7 +41,8 @@
3641
- [Nanoleaf 控制](https://github.com/RobinSchfr/Lightning-control-for-Nanoleaf):更方便地控制 Nanoleaf 灯光并创建效果
3742
- [合成骑行地图制作助手](https://github.com/adosikas/synth_mapping_helper):有助于制作《合成骑行》地图的工具
3843
- [ODrive GUI](https://github.com/zauberzeug/odrive-gui):用于调整和调试 ODrive 电机控制器的基于 Web 的图形用户界面
39-
- [Broh5](https://github.com/nghia-vo/broh5):基于浏览器的 HDF5 查看器(H)(5),采用模型-视图-控制器模式实现,并提供单体版本作为对比- [Slaanesh](https://github.com/h-quer/Slaanesh):一款游戏追踪器,可记录已玩过的游戏,还能维护愿望清单和待玩清单。
44+
- [Broh5](https://github.com/nghia-vo/broh5):基于浏览器的 HDF5 查看器(H)(5),采用模型-视图-控制器模式实现,并提供单体版本作为对比
45+
- [Slaanesh](https://github.com/h-quer/Slaanesh):一款游戏追踪器,可记录已玩过的游戏,还能维护愿望清单和待玩清单。
4046
- [Monoquant](https://monoquant.com/):一款无需编程的交易策略编辑器,具备回测、人工智能等功能。
4147
- [Beaver Habits Tracker](https://github.com/daya0576/beaverhabits):一款无需设定目标的自托管习惯追踪应用。
4248
- [Sonos Moments](https://github.com/falkoschindler/sonos_moments):一个用于控制 Sonos 音箱的简单网络应用程序。
@@ -52,12 +58,12 @@
5258

5359
### 维基
5460

55-
- [边输入边搜索](Search-as-You-Type)逐步构建鸡尾酒配方示例
56-
- [在 fly.io 上部署](fly.io-Deployment)将您的网络应用程序部署到 fly.io 托管的公共服务器上
57-
- [在 Google Cloud Run 上部署](Cloud-Run-Deployment)将您的网络应用程序部署到由 Google 托管的服务器上
58-
- [ROS2 turtlesim 操纵杆](ROS2-turtlesim-joystick)ROS2 如何与 NiceGUI 结合使用以完成 turtlesim 教程
59-
- [ROS2 图像接收器](ROS2-image-display)基于 ROS2 图像显示示例介绍 ROS2 如何与 NiceGUI 结合使用
60-
- [NiceGUI 简体中文文档(本站)](#)NiceGUI 的非官方中文文档
61+
- [边输入边搜索](https://github.com/zauberzeug/nicegui/wiki/Search-as-You-Type) - 逐步构建鸡尾酒配方示例
62+
- [在 fly.io 上部署](https://github.com/zauberzeug/nicegui/wiki/fly.io-Deployment) - 将您的网络应用程序部署到 fly.io 托管的公共服务器上
63+
- [在 Google Cloud Run 上部署](https://github.com/zauberzeug/nicegui/wiki/Cloud-Run-Deployment) - 将您的网络应用程序部署到由 Google 托管的服务器上
64+
- [ROS2 turtlesim 操纵杆](https://github.com/zauberzeug/nicegui/wiki/ROS2-turtlesim-joystick) - ROS2 如何与 NiceGUI 结合使用以完成 turtlesim 教程
65+
- [ROS2 图像接收器](https://github.com/zauberzeug/nicegui/wiki/ROS2-image-display) - 基于 ROS2 图像显示示例,介绍 ROS2 如何与 NiceGUI 结合使用
66+
- [NiceGUI 简体中文文档(本站)](#) - NiceGUI 的非官方中文文档
6167

6268
### 发布内容
6369

0 commit comments

Comments
 (0)