From 6dbc33efd9765650c740ada4e69eb2df2daf384a Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:45:14 +0800 Subject: [PATCH] docs: limitation; readme; attribution --- LICENSE | 4 ++-- README.md | 10 +++++----- docs/README-zh.md | 10 +++++----- packages/core/src/PageAgentCore.ts | 1 + packages/website/src/components/Footer.tsx | 17 ++++++++++++++--- .../docs/introduction/limitations/page.tsx | 7 +++++-- 6 files changed, 32 insertions(+), 17 deletions(-) diff --git a/LICENSE b/LICENSE index 2308ce4..718ab0c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License -Copyright (c) 2026 Alibaba -Copyright (c) 2026 Simon +Copyright (c) 2026 SimonLuvRamen +Copyright (c) 2026 Alibaba Group Holding Limited Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7c1529c..9eff9bb 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ Page Agent Banner -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![Downloads](https://img.shields.io/npm/dt/page-agent.svg)](https://www.npmjs.com/package/page-agent) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/page-agent)](https://bundlephobia.com/package/page-agent) [![GitHub stars](https://img.shields.io/github/stars/alibaba/page-agent.svg)](https://github.com/alibaba/page-agent) +[![License: MIT](https://img.shields.io/badge/License-MIT-auto.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/page-agent)](https://bundlephobia.com/package/page-agent) [![Downloads](https://img.shields.io/npm/dt/page-agent.svg)](https://www.npmjs.com/package/page-agent) [![GitHub stars](https://img.shields.io/github/stars/alibaba/page-agent.svg)](https://github.com/alibaba/page-agent) The GUI Agent Living in Your Webpage. Control web interfaces with natural language. ๐ŸŒ **English** | [ไธญๆ–‡](./docs/README-zh.md) -๐Ÿ‘‰ ๐Ÿš€ Demo | ๐Ÿ“– Documentation | ๐Ÿ“ข Join HN Discussion | ๐• Follow on X +๐Ÿš€ Demo | ๐Ÿ“– Docs | ๐Ÿ“ข HN Discussion | ๐• Follow on X @@ -112,8 +112,8 @@ file and in the node_modules directory after installation. - - - Star History Chart + + + Star History Chart diff --git a/docs/README-zh.md b/docs/README-zh.md index 5027bf9..6716dff 100644 --- a/docs/README-zh.md +++ b/docs/README-zh.md @@ -5,13 +5,13 @@ Page Agent Banner -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![Downloads](https://img.shields.io/npm/dt/page-agent.svg)](https://www.npmjs.com/package/page-agent) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/page-agent)](https://bundlephobia.com/package/page-agent) [![GitHub stars](https://img.shields.io/github/stars/alibaba/page-agent.svg)](https://github.com/alibaba/page-agent) +[![License: MIT](https://img.shields.io/badge/License-MIT-auto.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![Bundle Size](https://img.shields.io/bundlephobia/minzip/page-agent)](https://bundlephobia.com/package/page-agent) [![Downloads](https://img.shields.io/npm/dt/page-agent.svg)](https://www.npmjs.com/package/page-agent) [![GitHub stars](https://img.shields.io/github/stars/alibaba/page-agent.svg)](https://github.com/alibaba/page-agent) ็บฏ JS ๅฎž็Žฐ็š„ GUI agentใ€‚ไฝฟ็”จ่‡ช็„ถ่ฏญ่จ€ๆ“ไฝœไฝ ็š„ Web ๅบ”็”จใ€‚ๆ— ้กปๅŽ็ซฏใ€ๅฎขๆˆท็ซฏใ€ๆต่งˆๅ™จๆ’ไปถใ€‚ ๐ŸŒ [English](../README.md) | **ไธญๆ–‡** -๐Ÿ‘‰ ๐Ÿš€ Demo | ๐Ÿ“– Documentation | ๐Ÿ“ข Join HN Discussion | ๐• Follow on X +๐Ÿš€ Demo | ๐Ÿ“– Docs | ๐Ÿ“ข HN Discussion | ๐• Follow on X @@ -110,8 +110,8 @@ file and in the node_modules directory after installation. - - - Star History Chart + + + Star History Chart diff --git a/packages/core/src/PageAgentCore.ts b/packages/core/src/PageAgentCore.ts index 6f7f35a..5c35636 100644 --- a/packages/core/src/PageAgentCore.ts +++ b/packages/core/src/PageAgentCore.ts @@ -1,5 +1,6 @@ /** * Copyright (C) 2025 Alibaba Group Holding Limited + * Copyright (C) 2026 SimonLuvRamen * All rights reserved. */ import { InvokeError, LLM, type Tool } from '@page-agent/llms' diff --git a/packages/website/src/components/Footer.tsx b/packages/website/src/components/Footer.tsx index 9cedb03..a29e8a9 100644 --- a/packages/website/src/components/Footer.tsx +++ b/packages/website/src/components/Footer.tsx @@ -12,9 +12,20 @@ export default function Footer() { >
-

- ยฉ 2026 page-agent. All rights reserved. -

+
+

ยฉ 2026 page-agent. All rights reserved.

+

+ Built with โ™ฅ๏ธ by{' '} + + Simon + +

+
(
  • โœ— @@ -128,8 +131,8 @@ export default function LimitationsPage() {
  • {/* Understanding Limitations */} - - {isZh ? '็†่งฃ่ƒฝๅŠ›' : 'Understanding'} + + {isZh ? 'ๅŸบไบŽๆ–‡ๆœฌ็š„ๆ–นๆกˆ' : 'Text-Based Approach'}