Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed Aug 7, 2024
1 parent b1f4e55 commit 9970caf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/fixtures.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var (
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"}`,
Payload: `{"action":"open","peerType":"settings","name":"icewhale_settings","routerPath":"/storage"}`,
},
},
},
Expand All @@ -66,7 +66,7 @@ var (
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"}`,
Payload: `{"action":"open","peerType":"settings","name":"icewhale_settings","routerPath":"/network"}`,
},
},
},
Expand Down

0 comments on commit 9970caf

Please sign in to comment.