mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +08:00 
			
		
		
		
	refactor: 优化部分超链接标签属性
This commit is contained in:
		| @@ -1,25 +1,16 @@ | ||||
| <template> | ||||
|   <a-layout-footer class="footer"> | ||||
|     {{ `Copyright © 2022-${new Date().getFullYear()}` }}  | ||||
|     <a | ||||
|       href="https://blog.charles7c.top/about/me" | ||||
|       target="_blank" | ||||
|       rel="noopenner noreferrer" | ||||
|       >Charles7c</a | ||||
|     > | ||||
|     <a href="https://blog.charles7c.top/about/me" target="_blank" rel="noopener">Charles7c</a> | ||||
|     <span> ⋅ </span> | ||||
|     <a | ||||
|       href="https://github.com/Charles7c/continew-admin" | ||||
|       target="_blank" | ||||
|       rel="noopenner noreferrer" | ||||
|       rel="noopener" | ||||
|       >{{ $t('title') }}</a | ||||
|     >  v1.1.0-SNAPSHOT | ||||
|     <span> ⋅ </span> | ||||
|     <a | ||||
|       href="https://beian.miit.gov.cn" | ||||
|       target="_blank" | ||||
|       rel="noopenner noreferrer" | ||||
|     > | ||||
|     <a href="https://beian.miit.gov.cn" target="_blank" rel="noopener"> | ||||
|       津ICP备2022005864号-2 | ||||
|     </a> | ||||
|   </a-layout-footer> | ||||
|   | ||||
| @@ -7,26 +7,42 @@ | ||||
|     style="height: 166px" | ||||
|   > | ||||
|     <template #extra> | ||||
|       <a-link href="https://doc.charles7c.top">{{ $t('workplace.viewMore') }}</a-link> | ||||
|       <a-link href="https://doc.charles7c.top" target="_blank" rel="noopener">{{ $t('workplace.viewMore') }}</a-link> | ||||
|     </template> | ||||
|     <a-row> | ||||
|       <a-col :span="12"> | ||||
|         <a-link href="https://doc.charles7c.top/guide/quickstart/intro.html"> | ||||
|         <a-link | ||||
|           href="https://doc.charles7c.top/guide/quickstart/intro.html" | ||||
|           target="_blank" | ||||
|           rel="noopener" | ||||
|         > | ||||
|           {{ $t('workplace.docs.intro') }} | ||||
|         </a-link> | ||||
|       </a-col> | ||||
|       <a-col :span="12"> | ||||
|         <a-link href="https://doc.charles7c.top/guide/quickstart/"> | ||||
|         <a-link | ||||
|           href="https://doc.charles7c.top/guide/quickstart/" | ||||
|           target="_blank" | ||||
|           rel="noopener" | ||||
|         > | ||||
|           {{ $t('workplace.docs.userGuide') }} | ||||
|         </a-link> | ||||
|       </a-col> | ||||
|       <a-col :span="12"> | ||||
|         <a-link href="https://doc.charles7c.top/faq.html"> | ||||
|         <a-link | ||||
|           href="https://doc.charles7c.top/faq.html" | ||||
|           target="_blank" | ||||
|           rel="noopener" | ||||
|         > | ||||
|           {{ $t('workplace.docs.faq') }} | ||||
|         </a-link> | ||||
|       </a-col> | ||||
|       <a-col :span="12"> | ||||
|         <a-link href="https://doc.charles7c.top/other/changelog.html"> | ||||
|         <a-link | ||||
|           href="https://doc.charles7c.top/other/changelog.html" | ||||
|           target="_blank" | ||||
|           rel="noopener" | ||||
|         > | ||||
|           {{ $t('workplace.docs.changelog') }} | ||||
|         </a-link> | ||||
|       </a-col> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user