-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmkdocs-zh.yml
More file actions
129 lines (123 loc) · 3.65 KB
/
mkdocs-zh.yml
File metadata and controls
129 lines (123 loc) · 3.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
site_name: QPython
site_url: https://www.qpython.org/zh/
site_description: QPython - Android 上的 Python & AI 开发环境
theme:
name: material
logo: static/img_logo.png
favicon: static/img_logo.png
palette:
- scheme: default
primary: black
accent: green
toggle:
icon: material/brightness-7
name: 切换暗色模式
- scheme: slate
primary: black
accent: green
toggle:
icon: material/brightness-4
name: 切换亮色模式
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
- content.code.copy
font:
text: Roboto
code: Roboto Mono
copyright: © QPython 2012-2026
extra_css:
- static/extra.css
docs_dir: source/zh
site_dir: site/zh
nav:
- 首页:
- 概览: index.md
- 版本: qpython-x.md
- 更新日志: whats-new.md
- 教程:
- 快速入门: getting-started.md
- Hello World 教程: tutorial-hello-world.md
- 精选课程: featured-courses.md
- 指南:
- 终端: Terminal.md
- Notebook: Notebook.md
- 编辑器: editor-guide.md
- QPYPI: qpypi-guide.md
- 图形界面: GraphicalInterface.md
- AIPyApp: AIPyApp.md
- Ollama: Ollama.md
- 开放API: external-api.md
- QSL4A:
- 概览: qsl4a/index.md
- 核心:
- Android 基础: qsl4a/core/android-base.md
- Intent 系统: qsl4a/core/intent.md
- 事件系统: qsl4a/core/events.md
- UI:
- 对话框: qsl4a/ui/dialogs.md
- 全屏 UI: qsl4a/ui/fullscreen.md
- 悬浮窗: qsl4a/ui/floatview.md
- 辅助功能: qsl4a/ui/accessibility.md
- 系统:
- 电池: qsl4a/system/battery.md
- 传感器: qsl4a/system/sensors.md
- 应用: qsl4a/system/application.md
- 系统信息: qsl4a/system/sysinfo.md
- 设置: qsl4a/system/settings.md
- 唤醒锁: qsl4a/system/wakelock.md
- QPython 接口: qsl4a/system/qpyinterface.md
- Activity 结果: qsl4a/system/activityresult.md
- 硬件:
- 蓝牙: qsl4a/hardware/bluetooth.md
- 相机: qsl4a/hardware/camera.md
- 音频/录音: qsl4a/hardware/recorder.md
- 网络摄像头: qsl4a/hardware/webcam.md
- USB 串口: qsl4a/hardware/usbserial.md
- 连接:
- WiFi: qsl4a/connectivity/wifi.md
- 位置: qsl4a/connectivity/location.md
- 短信: qsl4a/connectivity/sms.md
- 电话: qsl4a/connectivity/phone.md
- 联系人: qsl4a/connectivity/contacts.md
- 信号强度: qsl4a/connectivity/signalstrength.md
- FTP 服务器: qsl4a/connectivity/ftp.md
- 存储:
- DocumentFile: qsl4a/storage/documentfile.md
- 剪贴板: qsl4a/storage/clipboard.md
- 偏好设置: qsl4a/storage/preferences.md
- 媒体:
- 媒体播放器: qsl4a/media/mediaplayer.md
- 图像处理: qsl4a/media/image.md
- 特殊功能:
- 加密: qsl4a/special/cipher.md
- PGPT AI: qsl4a/special/pgptai.md
- 社区:
- 概览: community.md
- 课程: https://edu.qpython.org/?lang=zh
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.snippets
- pymdownx.superfences
- tables
- toc:
permalink: true
extra:
analytics:
provider: google
property: G-3GZ8CTQYNC
social:
- icon: fontawesome/brands/github
link: https://github.com/qpython-android/qpython
- icon: fontawesome/brands/discord
link: https://discord.gg/hV2chuD
- icon: fontawesome/brands/facebook
link: http://www.facebook.com/qpython
- icon: fontawesome/brands/twitter
link: http://www.twitter.com/qpython