File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ features:
29
29
details : Supports Rspack and Webpack builds, accelerating your application builds.
30
30
icon : 🦀
31
31
- title : Development Experience
32
- details : Module federation supports dynamic type hints and chrome devtool to enhance the development experience.
32
+ details : Module federation supports dynamic type hints and Chrome Devtool to enhance the development experience.
33
33
icon : 🚀
34
34
- title : Plugin System
35
35
details : Hooks allow you to quickly define your own plugins to control the behavior of module loading.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ features:
29
29
details : 支持 Rspack 和 Webpack 构建,可以加快你的应用构建。
30
30
icon : 🦀
31
31
- title : 开发体验
32
- details : Module federation 支持动态类型提示和 chrome devtool ,以提高开发体验。
32
+ details : Module federation 支持动态类型提示和 Chrome Devtool ,以提高开发体验。
33
33
icon : 🚀
34
34
- title : 插件系统
35
35
details : Hooks 允许你快速定义自己的插件来控制模块加载的行为。
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ function useFooterData() {
70
70
export function HomeFooter ( ) {
71
71
const footerData = useFooterData ( ) ;
72
72
return (
73
- < div className = "flex flex-col border-t dark:border-dark-50 items-center mt-[80px] " >
73
+ < div className = "flex flex-col border-t dark:border-dark-50 items-center" >
74
74
< div className = "pt-8 pb-4 w-full justify-around max-w-6xl hidden sm:flex" >
75
75
{ footerData . map ( ( item , newKey ) => (
76
76
< div className = "flex flex-col items-start" key = { newKey } >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export function HomeLayout() {
13
13
< div >
14
14
{ /* Landing Page */ }
15
15
< div
16
- className = "relative border-b dark:border-dark-50"
16
+ className = "relative dark:border-dark-50"
17
17
style = { {
18
18
background : 'var(--rp-home-bg)' ,
19
19
minHeight : 'calc(80rem - var(--rp-nav-height))' ,
@@ -34,7 +34,7 @@ export function HomeLayout() {
34
34
{ /* <NoSSR>
35
35
<Benchmark />
36
36
</NoSSR> */ }
37
- < Contributors />
37
+ { /* <Contributors /> */ }
38
38
{ /* Footer */ }
39
39
< HomeFooter />
40
40
</ div >
You can’t perform that action at this time.
0 commit comments