Skip to content

Commit d6b256d

Browse files
committed
feat: intl skill
1 parent 026ce3a commit d6b256d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ See the [live demo](https://alibaba.github.io/react-intl-universal/#intl-usage)
3333
Use the [use-react-intl-universal skill](https://alibaba.github.io/react-intl-universal/#skill-usage) to give AI coding agents a practical i18n workflow, not just API hints.
3434

3535
<a href="https://alibaba.github.io/react-intl-universal/#skill-usage">
36-
<img width="1200" alt="use-react-intl-universal Agent Skill workflow" src="https://github.com/user-attachments/assets/eca7a070-6f74-411f-8cde-689c03124a1d" />
36+
<img width="1200" alt="use-react-intl-universal Agent Skill workflow" src="https://img.alicdn.com/imgextra/i1/O1CN01bMmYFt21ZbDPDQxJT_!!6000000006999-2-tps-1536-1024.png" />
3737
</a>
3838

3939
It helps agents:

packages/react-intl-universal/examples/nextjs-example/components/skill.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import intl from 'core/intl';
44
const SkillComponent: React.FC = () => {
55
const skillPath = 'https://github.com/alibaba/react-intl-universal/tree/master/skills/use-react-intl-universal';
66
const mqmPath = 'https://www.w3.org/community/mqmcg';
7-
const workflowImageUrl = 'https://github.com/user-attachments/assets/eca7a070-6f74-411f-8cde-689c03124a1d';
7+
const workflowImageUrl = 'https://img.alicdn.com/imgextra/i1/O1CN01bMmYFt21ZbDPDQxJT_!!6000000006999-2-tps-1536-1024.png';
88
const skillLink = (chunks: React.ReactNode) => (
99
<a href={skillPath} target="_blank" rel="noreferrer">
1010
{chunks}

0 commit comments

Comments
 (0)