File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 "desc" : " 库开发工具" ,
3030 "descEn" : " Library development tool" ,
3131 "logo" : " https://assets.rspack.dev/rslib/rslib-logo.svg" ,
32- "url" : " https://lib.rsbuild.dev "
32+ "url" : " https://rslib.rs "
3333 },
3434 {
3535 "name" : " Rsdoctor" ,
4545 "descEn" : " Testing framework" ,
4646 "logoScale" : 0.95 ,
4747 "logo" : " https://assets.rspack.dev/rstest/rstest-logo.svg" ,
48- "url" : " https://rstest.dev /"
48+ "url" : " https://rstest.rs /"
4949 },
5050 {
5151 "name" : " Awesome Rspack" ,
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ export const ToolStack: React.FC<{ lang: string }> = memo(({ lang }) => {
3535 ? 'A Rsbuild-based library development tool for creating libraries and UI components'
3636 : '基于 Rsbuild 的库开发工具,以简单的方式创建 JavaScript 库和 UI 组件库' ,
3737 logo : 'https://assets.rspack.dev/rslib/rslib-logo.svg' ,
38- url : 'https://lib.rsbuild.dev ' ,
39- urlText : 'lib.rsbuild.dev ' ,
38+ url : 'https://rslib.rs ' ,
39+ urlText : 'rslib.rs ' ,
4040 } ,
4141 {
4242 name : 'Rspress' ,
@@ -62,8 +62,8 @@ export const ToolStack: React.FC<{ lang: string }> = memo(({ lang }) => {
6262 ? 'An testing framework that provides first-class support for Rspack ecosystem'
6363 : '基于 Rspack 的测试框架,为 Rspack 生态提供全面、一流的支持' ,
6464 logo : 'https://assets.rspack.dev/rstest/rstest-logo.svg' ,
65- url : 'https://rstest.dev /' ,
66- urlText : 'rstest.dev ' ,
65+ url : 'https://rstest.rs /' ,
66+ urlText : 'rstest.rs ' ,
6767 } ,
6868 ] ;
6969
You can’t perform that action at this time.
0 commit comments