From cb0fcd05b59ab0b7f0ba8ce90e298fafb26ddf9a Mon Sep 17 00:00:00 2001 From: ruan-cat <1219043956@qq.com> Date: Tue, 15 Oct 2024 15:52:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore(vuepress-preset-config,mon?= =?UTF-8?q?orepo-1,docs-01-star,vercel-deploy-tool,commitlint-config):=20?= =?UTF-8?q?=E5=8F=98=E6=9B=B4github=E7=9A=84=E7=94=A8=E6=88=B7=E5=90=8D?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E6=88=B7=E5=90=8D=E6=94=B9=E6=88=90ruan-cat?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs-package/commitlint-config/package.json | 14 +------------- demos/vercel-deploy-tool/package.json | 10 +++++----- packages/docs-01-star/docs/.vitepress/config.mts | 4 ++-- packages/monorepo-1/src/index.md | 2 +- packages/vuepress-preset-config/package.json | 10 +++++----- packages/vuepress-preset-config/src/index.ts | 4 ++-- utils/package.json | 10 +++++----- 7 files changed, 21 insertions(+), 33 deletions(-) diff --git a/configs-package/commitlint-config/package.json b/configs-package/commitlint-config/package.json index 8f47c89..5ce68cc 100644 --- a/configs-package/commitlint-config/package.json +++ b/configs-package/commitlint-config/package.json @@ -15,20 +15,8 @@ "directory": "configs-package/commitlint-config" }, "scripts": { - "copy-readme": "cpx readme.md docs", - "copy-changelog": "cpx CHANGELOG.md docs", - "typedoc": "typedoc", - "prettier-docs-(invalid)": "prettier docs/**/*.md --write", - "docs:dev-main": "vuepress-vite dev docs", - "docs:dev": "turbo docs:dev", "build:docs-main": "vuepress-vite build docs", - "build:docs": "turbo do-build-docs", - "clean:type": "rimraf dist", "clear": "rimraf dist .turbo .vercel .cache .temp", - "generate:type-1": "vue-tsc -p tsconfig.json --composite false --declaration true --emitDeclarationOnly true", - "generate:type-2": "tsc -p tsconfig.json --composite false --declaration true --emitDeclarationOnly true", - "generate:type-3": "vue-tsc -p tsconfig.types.json", - "get-type": "pnpm clean:type && pnpm generate:type-3", "rm:node_modules": "rimraf node_modules" }, "exports": { @@ -42,7 +30,7 @@ "author": { "name": "ruan-cat", "email": "1219043956@qq.com", - "url": "https://github.com/RuanZhongNan" + "url": "https://github.com/ruan-cat" }, "license": "MIT", "publishConfig": { diff --git a/demos/vercel-deploy-tool/package.json b/demos/vercel-deploy-tool/package.json index cd8a147..118587e 100644 --- a/demos/vercel-deploy-tool/package.json +++ b/demos/vercel-deploy-tool/package.json @@ -5,13 +5,13 @@ "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", - "homepage": "https://github.com/RuanZhongNan/vercel-monorepo-test/tree/main/demos/vercel-deploy-tool", + "homepage": "https://github.com/ruan-cat/vercel-monorepo-test/tree/main/demos/vercel-deploy-tool", "bugs": { - "url": "https://github.com/RuanZhongNan/vercel-monorepo-test/issues" + "url": "https://github.com/ruan-cat/vercel-monorepo-test/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/RuanZhongNan/vercel-monorepo-test.git", + "url": "git+https://github.com/ruan-cat/vercel-monorepo-test.git", "directory": "demos/vercel-deploy-tool" }, "scripts": { @@ -35,7 +35,7 @@ "author": { "name": "ruan-cat", "email": "1219043956@qq.com", - "url": "https://github.com/RuanZhongNan" + "url": "https://github.com/ruan-cat" }, "license": "MIT", "publishConfig": { @@ -67,4 +67,4 @@ "@vitest/ui": "^2.0.5", "vitest": "^2.0.5" } -} +} \ No newline at end of file diff --git a/packages/docs-01-star/docs/.vitepress/config.mts b/packages/docs-01-star/docs/.vitepress/config.mts index c0ba6f9..05690d3 100644 --- a/packages/docs-01-star/docs/.vitepress/config.mts +++ b/packages/docs-01-star/docs/.vitepress/config.mts @@ -13,7 +13,7 @@ export default defineConfig({ // https://vitepress.dev/reference/default-theme-config nav: [ { text: "首页", link: "/" }, - { text: "仓库地址", link: "https://github.com/RuanZhongNan/vercel-monorepo-test" }, + { text: "仓库地址", link: "https://github.com/ruan-cat/vercel-monorepo-test" }, ], sidebar: [ @@ -36,7 +36,7 @@ export default defineConfig({ socialLinks: [ { icon: "github", - link: "https://github.com/RuanZhongNan/vercel-monorepo-test/blob/dev/packages/docs-01-star/docs/index.md", + link: "https://github.com/ruan-cat/vercel-monorepo-test/blob/dev/packages/docs-01-star/docs/index.md", }, ], }, diff --git a/packages/monorepo-1/src/index.md b/packages/monorepo-1/src/index.md index 439cbe5..ee5f715 100644 --- a/packages/monorepo-1/src/index.md +++ b/packages/monorepo-1/src/index.md @@ -21,7 +21,7 @@ features: - title: 本项目地址 details: 基于VuePress Theme Hope框架搭建的文档网站 - link: "https://github.com/RuanZhongNan/java-pilot-base-doc" + link: "https://github.com/ruan-cat/java-pilot-base-doc" - title: 全是萌新 details: 在学了在学了 diff --git a/packages/vuepress-preset-config/package.json b/packages/vuepress-preset-config/package.json index 527cddd..1732097 100644 --- a/packages/vuepress-preset-config/package.json +++ b/packages/vuepress-preset-config/package.json @@ -5,13 +5,13 @@ "type": "module", "main": "./dist/vuepress-preset-config.js", "types": "./src/index.ts", - "homepage": "https://github.com/RuanZhongNan/vercel-monorepo-test/tree/main/packages/vuepress-preset-config", + "homepage": "https://github.com/ruan-cat/vercel-monorepo-test/tree/main/packages/vuepress-preset-config", "bugs": { - "url": "https://github.com/RuanZhongNan/vercel-monorepo-test/issues" + "url": "https://github.com/ruan-cat/vercel-monorepo-test/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/RuanZhongNan/vercel-monorepo-test.git", + "url": "git+https://github.com/ruan-cat/vercel-monorepo-test.git", "directory": "packages/vuepress-preset-config" }, "scripts": { @@ -35,7 +35,7 @@ "author": { "name": "ruan-cat", "email": "1219043956@qq.com", - "url": "https://github.com/RuanZhongNan" + "url": "https://github.com/ruan-cat" }, "license": "MIT", "publishConfig": { @@ -68,4 +68,4 @@ "vuepress-plugin-search-pro": "2.0.0-rc.57", "vuepress-theme-hope": "2.0.0-rc.58" } -} +} \ No newline at end of file diff --git a/packages/vuepress-preset-config/src/index.ts b/packages/vuepress-preset-config/src/index.ts index 4e24d98..b4fc93b 100644 --- a/packages/vuepress-preset-config/src/index.ts +++ b/packages/vuepress-preset-config/src/index.ts @@ -25,7 +25,7 @@ export function footerTmpl() { /** 阮喵喵的 hope 主题配置 */ export const ruancatHopeThemeConfig: ThemeOptions = { hostname: "https://www.ruan-cat.com", - repo: "RuanZhongNan/vercel-monorepo-test", + repo: "ruan-cat/vercel-monorepo-test", docsDir: "src", footer: "内部文档,请勿外传", @@ -41,7 +41,7 @@ export const ruancatHopeThemeConfig: ThemeOptions = { author: { name: authorName, - url: "https://github.com/RuanZhongNan", + url: "https://github.com/ruan-cat", }, plugins: { diff --git a/utils/package.json b/utils/package.json index b04093c..e2ce3ee 100644 --- a/utils/package.json +++ b/utils/package.json @@ -5,13 +5,13 @@ "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", - "homepage": "https://github.com/RuanZhongNan/vercel-monorepo-test/tree/main/utils", + "homepage": "https://github.com/ruan-cat/vercel-monorepo-test/tree/main/utils", "bugs": { - "url": "https://github.com/RuanZhongNan/vercel-monorepo-test/issues" + "url": "https://github.com/ruan-cat/vercel-monorepo-test/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/RuanZhongNan/vercel-monorepo-test.git", + "url": "git+https://github.com/ruan-cat/vercel-monorepo-test.git", "directory": "utils" }, "scripts": { @@ -42,7 +42,7 @@ "author": { "name": "ruan-cat", "email": "1219043956@qq.com", - "url": "https://github.com/RuanZhongNan" + "url": "https://github.com/ruan-cat" }, "license": "MIT", "publishConfig": { @@ -63,4 +63,4 @@ "peerDependencies": { "typescript": "catalog:" } -} +} \ No newline at end of file