()
| 2985 | } |
| 2986 | |
| 2987 | function getIcloudAliasLabel() { |
| 2988 | const now = new Date(); |
| 2989 | const dateStr = `${now.getFullYear()}-${String(now.getMonth() + 1).padStart(2, '0')}-${String(now.getDate()).padStart(2, '0')}`; |
| 2990 | return `MultiPage ${dateStr}`; |
| 2991 | } |
| 2992 | |
| 2993 | async function checkIcloudSession() { |
| 2994 | return withIcloudLoginHelp('检查 iCloud 会话', async () => { |
no outgoing calls
no test coverage detected