File tree Expand file tree Collapse file tree 6 files changed +21
-21
lines changed
Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const bugsSidebar: SidebarType[] = [
2121 {
2222 icon : webIcon ,
2323 text : '前端' ,
24- collapsed : false ,
24+ collapsed : true ,
2525 items : [
2626 {
2727 icon : htmlIcon ,
@@ -91,7 +91,7 @@ const bugsSidebar: SidebarType[] = [
9191 {
9292 icon : editorIcon ,
9393 text : '编辑器' ,
94- collapsed : false ,
94+ collapsed : true ,
9595 items : [
9696 {
9797 icon : androidStudioIcon ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ const learnSidebar: SidebarType[] = [
3232 {
3333 icon : webIcon ,
3434 text : '前端' ,
35- collapsed : false ,
35+ collapsed : true ,
3636 items : [
3737 {
3838 icon : conceptIcon ,
@@ -99,7 +99,7 @@ const learnSidebar: SidebarType[] = [
9999 {
100100 icon : rearEndIcon ,
101101 text : '后端' ,
102- collapsed : false ,
102+ collapsed : true ,
103103 items : [
104104 {
105105 icon : javaIcon ,
@@ -131,7 +131,7 @@ const learnSidebar: SidebarType[] = [
131131 {
132132 icon : sqlIcon ,
133133 text : '数据库' ,
134- collapsed : false ,
134+ collapsed : true ,
135135 items : [
136136 {
137137 icon : mySQLIcon ,
@@ -144,7 +144,7 @@ const learnSidebar: SidebarType[] = [
144144 {
145145 icon : deployIcon ,
146146 text : '部署' ,
147- collapsed : false ,
147+ collapsed : true ,
148148 items : [
149149 {
150150 icon : dockerIcon ,
@@ -157,7 +157,7 @@ const learnSidebar: SidebarType[] = [
157157 {
158158 icon : versionControlIcon ,
159159 text : '版本控制' ,
160- collapsed : false ,
160+ collapsed : true ,
161161 items : [
162162 {
163163 icon : gitIcon ,
@@ -203,7 +203,7 @@ const learnSidebar: SidebarType[] = [
203203 {
204204 icon : editorIcon ,
205205 text : '编辑器' ,
206- collapsed : false ,
206+ collapsed : true ,
207207 items : [
208208 {
209209 icon : ideaIcon ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const newToolsSidebar: SidebarType[] = [
1111 link : '/new-tools/docker_install_artalk'
1212 } ,
1313 {
14- text : 'README 说明文件美化教程' ,
14+ text : 'Github README 说明文件美化教程' ,
1515 link : '/new-tools/readme_beautify'
1616 }
1717 ]
Original file line number Diff line number Diff line change 1111 >
1212 <Component
1313 :is =" button.icon"
14- class =" w-full h-full fill-[#A0A3AD]"
15- :class =" { 'group-hover:fill-[#FFFFFF ]' : !disabled }"
14+ class =" w-full h-full fill-[#A0A3AD] group-focus:fill-[#FFFFFF]! "
15+ :class =" { 'group-hover:fill-[#A0A3AD ]' : !disabled }"
1616 />
1717 </button >
1818</template >
Original file line number Diff line number Diff line change 114114 return ;
115115 }
116116 // Gets the distance of the target element relative to the top of the article viewport
117- const targetTop =
118- target .getBoundingClientRect ().top -
119- article .value ! .getBoundingClientRect ().top -
120- Number .parseInt (
121- getComputedStyle (document .documentElement )
122- .fontSize .replace (' px' , ' ' )
123- );
117+ const targetTop = target .getBoundingClientRect ().top - article .value ! .getBoundingClientRect ().top ;
124118 // Scroll to target element
125119 scrollbars .value ?.osInstance ()?.elements ()?.viewport ?.scrollTo ({ top: targetTop , behavior: ' smooth' });
126120 });
Original file line number Diff line number Diff line change 11---
2- lastUpdated : 2023/9/17 02:12
2+ lastUpdated : 2025/1/16 21:24
33---
44
5- # README 说明文件美化教程
5+ <style scoped >
6+ img {
7+ box-shadow : unset !important ;
8+ }
9+ </style >
610
7- 可能你经常看到别人的项目说明文档写的格式整齐又美观,而且还有各种图标展示
11+ # Github README 说明文件美化教程
12+
13+ 可能你经常看到别人的 Github 项目说明文档写的格式整齐又美观,而且还有各种图标展示
814
915而自己的说明文档缺只有干巴巴的文字,显得奇丑无比
1016
You can’t perform that action at this time.
0 commit comments