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() {
18
18
</script >
19
19
20
20
<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 >
23
23
<VanCell center title =" 🌗 暗黑模式" >
24
24
<template #right-icon >
25
25
<VanSwitch v-model =" checked" size =" 20px" @click =" toggle()" />
@@ -28,12 +28,12 @@ function toggle() {
28
28
29
29
<VanCell title =" 💿 Mock 指南" to =" mock" is-link />
30
30
<VanCell title =" 📊 Echarts 演示" to =" charts" is-link />
31
- <VanCell title =" 🪶 Unocss 示例" to =" unocss" is-link />
31
+ <VanCell title =" 🎨 Unocss 示例" to =" unocss" is-link />
32
32
<VanCell title =" 🍍 持久化 Pinia 状态" to =" counter" is-link />
33
33
34
34
<VanCell center >
35
35
<template #title >
36
- <span class =" mr-4 v-middle" >🎨 欢迎补充</span >
36
+ <span class =" mr-4 v-middle" >🚀 欢迎补充</span >
37
37
<VanTag type =" primary" >
38
38
PR
39
39
</VanTag >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const onClickLeft = () => history.back()
12
12
13
13
<template >
14
14
<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" />
16
16
17
17
<Container >
18
18
<h1 class =" text-6xl color-pink font-semibold" >
You can’t perform that action at this time.
0 commit comments