fix(ci): format README and align markdown tooling with Prettier (#593)

This commit is contained in:
Simon
2026-07-06 17:34:56 +08:00
committed by GitHub
parent 8bc2483ab5
commit 08624ec245
4 changed files with 11 additions and 17 deletions
-15
View File
@@ -2,21 +2,6 @@
"files.exclude": { "files.exclude": {
"packages/*/node_modules": true "packages/*/node_modules": true
}, },
"markdownlint.config": {
// Relaxed rules
"default": true,
"whitespace": false,
"line_length": false,
"ul-indent": false,
"no-inline-html": false,
"no-bare-urls": false,
"fenced-code-language": false,
"first-line-h1": false,
"block-spacing": false,
"blanks-around-lists": false,
"ol-prefix": false,
"no-duplicate-heading": false
},
"editor.defaultFormatter": "esbenp.prettier-vscode", "editor.defaultFormatter": "esbenp.prettier-vscode",
"js/ts.tsdk.path": "node_modules/typescript/lib", "js/ts.tsdk.path": "node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib", "typescript.tsdk": "node_modules/typescript/lib",
+4 -1
View File
@@ -55,7 +55,10 @@ The GUI Agent Living in Your Webpage. One script gives any web page its own AI a
Fastest way to try PageAgent with our free Demo LLM: Fastest way to try PageAgent with our free Demo LLM:
```html ```html
<script src="https://cdn.jsdelivr.net/npm/page-agent@1.11.0/dist/iife/page-agent.demo.js" crossorigin="anonymous"></script> <script
src="https://cdn.jsdelivr.net/npm/page-agent@1.11.0/dist/iife/page-agent.demo.js"
crossorigin="anonymous"
></script>
``` ```
> **⚠️ For technical evaluation only.** This demo CDN uses our free [testing LLM API](https://alibaba.github.io/page-agent/docs/features/models#free-testing-api). By using it, you agree to its [terms](https://github.com/alibaba/page-agent/blob/main/docs/terms-and-privacy.md). > **⚠️ For technical evaluation only.** This demo CDN uses our free [testing LLM API](https://alibaba.github.io/page-agent/docs/features/models#free-testing-api). By using it, you agree to its [terms](https://github.com/alibaba/page-agent/blob/main/docs/terms-and-privacy.md).
+4 -1
View File
@@ -54,7 +54,10 @@
通过我们免费的 Demo LLM 快速体验 PageAgent 通过我们免费的 Demo LLM 快速体验 PageAgent
```html ```html
<script src="https://cdn.jsdelivr.net/npm/page-agent@1.11.0/dist/iife/page-agent.demo.js" crossorigin="anonymous"></script> <script
src="https://cdn.jsdelivr.net/npm/page-agent@1.11.0/dist/iife/page-agent.demo.js"
crossorigin="anonymous"
></script>
``` ```
> **⚠️ 仅用于技术评估。** 该 Demo CDN 使用了免费的[测试 LLM API](https://alibaba.github.io/page-agent/docs/features/models#free-testing-api),使用即表示您同意其[条款](https://github.com/alibaba/page-agent/blob/main/docs/terms-and-privacy.md)。 > **⚠️ 仅用于技术评估。** 该 Demo CDN 使用了免费的[测试 LLM API](https://alibaba.github.io/page-agent/docs/features/models#free-testing-api),使用即表示您同意其[条款](https://github.com/alibaba/page-agent/blob/main/docs/terms-and-privacy.md)。
+3
View File
@@ -82,6 +82,9 @@
], ],
"*.css": [ "*.css": [
"npx prettier --write --ignore-unknown" "npx prettier --write --ignore-unknown"
],
"*.md": [
"npx prettier --write --ignore-unknown"
] ]
}, },
"commitlint": { "commitlint": {