(n: number, w = 2)
| 205 | } else if (platform === "win32") { |
| 206 | // Not supported here due to permission and locale complexities. |
| 207 | return { |
| 208 | ok: false, |
| 209 | hint: |
| 210 | "Windows 上暂不支持自动设置,请以管理员权限手动同步时间或启用 Windows 时间服务。", |
no outgoing calls
no test coverage detected