File tree Expand file tree Collapse file tree
mobile-react-rsbuild/src/pages
mobile-react-vike/pages/index
mobile-react-vite/src/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ export default function Demo() {
3030 < Typography . Title className = "demo-card-title" level = "h3" >
3131 Hello, TDesign
3232 </ Typography . Title >
33- < Typography . Paragraph className = "demo-card-copy" theme = "secondary" >
33+ < Typography . Text className = "demo-card-copy" theme = "secondary" >
3434 点击按钮,体验这个模板中的基础交互。
35- </ Typography . Paragraph >
35+ </ Typography . Text >
3636 < div className = "counter" aria-label = "计数器" >
3737 < Button
3838 className = "demo-button"
Original file line number Diff line number Diff line change @@ -116,14 +116,14 @@ export default function HomePage() {
116116 </ section >
117117 < div className = "content-width workspace" >
118118 < Demo />
119- < section className = "info-panel" aria-labelledby = "info-title" >
119+ < section className = "info-panel" >
120120 < div className = "info-head" >
121- < Typography . Title className = "info-title" level = "h2" id = "info-title" >
121+ < Typography . Title className = "info-title" level = "h2" >
122122 技术信息
123123 </ Typography . Title >
124- < Typography . Paragraph className = "info-subtitle" theme = "secondary" >
124+ < Typography . Text className = "info-subtitle" theme = "secondary" >
125125 当前模板使用的构建工具与组件库
126- </ Typography . Paragraph >
126+ </ Typography . Text >
127127 </ div >
128128 < CellGroup bordered = { false } className = "tech-cells" >
129129 { techInfo . map ( ( item ) => (
Original file line number Diff line number Diff line change @@ -116,14 +116,14 @@ export default function Page() {
116116 </ section >
117117 < div className = "content-width workspace" >
118118 < Demo />
119- < section className = "info-panel" aria-labelledby = "info-title" >
119+ < section className = "info-panel" >
120120 < div className = "info-head" >
121- < Typography . Title className = "info-title" level = "h2" id = "info-title" >
121+ < Typography . Title className = "info-title" level = "h2" >
122122 技术信息
123123 </ Typography . Title >
124- < Typography . Paragraph className = "info-subtitle" theme = "secondary" >
124+ < Typography . Text className = "info-subtitle" theme = "secondary" >
125125 当前模板使用的构建工具与组件库
126- </ Typography . Paragraph >
126+ </ Typography . Text >
127127 </ div >
128128 < CellGroup bordered = { false } className = "tech-cells" >
129129 { techInfo . map ( ( item ) => (
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ export default function Demo() {
3030 < Typography . Title className = "demo-card-title" level = "h3" >
3131 Hello, TDesign
3232 </ Typography . Title >
33- < Typography . Paragraph className = "demo-card-copy" theme = "secondary" >
33+ < Typography . Text className = "demo-card-copy" theme = "secondary" >
3434 点击按钮,体验这个模板中的基础交互。
35- </ Typography . Paragraph >
35+ </ Typography . Text >
3636 < div className = "counter" aria-label = "计数器" >
3737 < Button
3838 className = "demo-button"
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ export default function Demo() {
3030 < Typography . Title className = "demo-card-title" level = "h3" >
3131 Hello, TDesign
3232 </ Typography . Title >
33- < Typography . Paragraph className = "demo-card-copy" theme = "secondary" >
33+ < Typography . Text className = "demo-card-copy" theme = "secondary" >
3434 点击按钮,体验这个模板中的基础交互。
35- </ Typography . Paragraph >
35+ </ Typography . Text >
3636 < div className = "counter" aria-label = "计数器" >
3737 < Button
3838 className = "demo-button"
Original file line number Diff line number Diff line change @@ -116,14 +116,14 @@ export default function HomePage() {
116116 </ section >
117117 < div className = "content-width workspace" >
118118 < Demo />
119- < section className = "info-panel" aria-labelledby = "info-title" >
119+ < section className = "info-panel" >
120120 < div className = "info-head" >
121- < Typography . Title className = "info-title" level = "h2" id = "info-title" >
121+ < Typography . Title className = "info-title" level = "h2" >
122122 技术信息
123123 </ Typography . Title >
124- < Typography . Paragraph className = "info-subtitle" theme = "secondary" >
124+ < Typography . Text className = "info-subtitle" theme = "secondary" >
125125 当前模板使用的构建工具与组件库
126- </ Typography . Paragraph >
126+ </ Typography . Text >
127127 </ div >
128128 < CellGroup bordered = { false } className = "tech-cells" >
129129 { techInfo . map ( ( item ) => (
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ export default function Demo() {
4141 < Typography . Title className = "demo-card-title" level = "h3" >
4242 Hello, TDesign
4343 </ Typography . Title >
44- < Typography . Paragraph className = "demo-card-copy" theme = "secondary" >
44+ < Typography . Text className = "demo-card-copy" theme = "secondary" >
4545 点击按钮,体验这个模板中的基础交互。
46- </ Typography . Paragraph >
46+ </ Typography . Text >
4747 < Space size = { 12 } align = "center" >
4848 < Button
4949 theme = "primary"
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ export default function Demo() {
4141 < Typography . Title className = "demo-card-title" level = "h3" >
4242 Hello, TDesign
4343 </ Typography . Title >
44- < Typography . Paragraph className = "demo-card-copy" theme = "secondary" >
44+ < Typography . Text className = "demo-card-copy" theme = "secondary" >
4545 点击按钮,体验这个模板中的基础交互。
46- </ Typography . Paragraph >
46+ </ Typography . Text >
4747 < Space size = { 12 } align = "center" >
4848 < Button
4949 theme = "primary"
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ export default function Demo() {
4141 < Typography . Title className = "demo-card-title" level = "h3" >
4242 Hello, TDesign
4343 </ Typography . Title >
44- < Typography . Paragraph className = "demo-card-copy" theme = "secondary" >
44+ < Typography . Text className = "demo-card-copy" theme = "secondary" >
4545 点击按钮,体验这个模板中的基础交互。
46- </ Typography . Paragraph >
46+ </ Typography . Text >
4747 < Space size = { 12 } align = "center" >
4848 < Button
4949 theme = "primary"
You can’t perform that action at this time.
0 commit comments