@@ -509,10 +526,6 @@ This project is [MIT](./LICENSE) licensed.
[github-releasedate-shield]: https://img.shields.io/github/release-date/lobehub/lobe-icons?labelColor=black&style=flat-square
[github-stars-link]: /~https://github.com/lobehub/lobe-icons/network/stargazers
[github-stars-shield]: https://img.shields.io/github/stars/lobehub/lobe-icons?color=ffcb47&labelColor=black&style=flat-square
-[lobe-chat]: /~https://github.com/lobehub/lobe-chat
-[lobe-commit]: /~https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-commit
-[lobe-i18n]: /~https://github.com/lobehub/lobe-commit/tree/master/packages/lobe-i18n
-[lobe-theme]: /~https://github.com/lobehub/sd-webui-lobe-theme
[npm-downloads-link]: https://www.npmjs.com/package/@lobehub/icons
[npm-downloads-shield]: https://img.shields.io/npm/dt/@lobehub/icons?labelColor=black&style=flat-square
[npm-release-link]: https://www.npmjs.com/package/@lobehub/icons
diff --git a/scripts/readmeWorkflow/index.ts b/scripts/readmeWorkflow/index.ts
index 216421d1..bbc6e5c2 100644
--- a/scripts/readmeWorkflow/index.ts
+++ b/scripts/readmeWorkflow/index.ts
@@ -7,7 +7,7 @@ import toc, { IconToc } from '../../src/toc';
const ROOT_PATH = resolve(__dirname, '../..');
-const BASE_URL = 'https://icons.lobehub.com/components/';
+const BASE_URL = 'https://lobehub.com/icons/';
const updateReadme = (split: string, md: string, content: string): string => {
const mds = md.split(split);
@@ -17,14 +17,14 @@ const updateReadme = (split: string, md: string, content: string): string => {
const genMd = (data: IconToc): string =>
[
- [
- `
`,
- ``,
- `
`,
- ``,
- ].join(''),
- `[${data.title}](${BASE_URL}${data.docsUrl})`,
- ].join('
');
+ `
`,
+ ``,
+ ``,
+ `
`,
+ ``,
+ '
',
+ data.fullTitle,
+ ].join('');
const run = () => {
const model = toc