Compare commits

..

1 Commits

Author SHA1 Message Date
Kakueeen 451dbdd4c2
Merge cb4ec62c1e into db0588edcd 2025-02-21 11:23:48 +08:00
2 changed files with 8 additions and 28 deletions

20
.vscode/settings.json vendored
View File

@ -1,20 +0,0 @@
{
"MicroPython.executeButton": [
{
"text": "▶",
"tooltip": "运行",
"alignment": "left",
"command": "extension.executeFile",
"priority": 3.5
}
],
"MicroPython.syncButton": [
{
"text": "$(sync)",
"tooltip": "同步",
"alignment": "left",
"command": "extension.execute",
"priority": 4
}
]
}

View File

@ -49,26 +49,26 @@ FluScrollablePage{
Layout.topMargin: -6 Layout.topMargin: -6
code:'FluPivot{ code:'FluPivot{
anchors.fill: parent anchors.fill: parent
FluPivotItem { FluPivotItem:{
title: qsTr("All") text: qsTr("All")
contentItem: FluText{ contentItem: FluText{
text: qsTr("All emails go here.") text: qsTr("All emails go here.")
} }
} }
FluPivotItem { FluPivotItem:{
title: qsTr("Unread") text: qsTr("Unread")
contentItem: FluText{ contentItem: FluText{
text: qsTr("Unread emails go here.") text: qsTr("Unread emails go here.")
} }
} }
FluPivotItem { FluPivotItem:{
title: qsTr("Flagged") text: qsTr("Flagged")
contentItem: FluText{ contentItem: FluText{
text: qsTr("Flagged emails go here.") text: qsTr("Flagged emails go here.")
} }
} }
FluPivotItem { FluPivotItem:{
title: qsTr("Urgent") text: qsTr("Urgent")
contentItem: FluText{ contentItem: FluText{
text: qsTr("Urgent emails go here.") text: qsTr("Urgent emails go here.")
} }