mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	主题图标重复了
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <div class="theme-box" @click="toggleTheme">
 | 
					  <div class="theme-box" @click="toggleTheme">
 | 
				
			||||||
    <span class="iconfont icon-yueliang">{{ themePage === "light" ? "" : "" }}</span>
 | 
					    <span class="iconfont">{{ themePage === "light" ? "" : "" }}</span>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user