diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f635a6a84..f15e76109 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: 此表格仅用于提交错误报告。如果您有使用问题, 或者你不确定这是否真的是一个错误,请确保: - - [x] 已经在 [weapp-tw.icebreaker.top](https://weapp-tw.icebreaker.top/) 文档网站中搜索过相关的解决方案 + - [x] 已经在 [tw.icebreaker.top](https://tw.icebreaker.top/) 文档网站中搜索过相关的解决方案 - [x] 已经在 Github 的 [issues](https://github.com/sonofmagic/weapp-tailwindcss/issues) 中搜索过相关的问题 如果您发现最新版本中仍然存在旧的、已解决的问题, diff --git a/CHANGELOG.md b/CHANGELOG.md index e45d91949..22e1a1cf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,13 +104,13 @@ - + ## 2.11.0 (2023-11-13) ## Features -- 添加单独的 Nodejs API [#255](https://github.com/sonofmagic/weapp-tailwindcss/issues/255), [相关文档](https://weapp-tw.icebreaker.top/docs/quick-start/frameworks/api) +- 添加单独的 Nodejs API [#255](https://github.com/sonofmagic/weapp-tailwindcss/issues/255), [相关文档](https://tw.icebreaker.top/docs/quick-start/frameworks/api) ## 2.10.1 (2023-10-17) @@ -122,7 +122,7 @@ ## Features -- 添加 [uni-app-css-macro](https://weapp-tw.icebreaker.top/docs/quick-start/uni-app-css-macro) 样式条件编译语法糖相关功能 +- 添加 [uni-app-css-macro](https://tw.icebreaker.top/docs/quick-start/uni-app-css-macro) 样式条件编译语法糖相关功能 ## Chore @@ -178,7 +178,7 @@ ## Features - 添加 `jsEscapeStrategy` 配置项,用于切换所有的 `js`字符串中,处理字符串和模板字面量的替换模式。 -- 详细配置见 +- 详细配置见 ## Chore @@ -370,7 +370,7 @@ after:content-['你好啊,我很无聊'] √ ### Docs -- +- ### Fixed diff --git a/README.md b/README.md index 73ccb4209..3b3fec89d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - + weapp-tailwindcss-logo @@ -44,7 +44,7 @@ ### 仓库链接: [packages/weapp-tailwindcss](./packages/weapp-tailwindcss/) -### 官网链接: [weapp-tw.icebreaker.top](https://weapp-tw.icebreaker.top) +### 官网链接: [tw.icebreaker.top](https://tw.icebreaker.top) ## 🔥 weapp-vite diff --git a/README_en.md b/README_en.md index f5efa3d6a..ba81941ab 100644 --- a/README_en.md +++ b/README_en.md @@ -1,6 +1,6 @@

- + weapp-tailwindcss-logo @@ -22,7 +22,7 @@ > `weapp` + `tailwindcss` all-round solution. -\[[Docs deployed in China](https://weapp-tw.icebreaker.top)\] \| \[[Github Page](https://sonofmagic.github.io/weapp-tailwindcss/)\] \| \[[1.x Docs]('./v1.md')\] +\[[Docs deployed in China](https://tw.icebreaker.top)\] \| \[[Github Page](https://sonofmagic.github.io/weapp-tailwindcss/)\] \| \[[1.x Docs]('./v1.md')\] - [Features](#features) - [Plugin Introduction](#plugin-introduction) @@ -73,15 +73,15 @@ Currently, these plugins support the latest version of the `tailwindcss v3.x.x` > If you are still using the `tailwindcss@2` version, then you should use the `1.x` version of this plugin. Also, make sure your `nodejs` version `>=16`. At present, the long-term maintenance version (`even-numbered version`) below `16` has ended its life cycle. It is recommended to install the `LTS` version of `nodejs`, See [nodejs/release]( nodejs/release) -## [Installation and usage](https://weapp-tw.icebreaker.top/docs/quick-start/install) +## [Installation and usage](https://tw.icebreaker.top/docs/quick-start/install) -## [Migrating from v1 to v2](https://weapp-tw.icebreaker.top/docs/migrations/v1) +## [Migrating from v1 to v2](https://tw.icebreaker.top/docs/migrations/v1) -## [Configuration reference](https://weapp-tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions) +## [Configuration reference](https://tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions) ## [Tailwindcss arbitrary values](https://tailwindcss.com/docs/adding-custom-styles#using-arbitrary-values) -## [FAQ](https://weapp-tw.icebreaker.top/docs/issues/) +## [FAQ](https://tw.icebreaker.top/docs/issues/) ## [Changelog](./CHANGELOG.md) diff --git a/package.json b/package.json index b2249453e..c99b32ca9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!", "author": "SonOfMagic ", "license": "MIT", - "homepage": "https://weapp-tw.icebreaker.top", + "homepage": "https://tw.icebreaker.top", "repository": { "type": "git", "url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git" diff --git a/packages/tailwindcss-core-plugins-extractor/package.json b/packages/tailwindcss-core-plugins-extractor/package.json index 1c85eb476..15f9dd6d4 100644 --- a/packages/tailwindcss-core-plugins-extractor/package.json +++ b/packages/tailwindcss-core-plugins-extractor/package.json @@ -5,7 +5,7 @@ "description": "tailwindcss-core-plugins-extractor", "author": "SonOfMagic ", "license": "MIT", - "homepage": "https://weapp-tw.icebreaker.top", + "homepage": "https://tw.icebreaker.top", "repository": { "type": "git", "url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git" diff --git a/packages/weapp-tailwindcss/README.md b/packages/weapp-tailwindcss/README.md index a5cde64fd..ab43405de 100644 --- a/packages/weapp-tailwindcss/README.md +++ b/packages/weapp-tailwindcss/README.md @@ -1,6 +1,6 @@

- + weapp-tailwindcss-logo @@ -25,7 +25,7 @@ > > 小程序原生工具链 `weapp-vite` 已经发布,使用它改善你的原生小程序开发体验吧,更多详见 [官方文档](https://vite.icebreaker.top/) -\[[文档地址](https://weapp-tw.icebreaker.top)\] \| \[[备用文档地址](https://sonofmagic.github.io/weapp-tailwindcss/)\] \| \[[1.x文档]('./v1.md')\] +\[[文档地址](https://tw.icebreaker.top)\] \| \[[备用文档地址](https://sonofmagic.github.io/weapp-tailwindcss/)\] \| \[[1.x文档]('./v1.md')\] - [特性](#特性) - [版本对应](#版本对应) @@ -64,17 +64,17 @@ > 如果你还在使用 `tailwindcss@2` 版本,那你应该使用从 `weapp-tailwindcss/webpack4` 导出的本插件的 `postcss7` `webpack4` 版本。另外请确保你的 `nodejs` 版本 `>=16.6.0`。目前低于 `16` 的长期维护版本(`偶数版本`) 都已经结束了生命周期,建议安装 `nodejs` 的 `LTS` 版本,详见 [nodejs/release](https://github.com/nodejs/release) -## [安装与使用方式](https://weapp-tw.icebreaker.top/docs/quick-start/install) +## [安装与使用方式](https://tw.icebreaker.top/docs/quick-start/install) -## [生态和解决方案](https://weapp-tw.icebreaker.top/docs/community/templates) +## [生态和解决方案](https://tw.icebreaker.top/docs/community/templates) -## [常见问题](https://weapp-tw.icebreaker.top/docs/issues/) +## [常见问题](https://tw.icebreaker.top/docs/issues/) -## [各个框架的模板](https://weapp-tw.icebreaker.top/docs/community/templates) +## [各个框架的模板](https://tw.icebreaker.top/docs/community/templates) -## [旧版本迁移指南](https://weapp-tw.icebreaker.top/docs/migrations/v2) +## [旧版本迁移指南](https://tw.icebreaker.top/docs/migrations/v2) -## [配置项参考](https://weapp-tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions) +## [配置项参考](https://tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions) ## [变更日志](./CHANGELOG.md) diff --git a/packages/weapp-tailwindcss/README_en.md b/packages/weapp-tailwindcss/README_en.md index f5efa3d6a..ba81941ab 100644 --- a/packages/weapp-tailwindcss/README_en.md +++ b/packages/weapp-tailwindcss/README_en.md @@ -1,6 +1,6 @@

- + weapp-tailwindcss-logo @@ -22,7 +22,7 @@ > `weapp` + `tailwindcss` all-round solution. -\[[Docs deployed in China](https://weapp-tw.icebreaker.top)\] \| \[[Github Page](https://sonofmagic.github.io/weapp-tailwindcss/)\] \| \[[1.x Docs]('./v1.md')\] +\[[Docs deployed in China](https://tw.icebreaker.top)\] \| \[[Github Page](https://sonofmagic.github.io/weapp-tailwindcss/)\] \| \[[1.x Docs]('./v1.md')\] - [Features](#features) - [Plugin Introduction](#plugin-introduction) @@ -73,15 +73,15 @@ Currently, these plugins support the latest version of the `tailwindcss v3.x.x` > If you are still using the `tailwindcss@2` version, then you should use the `1.x` version of this plugin. Also, make sure your `nodejs` version `>=16`. At present, the long-term maintenance version (`even-numbered version`) below `16` has ended its life cycle. It is recommended to install the `LTS` version of `nodejs`, See [nodejs/release]( nodejs/release) -## [Installation and usage](https://weapp-tw.icebreaker.top/docs/quick-start/install) +## [Installation and usage](https://tw.icebreaker.top/docs/quick-start/install) -## [Migrating from v1 to v2](https://weapp-tw.icebreaker.top/docs/migrations/v1) +## [Migrating from v1 to v2](https://tw.icebreaker.top/docs/migrations/v1) -## [Configuration reference](https://weapp-tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions) +## [Configuration reference](https://tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions) ## [Tailwindcss arbitrary values](https://tailwindcss.com/docs/adding-custom-styles#using-arbitrary-values) -## [FAQ](https://weapp-tw.icebreaker.top/docs/issues/) +## [FAQ](https://tw.icebreaker.top/docs/issues/) ## [Changelog](./CHANGELOG.md) diff --git a/packages/weapp-tailwindcss/package.json b/packages/weapp-tailwindcss/package.json index 8e500bb6b..69897be9c 100644 --- a/packages/weapp-tailwindcss/package.json +++ b/packages/weapp-tailwindcss/package.json @@ -4,7 +4,7 @@ "description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!", "author": "SonOfMagic ", "license": "MIT", - "homepage": "https://weapp-tw.icebreaker.top", + "homepage": "https://tw.icebreaker.top", "repository": { "type": "git", "url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git" diff --git a/packages/weapp-tailwindcss/scripts/readme/T.md b/packages/weapp-tailwindcss/scripts/readme/T.md index a5cde64fd..ab43405de 100644 --- a/packages/weapp-tailwindcss/scripts/readme/T.md +++ b/packages/weapp-tailwindcss/scripts/readme/T.md @@ -1,6 +1,6 @@

- + weapp-tailwindcss-logo @@ -25,7 +25,7 @@ > > 小程序原生工具链 `weapp-vite` 已经发布,使用它改善你的原生小程序开发体验吧,更多详见 [官方文档](https://vite.icebreaker.top/) -\[[文档地址](https://weapp-tw.icebreaker.top)\] \| \[[备用文档地址](https://sonofmagic.github.io/weapp-tailwindcss/)\] \| \[[1.x文档]('./v1.md')\] +\[[文档地址](https://tw.icebreaker.top)\] \| \[[备用文档地址](https://sonofmagic.github.io/weapp-tailwindcss/)\] \| \[[1.x文档]('./v1.md')\] - [特性](#特性) - [版本对应](#版本对应) @@ -64,17 +64,17 @@ > 如果你还在使用 `tailwindcss@2` 版本,那你应该使用从 `weapp-tailwindcss/webpack4` 导出的本插件的 `postcss7` `webpack4` 版本。另外请确保你的 `nodejs` 版本 `>=16.6.0`。目前低于 `16` 的长期维护版本(`偶数版本`) 都已经结束了生命周期,建议安装 `nodejs` 的 `LTS` 版本,详见 [nodejs/release](https://github.com/nodejs/release) -## [安装与使用方式](https://weapp-tw.icebreaker.top/docs/quick-start/install) +## [安装与使用方式](https://tw.icebreaker.top/docs/quick-start/install) -## [生态和解决方案](https://weapp-tw.icebreaker.top/docs/community/templates) +## [生态和解决方案](https://tw.icebreaker.top/docs/community/templates) -## [常见问题](https://weapp-tw.icebreaker.top/docs/issues/) +## [常见问题](https://tw.icebreaker.top/docs/issues/) -## [各个框架的模板](https://weapp-tw.icebreaker.top/docs/community/templates) +## [各个框架的模板](https://tw.icebreaker.top/docs/community/templates) -## [旧版本迁移指南](https://weapp-tw.icebreaker.top/docs/migrations/v2) +## [旧版本迁移指南](https://tw.icebreaker.top/docs/migrations/v2) -## [配置项参考](https://weapp-tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions) +## [配置项参考](https://tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions) ## [变更日志](./CHANGELOG.md) diff --git a/packages/weapp-tailwindcss/src/bundlers/gulp/index.ts b/packages/weapp-tailwindcss/src/bundlers/gulp/index.ts index 3ac888bf0..c90921f25 100644 --- a/packages/weapp-tailwindcss/src/bundlers/gulp/index.ts +++ b/packages/weapp-tailwindcss/src/bundlers/gulp/index.ts @@ -12,7 +12,7 @@ const Transform = stream.Transform /** * @name weapp-tw-gulp * @description gulp版本weapp-tw插件 - * @link https://weapp-tw.icebreaker.top/docs/quick-start/frameworks/native + * @link https://tw.icebreaker.top/docs/quick-start/frameworks/native */ export function createPlugins(options: UserDefinedOptions = {}) { const opts = getOptions(options) diff --git a/packages/weapp-tailwindcss/src/bundlers/vite/index.ts b/packages/weapp-tailwindcss/src/bundlers/vite/index.ts index f4ac3b94f..cdfd07897 100644 --- a/packages/weapp-tailwindcss/src/bundlers/vite/index.ts +++ b/packages/weapp-tailwindcss/src/bundlers/vite/index.ts @@ -11,7 +11,7 @@ const debug = createDebug() /** * @name UnifiedViteWeappTailwindcssPlugin * @description uni-app vite vue3 版本插件 - * @link https://weapp-tw.icebreaker.top/docs/quick-start/frameworks/uni-app-vite + * @link https://tw.icebreaker.top/docs/quick-start/frameworks/uni-app-vite */ export function UnifiedViteWeappTailwindcssPlugin(options: UserDefinedOptions = {}): Plugin | undefined { const opts = getOptions(options) diff --git a/packages/weapp-tailwindcss/src/bundlers/webpack/BaseUnifiedPlugin/v4.ts b/packages/weapp-tailwindcss/src/bundlers/webpack/BaseUnifiedPlugin/v4.ts index 603d04e47..cd685bd10 100644 --- a/packages/weapp-tailwindcss/src/bundlers/webpack/BaseUnifiedPlugin/v4.ts +++ b/packages/weapp-tailwindcss/src/bundlers/webpack/BaseUnifiedPlugin/v4.ts @@ -15,7 +15,7 @@ const debug = createDebug() /** * @name UnifiedWebpackPluginV4 * @description webpack4 核心转义插件 - * @link https://weapp-tw.icebreaker.top/docs/intro + * @link https://tw.icebreaker.top/docs/intro */ export class UnifiedWebpackPluginV4 implements IBaseWebpackPlugin { diff --git a/packages/weapp-tailwindcss/src/bundlers/webpack/BaseUnifiedPlugin/v5.ts b/packages/weapp-tailwindcss/src/bundlers/webpack/BaseUnifiedPlugin/v5.ts index 43f60fc70..f4a63a862 100644 --- a/packages/weapp-tailwindcss/src/bundlers/webpack/BaseUnifiedPlugin/v5.ts +++ b/packages/weapp-tailwindcss/src/bundlers/webpack/BaseUnifiedPlugin/v5.ts @@ -13,7 +13,7 @@ const debug = createDebug() /** * @name UnifiedWebpackPluginV5 * @description webpack5 核心转义插件 - * @link https://weapp-tw.icebreaker.top/docs/intro + * @link https://tw.icebreaker.top/docs/intro */ export class UnifiedWebpackPluginV5 implements IBaseWebpackPlugin { diff --git a/plugins/cli/README.md b/plugins/cli/README.md index 17ce552f1..ab256832c 100644 --- a/plugins/cli/README.md +++ b/plugins/cli/README.md @@ -4,4 +4,4 @@ 相关文档: -👉 [https://weapp-tw.icebreaker.top/](https://weapp-tw.icebreaker.top/docs/quick-start/native/install) +👉 [https://tw.icebreaker.top/](https://tw.icebreaker.top/docs/quick-start/native/install) diff --git a/plugins/cli/package.json b/plugins/cli/package.json index e901954fe..bab5c5a9d 100644 --- a/plugins/cli/package.json +++ b/plugins/cli/package.json @@ -4,7 +4,7 @@ "description": "The cli of weapp-tailwindcss", "author": "SonOfMagic ", "license": "MIT", - "homepage": "https://weapp-tw.icebreaker.top/docs/quick-start/native/install", + "homepage": "https://tw.icebreaker.top/docs/quick-start/native/install", "repository": { "type": "git", "url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git" diff --git a/plugins/typography/README.md b/plugins/typography/README.md index 32ca371a5..eea155520 100644 --- a/plugins/typography/README.md +++ b/plugins/typography/README.md @@ -18,4 +18,4 @@ A plugin that provides a set of `prose` classes you can use to add beautiful typ ## Documentation -[weapp-tw.icebreaker.top/docs/community/typography](https://weapp-tw.icebreaker.top/docs/community/typography) +[tw.icebreaker.top/docs/community/typography](https://tw.icebreaker.top/docs/community/typography) diff --git a/plugins/typography/package.json b/plugins/typography/package.json index 1da3d2e92..491f952bf 100644 --- a/plugins/typography/package.json +++ b/plugins/typography/package.json @@ -4,7 +4,7 @@ "description": "The tailwindcss typography plugin for weapp", "author": "SonOfMagic ", "license": "MIT", - "homepage": "https://weapp-tw.icebreaker.top/docs/community/typography", + "homepage": "https://tw.icebreaker.top/docs/community/typography", "repository": { "type": "git", "url": "git+https://github.com/sonofmagic/weapp-tailwindcss.git" diff --git a/scripts/readme/T.md b/scripts/readme/T.md index bbca6e13c..f2892e285 100644 --- a/scripts/readme/T.md +++ b/scripts/readme/T.md @@ -1,6 +1,6 @@

- + weapp-tailwindcss-logo @@ -25,7 +25,7 @@ > 我的其他项目: > `Tailwindcss/Unocss UI` 生成提取器: [`IceStack`](https://ui.icebreaker.top/zh-CN) 已经发布,快来用它管理你的原子化`CSS` 组件吧! -\[[国内部署的文档地址](https://weapp-tw.icebreaker.top)\] \| \[[备用Github Page](https://sonofmagic.github.io/weapp-tailwindcss/)\] \| \[[1.x文档]('./v1.md')\] +\[[国内部署的文档地址](https://tw.icebreaker.top)\] \| \[[备用Github Page](https://sonofmagic.github.io/weapp-tailwindcss/)\] \| \[[1.x文档]('./v1.md')\] - [特性](#特性) - [插件介绍](#插件介绍) @@ -66,17 +66,17 @@ > 如果你还在使用 `tailwindcss@2` 版本,那你应该使用本插件的 `1.x`/`webpack4` 版本。另外请确保你的 `nodejs` 版本 `>=16.6.0`。目前低于 `16` 的长期维护版本(`偶数版本`) 都已经结束了生命周期,建议安装 `nodejs` 的 `LTS`版本,详见 [nodejs/release](https://github.com/nodejs/release) -## [安装与使用方式](https://weapp-tw.icebreaker.top/docs/quick-start/install) +## [安装与使用方式](https://tw.icebreaker.top/docs/quick-start/install) -## [生态和解决方案](https://weapp-tw.icebreaker.top/docs/community/templates) +## [生态和解决方案](https://tw.icebreaker.top/docs/community/templates) -## [常见问题](https://weapp-tw.icebreaker.top/docs/issues/) +## [常见问题](https://tw.icebreaker.top/docs/issues/) -## [现成配置好的各个框架的模板](https://weapp-tw.icebreaker.top/docs/community/templates) +## [现成配置好的各个框架的模板](https://tw.icebreaker.top/docs/community/templates) -## [旧版本迁移指南](https://weapp-tw.icebreaker.top/docs/migrations/v2) +## [旧版本迁移指南](https://tw.icebreaker.top/docs/migrations/v2) -## [配置项参考](https://weapp-tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions) +## [配置项参考](https://tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions) ## [变更日志](./CHANGELOG.md) diff --git a/tailwindcss-weapp/tailwind.config.js b/tailwindcss-weapp/tailwind.config.js index 9e098d164..07004be5c 100644 --- a/tailwindcss-weapp/tailwind.config.js +++ b/tailwindcss-weapp/tailwind.config.js @@ -20,7 +20,7 @@ module.exports = { }, }, }, - // https://weapp-tw.icebreaker.top/docs/quick-start/uni-app-css-macro + // https://tw.icebreaker.top/docs/quick-start/uni-app-css-macro plugins: [ plugin(({ addVariant }) => { addVariant('deep', ':is(.deep &)') diff --git a/website-weapp-vite/guide/tailwindcss.md b/website-weapp-vite/guide/tailwindcss.md index 12f40d755..af62b2901 100644 --- a/website-weapp-vite/guide/tailwindcss.md +++ b/website-weapp-vite/guide/tailwindcss.md @@ -2,4 +2,4 @@ 相关集成方法,详见: -https://weapp-tw.icebreaker.top/docs/quick-start/native/install +https://tw.icebreaker.top/docs/quick-start/native/install diff --git a/website/README.md b/website/README.md index 8dee76a2f..fa66c5844 100644 --- a/website/README.md +++ b/website/README.md @@ -2,4 +2,4 @@ docusaurus + tailwindcss - + diff --git a/website/docs/api-v2/classes/UnifiedWebpackPluginV5.md b/website/docs/api-v2/classes/UnifiedWebpackPluginV5.md index 924688493..c92947d16 100644 --- a/website/docs/api-v2/classes/UnifiedWebpackPluginV5.md +++ b/website/docs/api-v2/classes/UnifiedWebpackPluginV5.md @@ -16,7 +16,7 @@ webpack5 核心转义插件 **`Link`** -https://weapp-tw.icebreaker.top/docs/intro +https://tw.icebreaker.top/docs/intro ## Implements diff --git a/website/docs/api-v2/index.md b/website/docs/api-v2/index.md index bf540806d..7ed412ecc 100644 --- a/website/docs/api-v2/index.md +++ b/website/docs/api-v2/index.md @@ -280,7 +280,7 @@ uni-app vite vue3 版本插件 **`Link`** -https://weapp-tw.icebreaker.top/docs/quick-start/frameworks/uni-app-vite +https://tw.icebreaker.top/docs/quick-start/frameworks/uni-app-vite #### Defined in @@ -318,7 +318,7 @@ gulp版本weapp-tw插件 **`Link`** -https://weapp-tw.icebreaker.top/docs/quick-start/frameworks/native +https://tw.icebreaker.top/docs/quick-start/frameworks/native #### Defined in diff --git a/website/docs/how-to-contribute.md b/website/docs/how-to-contribute.md index d06f33273..51821c140 100644 --- a/website/docs/how-to-contribute.md +++ b/website/docs/how-to-contribute.md @@ -18,7 +18,7 @@ 你可以在里面任意添加文章,修改文章,删除文章,然后提交到你 `fork` 的分支,然后在 `pr` 到 `weapp-tailwindcss` 的 `main` 分支。 -`website` 这个项目会被部署到 `https://weapp-tw.icebreaker.top` 这个域名下,作为 [`weapp-tailwindcss`](https://github.com/sonofmagic/weapp-tailwindcss) 的文档展示。 +`website` 这个项目会被部署到 `https://tw.icebreaker.top` 这个域名下,作为 [`weapp-tailwindcss`](https://github.com/sonofmagic/weapp-tailwindcss) 的文档展示。 就项目而言,这是一个 `docusaurus@2` 的项目,和 `vuepress`/`vitepress` 类似,它也是一个开源的文档生成工具,不过它是 `react` 写的。 diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 6af5135ae..a3150d244 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -31,7 +31,7 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://weapp-tw.icebreaker.top', + url: 'https://tw.icebreaker.top', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: isGithub ? '/weapp-tailwindcss/' : '/',