Skip to content

Commit

Permalink
chore: use new domain tw.icebreaker.top
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Sep 1, 2024
1 parent 9de270c commit 742b4a2
Show file tree
Hide file tree
Showing 26 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) 中搜索过相关的问题
如果您发现最新版本中仍然存在旧的、已解决的问题,
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@

<https://github.com/sonofmagic/weapp-tailwindcss/issues/259>

<https://weapp-tw.icebreaker.top/docs/migrations/v2>
<https://tw.icebreaker.top/docs/migrations/v2>

## 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)

Expand All @@ -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

Expand Down Expand Up @@ -178,7 +178,7 @@
## Features

- 添加 `jsEscapeStrategy` 配置项,用于切换所有的 `js`字符串中,处理字符串和模板字面量的替换模式。
- 详细配置见 <https://weapp-tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions#jsescapestrategy>
- 详细配置见 <https://tw.icebreaker.top/docs/api/interfaces/UserDefinedOptions#jsescapestrategy>

## Chore

Expand Down Expand Up @@ -370,7 +370,7 @@ after:content-['你好啊,我很无聊'] √

### Docs

- <https://weapp-tw.icebreaker.top/>
- <https://tw.icebreaker.top/>

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<tbody>
<tr>
<td align="center">
<a href="https://weapp-tw.icebreaker.top">
<a href="https://tw.icebreaker.top">

<img src="./assets/logo.png" alt="weapp-tailwindcss-logo" height="128">
</a>
Expand Down Expand Up @@ -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

Expand Down
12 changes: 6 additions & 6 deletions README_en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">

<a href="https://weapp-tw.icebreaker.top">
<a href="https://tw.icebreaker.top">

<img src="./assets/logo.png" alt="weapp-tailwindcss-logo" width="128">
</a>
Expand All @@ -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)
Expand Down Expand Up @@ -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](<https://github.com/> 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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
"author": "SonOfMagic <[email protected]>",
"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"
Expand Down
2 changes: 1 addition & 1 deletion packages/tailwindcss-core-plugins-extractor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "tailwindcss-core-plugins-extractor",
"author": "SonOfMagic <[email protected]>",
"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"
Expand Down
16 changes: 8 additions & 8 deletions packages/weapp-tailwindcss/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">

<a href="https://weapp-tw.icebreaker.top">
<a href="https://tw.icebreaker.top">

<img src="./assets/logo.png" alt="weapp-tailwindcss-logo" width="128">
</a>
Expand All @@ -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')\]

- [特性](#特性)
- [版本对应](#版本对应)
Expand Down Expand Up @@ -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)

Expand Down
12 changes: 6 additions & 6 deletions packages/weapp-tailwindcss/README_en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">

<a href="https://weapp-tw.icebreaker.top">
<a href="https://tw.icebreaker.top">

<img src="./assets/logo.png" alt="weapp-tailwindcss-logo" width="128">
</a>
Expand All @@ -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)
Expand Down Expand Up @@ -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](<https://github.com/> 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)

Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
"author": "SonOfMagic <[email protected]>",
"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"
Expand Down
16 changes: 8 additions & 8 deletions packages/weapp-tailwindcss/scripts/readme/T.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">

<a href="https://weapp-tw.icebreaker.top">
<a href="https://tw.icebreaker.top">

<img src="./assets/logo.png" alt="weapp-tailwindcss-logo" width="128">
</a>
Expand All @@ -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')\]

- [特性](#特性)
- [版本对应](#版本对应)
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/src/bundlers/gulp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion packages/weapp-tailwindcss/src/bundlers/vite/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion plugins/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion plugins/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The cli of weapp-tailwindcss",
"author": "SonOfMagic <[email protected]>",
"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"
Expand Down
2 changes: 1 addition & 1 deletion plugins/typography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion plugins/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The tailwindcss typography plugin for weapp",
"author": "SonOfMagic <[email protected]>",
"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"
Expand Down
16 changes: 8 additions & 8 deletions scripts/readme/T.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">

<a href="https://weapp-tw.icebreaker.top">
<a href="https://tw.icebreaker.top">

<img src="./assets/logo.png" alt="weapp-tailwindcss-logo" width="128">
</a>
Expand All @@ -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')\]

- [特性](#特性)
- [插件介绍](#插件介绍)
Expand Down Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion tailwindcss-weapp/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 &)')
Expand Down
2 changes: 1 addition & 1 deletion website-weapp-vite/guide/tailwindcss.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

相关集成方法,详见:

https://weapp-tw.icebreaker.top/docs/quick-start/native/install
https://tw.icebreaker.top/docs/quick-start/native/install
2 changes: 1 addition & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

docusaurus + tailwindcss

<https://weapp-tw.icebreaker.top/>
<https://tw.icebreaker.top/>
2 changes: 1 addition & 1 deletion website/docs/api-v2/classes/UnifiedWebpackPluginV5.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ webpack5 核心转义插件

**`Link`**

https://weapp-tw.icebreaker.top/docs/intro
https://tw.icebreaker.top/docs/intro

## Implements

Expand Down
Loading

0 comments on commit 742b4a2

Please sign in to comment.