ESP32_upper/QML/pages/CmdPage.qml
impressionyang 2fdeecfb0a style💄: 更新页面内容
feat: 添加其他页面,但是没有添加功能
file📦: 添加APP图标
2024-11-28 19:11:59 +08:00

13 lines
189 B
QML

import QtQuick 2.15
Item {
Text {
anchors.centerIn: parent
id: id_lm_tooltip_text
text: "Cmd Page"
font.pixelSize: 20
color: "#0e0606"
}
}