mirror of
				https://github.com/pure-admin/vue-pure-admin.git
				synced 2025-11-03 13:44:47 +08:00 
			
		
		
		
	chore: update
This commit is contained in:
		
							parent
							
								
									3a25022df0
								
							
						
					
					
						commit
						26ee13de8c
					
				@ -8,7 +8,7 @@ const TITLE = getConfig("Title");
 | 
			
		||||
  <footer
 | 
			
		||||
    class="layout-footer text-[rgba(0,0,0,0.6)] dark:text-[rgba(220,220,242,0.8)]"
 | 
			
		||||
  >
 | 
			
		||||
    Copyright © 2020-present
 | 
			
		||||
    Copyright © 2020-2024
 | 
			
		||||
    <a
 | 
			
		||||
      class="hover:text-primary"
 | 
			
		||||
      href="https://github.com/pure-admin"
 | 
			
		||||
@ -18,10 +18,9 @@ const TITLE = getConfig("Title");
 | 
			
		||||
    </a>
 | 
			
		||||
    <span class="ml-10">赞助商:</span>
 | 
			
		||||
    <a
 | 
			
		||||
      class="logo"
 | 
			
		||||
      class="hover:text-primary"
 | 
			
		||||
      href="https://ai-tools.cn/resume/start"
 | 
			
		||||
      target="_blank"
 | 
			
		||||
      rel="sponsored noopener"
 | 
			
		||||
    >
 | 
			
		||||
      二猫 AI 简历
 | 
			
		||||
    </a>
 | 
			
		||||
 | 
			
		||||
@ -326,7 +326,7 @@ watch(loginDay, value => {
 | 
			
		||||
    <div
 | 
			
		||||
      class="w-full flex-c absolute bottom-3 text-sm text-[rgba(0,0,0,0.6)] dark:text-[rgba(220,220,242,0.8)]"
 | 
			
		||||
    >
 | 
			
		||||
      Copyright © 2020-present
 | 
			
		||||
      Copyright © 2020-2024
 | 
			
		||||
      <a
 | 
			
		||||
        class="hover:text-primary"
 | 
			
		||||
        href="https://github.com/pure-admin"
 | 
			
		||||
@ -334,6 +334,14 @@ watch(loginDay, value => {
 | 
			
		||||
      >
 | 
			
		||||
         {{ title }}
 | 
			
		||||
      </a>
 | 
			
		||||
      <span class="ml-10">赞助商:</span>
 | 
			
		||||
      <a
 | 
			
		||||
        class="hover:text-primary"
 | 
			
		||||
        href="https://ai-tools.cn/resume/start"
 | 
			
		||||
        target="_blank"
 | 
			
		||||
      >
 | 
			
		||||
        二猫 AI 简历
 | 
			
		||||
      </a>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user