This commit is contained in:
朱子楚\zhuzi
2023-12-11 23:43:17 +08:00
parent 6c86e61916
commit dc37a151c8
10 changed files with 40 additions and 123 deletions

View File

@ -297,7 +297,7 @@ FluWindow {
id:tour
steps:{
var data = []
if(!window.useSystemAppBar){
if(!FluApp.useSystemAppBar){
data.push({title:"夜间模式",description: "这里可以切换夜间模式.",target:()=>appBar.darkButton()})
}
data.push({title:"隐藏彩蛋",description: "多点几下试试!!",target:()=>nav_view.logoButton()})

View File

@ -300,7 +300,7 @@ FluWindow {
id:tour
steps:{
var data = []
if(!window.useSystemAppBar){
if(!FluApp.useSystemAppBar){
data.push({title:"夜间模式",description: "这里可以切换夜间模式.",target:()=>appBar.darkButton()})
}
data.push({title:"隐藏彩蛋",description: "多点几下试试!!",target:()=>nav_view.logoButton()})