chore: add worker guide

This commit is contained in:
jialin
2025-07-10 09:47:12 +08:00
parent 51450c2b02
commit 03d798760c
8 changed files with 37 additions and 37 deletions
@@ -89,7 +89,10 @@ const AddWorkerMacOS: React.FC<AddWorkerMacOSProps> = ({ platform }) => {
{index + 1}.{' '}
<span
dangerouslySetInnerHTML={{
__html: intl.formatMessage({ id: step })
__html: intl.formatMessage(
{ id: step },
{ url: window.location.origin }
)
}}
></span>
</Typography.Text>