File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,11 @@ const linksData: LinkItem[] = [
2525 url : 'https://www.dkdun.cn/' ,
2626 logo : 'https://img.hellogithub.qkg1.top/links/dkdun.png' ,
2727 } ,
28+ {
29+ name : 'OceanBase 社区' ,
30+ url : 'https://open.oceanbase.com/' ,
31+ logo : 'https://img.hellogithub.qkg1.top/links/oceanbase.png' ,
32+ } ,
2833] ;
2934
3035const LinksPage : NextPage = ( ) => {
@@ -42,7 +47,7 @@ const LinksPage: NextPage = () => {
4247 < CustomLink
4348 key = { index }
4449 href = { link . url }
45- className = 'group relative h-16 overflow-hidden rounded-md border border-gray-200 shadow-sm transition-all duration-200 hover:border-gray-300 hover:shadow-md dark:border-gray-700 dark:bg-gray-300 dark:hover:border-gray-600'
50+ className = 'group relative h-16 overflow-hidden rounded-sm border border-gray-200 shadow-sm transition-all duration-200 hover:border-gray-300 hover:shadow-md dark:border-gray-700 dark:bg-gray-300 dark:hover:border-gray-600'
4651 >
4752 < div className = 'flex h-full w-full items-center justify-center' >
4853 < div
@@ -64,7 +69,7 @@ const LinksPage: NextPage = () => {
6469
6570 < CustomLink
6671 href = 'https://z797q1qcv8.feishu.cn/share/base/form/shrcnFGDsq9wMH1JjxHyV6FYqMf'
67- className = 'group relative h-16 overflow-hidden rounded-md border-2 border-dashed border-gray-300 shadow-sm transition-all duration-200 hover:border-blue-400 hover:shadow-md dark:border-gray-600 dark:hover:border-blue-500'
72+ className = 'rounded-xs group relative h-16 overflow-hidden border-2 border-dashed border-gray-300 shadow-sm transition-all duration-200 hover:border-blue-400 hover:shadow-md dark:border-gray-600 dark:hover:border-blue-500'
6873 >
6974 < div className = 'flex h-full w-full items-center justify-center text-gray-400 dark:text-gray-500' >
7075 < div className = 'flex items-center gap-1 transition-colors duration-200 group-hover:text-blue-500 dark:group-hover:text-blue-400' >
You can’t perform that action at this time.
0 commit comments