This commit is contained in:
朱子楚\zhuzi
2023-08-17 23:03:00 +08:00
parent b47f2d12ad
commit 1e9bd0fd05
6 changed files with 42 additions and 5 deletions

View File

@ -37,8 +37,11 @@ FluScrollablePage{
FluScreenshot{
id:screenshot
captrueMode: FluScreenshotType.File
saveFolder: FluTools.getApplicationDirPath()+"/screenshot"
onCaptrueCompleted:
(captrue)=>{
//C:/Users/zhuzi/Pictures/1692283885126.png
image.source = captrue
}
}