Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ApplicationInstallProgress = ysk.YSKCard{ Id: "task:application:install", CardType: ysk.CardTypeTask, RenderType: ysk.RenderTypeCardTask, Content: ysk.YSKCardContent{ TitleIcon: "jellyfin logo", TitleText: "APP Installing", BodyProgress: &ysk.YSKCardProgress{}, BodyIconWithText: nil, BodyList: nil, FooterActions: nil, }, } ZimaOSDataStationNotice = ysk.YSKCard{ Id: "long-notice:disk:insert", CardType: ysk.CardTypeLongNote, RenderType: ysk.RenderTypeCardIconTextNotice, Content: ysk.YSKCardContent{ TitleIcon: "ZimaOS-Logo", TitleText: "Build data station", BodyProgress: nil, BodyIconWithText: &ysk.YSKCardIconWithText{ Icon: "disk", Description: "For a data station with more storage capacity, it is recommended to add more hard drives.", }, BodyList: nil, FooterActions: []ysk.YSKCardFooterAction{ { Side: "Right", Style: "primary", Text: "Learn more", MessageBus: ysk.YSKCardMessageBusAction{ Key: "casaos-ui/casaos-ui:app:mircoapp_communicate", Payload: `{"access_id":"qWUS_pKWefbN-Bcxu3_nG","casaos_lang":"zh_cn","action":"open","peerType":"settings","name":"icewhale_settings","routerPath":"/storage"}`, }, }, }, }, } ZimaOSRemoteAccessNotice = ysk.YSKCard{ Id: "long-notice:remote:access", CardType: ysk.CardTypeLongNote, RenderType: ysk.RenderTypeCardIconTextNotice, Content: ysk.YSKCardContent{ TitleIcon: "ZimaOS-Logo", TitleText: "Remote Access", BodyProgress: nil, BodyIconWithText: &ysk.YSKCardIconWithText{ Icon: "remote access", Description: "Configure Remote Access to access your home cloud remotely from anywhere.", }, BodyList: nil, FooterActions: []ysk.YSKCardFooterAction{ { Side: "Right", Style: "primary", Text: "Learn more", MessageBus: ysk.YSKCardMessageBusAction{ Key: "casaos-ui/casaos-ui:app:mircoapp_communicate", Payload: `{"access_id":"1733L6fM4PHol8kRssFvK","casaos_lang":"zh_cn","action":"open","peerType":"settings","name":"icewhale_settings","routerPath":"/network"}`, }, }, }, }, } ZimaOSFileManagementNotice = ysk.YSKCard{ Id: "long-notice:file:management", CardType: ysk.CardTypeLongNote, RenderType: ysk.RenderTypeCardIconTextNotice, Content: ysk.YSKCardContent{ TitleIcon: "ZimaOS-Logo", TitleText: "File Management", BodyProgress: nil, BodyIconWithText: &ysk.YSKCardIconWithText{ Icon: "file management", Description: "Use Files to manage your data from different locations, such as your computer, phone, netdisk and server.", }, BodyList: nil, FooterActions: []ysk.YSKCardFooterAction{ { Side: "Right", Style: "primary", Text: "Learn more", MessageBus: ysk.YSKCardMessageBusAction{ Key: "casaos-ui/casaos-ui:app:mircoapp_communicate", Payload: "{'type':'file'}", }, }, }, }, } ApplicationUpdateNotice = ysk.YSKCard{ Id: "short-notice:application:update", CardType: ysk.CardTypeShortNote, RenderType: ysk.RenderTypeCardListNotice, Content: ysk.YSKCardContent{ TitleIcon: "app store logo", TitleText: "有应用更新", BodyList: []ysk.YSKCardListItem{ { Icon: "jellyfin logo", Description: "Jellyfin 10.7.0", RightText: "2 days ago", }, { Icon: "next-cloud logo", Description: "NextCloud 10.7.0", RightText: "2 days ago", }, }, FooterActions: []ysk.YSKCardFooterAction{ { Side: "Right", Style: "primary", Text: "更新所有", MessageBus: ysk.YSKCardMessageBusAction{ Key: "open:application:update", Payload: "{'type':'all'}", }, }, }, }, } DiskInsertNotice = ysk.YSKCard{ Id: "long-notice:disk:insert", CardType: ysk.CardTypeLongNote, RenderType: ysk.RenderTypeCardListNotice, Content: ysk.YSKCardContent{ TitleIcon: "disk logo", TitleText: "硬盘插入", BodyList: []ysk.YSKCardListItem{ { Icon: "disk", Description: "ZimaOS-HD", RightText: "2TB", }, { Icon: "disk", Description: "Safe-Storage", RightText: "2TB", }, }, FooterActions: nil, }, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.