File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ function toggle() {
1818 </script >
1919
2020<template >
21- <main class =" h-full w-full py-60 " >
22- <VanCellGroup inset title = " 一个集成最新技术栈、完整干净的移动端模板 " >
21+ <main class =" h-full w-full py-30 " >
22+ <VanCellGroup inset >
2323 <VanCell center title =" 🌗 暗黑模式" >
2424 <template #right-icon >
2525 <VanSwitch v-model =" checked" size =" 20px" @click =" toggle()" />
@@ -28,12 +28,12 @@ function toggle() {
2828
2929 <VanCell title =" 💿 Mock 指南" to =" mock" is-link />
3030 <VanCell title =" 📊 Echarts 演示" to =" charts" is-link />
31- <VanCell title =" 🪶 Unocss 示例" to =" unocss" is-link />
31+ <VanCell title =" 🎨 Unocss 示例" to =" unocss" is-link />
3232 <VanCell title =" 🍍 持久化 Pinia 状态" to =" counter" is-link />
3333
3434 <VanCell center >
3535 <template #title >
36- <span class =" mr-4 v-middle" >🎨 欢迎补充</span >
36+ <span class =" mr-4 v-middle" >🚀 欢迎补充</span >
3737 <VanTag type =" primary" >
3838 PR
3939 </VanTag >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const onClickLeft = () => history.back()
1212
1313<template >
1414 <div class =" h-full w-full" >
15- <VanNavBar title =" 🪶 Unocss" left-arrow fixed @click-left =" onClickLeft" />
15+ <VanNavBar title =" 🎨 Unocss" left-arrow fixed @click-left =" onClickLeft" />
1616
1717 <Container >
1818 <h1 class =" text-6xl color-pink font-semibold" >
You can’t perform that action at this time.
0 commit comments