This commit is contained in:
朱子楚\zhuzi
2024-03-09 15:35:48 +08:00
parent 2a03f24941
commit 7c0c4cc451
167 changed files with 7567 additions and 1816 deletions

View File

@ -8,7 +8,7 @@ FluExpander{
id:control
property string code: ""
headerText: "Source"
headerText: qsTr("Source")
contentHeight:content.height
focus: false
@ -34,7 +34,7 @@ FluExpander{
}
onClicked:{
FluTools.clipText(FluTools.html2PlantText(content.text))
showSuccess("复制成功")
showSuccess(qsTr("The Copy is Successful"))
}
}
@ -49,7 +49,6 @@ FluExpander{
}
function highlightQmlCode(code) {
// 定义 QML 关键字列表
var qmlKeywords = [
"FluTextButton",
"FluAppBar",