From 8b7a3187448734e97f6f26474cce8904d1e7b42a Mon Sep 17 00:00:00 2001 From: shenmo Date: Tue, 24 Sep 2024 23:06:45 +0800 Subject: [PATCH] update-doc --- docs/faq/FAQ.md | 21 +++++++++++++++++++++ docs/faq/FAQ.zh.md | 24 ++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/docs/faq/FAQ.md b/docs/faq/FAQ.md index 7875062..54c3ecb 100644 --- a/docs/faq/FAQ.md +++ b/docs/faq/FAQ.md @@ -59,3 +59,24 @@ A5: Run sudo aptss install firmware-iwlwifi firmware-realtek -y. A5: This issue will be resolved in version 15.14. +--- + Q6: What is beta testing? How can I join the beta test? + + A6: The latest development progress will be included in the beta test. If you want to experience the latest content, you can join the beta, but it is also unstable. It is recommended that users with some experience join. + + A6: Starting from version 15.14, you can join the beta test with one click in the Control Center. For details, see: https://www.bilibili.com/video/BV1FgsvenEjq + + A6: For versions 15.13 and below, please run `sudo aptss install gxde-testing-source -y` + +--- + + Q7: I want to develop GXDE-style applications. How do I do that? + + A7: Bash/Python script-based applications can use [Garma](https://gitee.com/GXDE-OS/garma). For detailed usage, see: https://help.gnome.org/users/zenity/stable/ + + A7: For native development, please use Qt/Dtk2. Related code is as follows: + + Available feature list: https://gitee.com/GXDE-OS/dtk5core/tree/master/src + + Available widget list: https://gitee.com/GXDE-OS/dtk2widget/tree/master/src/widgets + diff --git a/docs/faq/FAQ.zh.md b/docs/faq/FAQ.zh.md index adc9333..bb3da69 100644 --- a/docs/faq/FAQ.zh.md +++ b/docs/faq/FAQ.zh.md @@ -60,3 +60,27 @@ Q5: 因特尔/螃蟹网卡 安装后无法打开无线网络 A5: `sudo aptss install firmware-iwlwifi firmware-realtek -y` A5: 此问题将在 15.14 解决 + +--- + +Q6: 什么是内测? 我想要加入内测该怎么做? + +A6: 最新的开发进度会加入内测中,想要体验最新的内容可加入内测,但是内测同样不稳定,建议有一定基础的用户加入 + +A6: 15.14 开始,可在控制中心一键加入内测, 详见: https://www.bilibili.com/video/BV1FgsvenEjq + + + +A6: 15.13 及以下版本请 `sudo aptss install gxde-testing-source -y` + +--- + +Q7: 我想开发 GXDE 风格的应用,我该怎么做 + +A7: 使用bash/python脚本的应用可以使用 [Garma](https://gitee.com/GXDE-OS/garma),使用方法详见: https://help.gnome.org/users/zenity/stable/ + +A7: 原生开发请使用 Qt/Dtk2 相关代码如下: + +可用功能列表: https://gitee.com/GXDE-OS/dtk5core/tree/master/src + +可用控件列表: https://gitee.com/GXDE-OS/dtk2widget/tree/master/src/widgets \ No newline at end of file