301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.
The browser will automatically redirect the user to the new address, and search engines will update their indexes.
200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.
The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.
GET / HTTP/1.1 Host: aigcx.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html> <html lang="zh"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>AIGC X</title> <link href=/assets/css/bento.min.css?v=e8e809944b rel="stylesheet"> <link href=/assets/css/schemes/indigo.min.css?v=e8e809944b rel="stylesheet"> <style> /* DOSIS */ /* vietnamese */ @font-face { font-family: "Dosis"; font-style: normal; font-weight: 200 800; font-display: swap; src: url(/assets/fonts/dosis/dosis-vietnamese.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: "Dosis"; font-style: normal; font-weight: 200 800; font-display: swap; src: url(/assets/fonts/dosis/dosis-latin-ext.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Dosis"; font-style: normal; font-weight: 200 800; font-display: swap; src: url(/assets/fonts/dosis/dosis-latin.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* NUNITO */ /* cyrillic-ext */ @font-face { font-family: "Nunito"; font-style: italic; font-weight: 200 1000; font-display: swap; src: url(/assets/fonts/nunito/nunito-italic-cyrillic-ext.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: "Nunito"; font-style: italic; font-weight: 200 1000; font-display: swap; src: url(/assets/fonts/nunito/nunito-italic-cyrillic.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: "Nunito"; font-style: italic; font-weight: 200 1000; font-display: swap; src: url(/assets/fonts/nunito/nunito-italic-vietnamese.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: "Nunito"; font-style: italic; font-weight: 200 1000; font-display: swap; src: url(/assets/fonts/nunito/nunito-italic-latin-ext.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Nunito"; font-style: italic; font-weight: 200 1000; font-display: swap; src: url(/assets/fonts/nunito/nunito-italic-latin.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @font-face { font-family: "Nunito"; font-style: normal; font-weight: 200 1000; font-display: swap; src: url(/assets/fonts/nunito/nunito-normal-cyrillic-ext.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @font-face { font-family: "Nunito"; font-style: normal; font-weight: 200 1000; font-display: swap; src: url(/assets/fonts/nunito/nunito-normal-cyrillic.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* vietnamese */ @font-face { font-family: "Nunito"; font-style: normal; font-weight: 200 1000; font-display: swap; src: url(/assets/fonts/nunito/nunito-normal-vietnamese.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: "Nunito"; font-style: normal; font-weight: 200 1000; font-display: swap; src: url(/assets/fonts/nunito/nunito-normal-latin-ext.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: "Nunito"; font-style: normal; font-weight: 200 1000; font-display: swap; src: url(/assets/fonts/nunito/nunito-normal-latin.woff2?v=e8e809944b) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } </style> <meta name="description" content="AIGC X 官方网站。分享顶尖的AIGC工具,探索AI行业前沿趋势,提供即时资讯和深度分析,助您洞察AI领域的最新发展,激发灵感,揭示人工智能的无限可能。"> <link rel="icon" href="https://cdn.aigcx.com/blog/aigcxicon.svg" type="image/png"> <link rel="canonical" href="https://aigcx.com/"> <meta name="referrer" content="no-referrer-when-downgrade"> <link rel="next" href="https://aigcx.com/page/2/"> <meta property="og:site_name" content="AIGC X"> <meta property="og:type" content="website"> <meta property="og:title" content="AIGC X"> <meta property="og:description" content="AIGC X 官方网站。分享顶尖的AIGC工具,探索AI行业前沿趋势,提供即时资讯和深度分析,助您洞察AI领域的最新发展,激发灵感,揭示人工智能的无限可能。"> <meta property="og:url" content="https://aigcx.com/"> <meta property="og:image" content="https://cdn.aigcx.com/blog/aigcx_cover.svg"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="AIGC X"> <meta name="twitter:description" content="AIGC X 官方网站。分享顶尖的AIGC工具,探索AI行业前沿趋势,提供即时资讯和深度分析,助您洞察AI领域的最新发展,激发灵感,揭示人工智能的无限可能。"> <meta name="twitter:url" content="https://aigcx.com/"> <meta name="twitter:image" content="https://cdn.aigcx.com/blog/aigcx_cover.svg"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="628"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "publisher": { "@type": "Organization", "name": "AIGC X", "url": "https://aigcx.com/", "logo": { "@type": "ImageObject", "url": "https://cdn.aigcx.com/blog/aigcx-logo-light.svg" } }, "url": "https://aigcx.com/", "image": { "@type": "ImageObject", "url": "https://cdn.aigcx.com/blog/aigcx_cover.svg", "width": 1200, "height": 628 }, "mainEntityOfPage": "https://aigcx.com/", "description": "AIGC X 官方网站。分享顶尖的AIGC工具,探索AI行业前沿趋势,提供即时资讯和深度分析,助您洞察AI领域的最新发展,激发灵感,揭示人工智能的无限可能。" } </script> <meta name="generator" content="Ghost 5.89"> <link rel="alternate" type="application/rss+xml" title="AIGC X" href="https://aigcx.com/rss/"> <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.37/umd/portal.min.js" data-i18n="true" data-ghost="https://aigcx.com/" data-key="458b7802e261a2e15325e07874" data-api="https://aigcx.com/ghost/api/content/" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content, .gh-post-upgrade-cta { display: flex; flex-direction: column; align-items: center; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-align: center; width: 100%; color: #ffffff; font-size: 16px; } .gh-post-upgrade-cta-content { border-radius: 8px; padding: 40px 4vw; } .gh-post-upgrade-cta h2 { color: #ffffff; font-size: 28px; letter-spacing: -0.2px; margin: 0; padding: 0; } .gh-post-upgrade-cta p { margin: 20px 0 0; padding: 0; } .gh-post-upgrade-cta small { font-size: 16px; letter-spacing: -0.2px; } .gh-post-upgrade-cta a { color: #ffffff; cursor: pointer; font-weight: 500; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a:hover { color: #ffffff; opacity: 0.8; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a.gh-btn { display: block; background: #ffffff; text-decoration: none; margin: 28px 0 0; padding: 8px 18px; border-radius: 4px; font-size: 16px; font-weight: 600; } .gh-post-upgrade-cta a.gh-btn:hover { opacity: 0.92; }</style> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/sodo-search.min.js" data-key="458b7802e261a2e15325e07874" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css" data-sodo-search="https://aigcx.com/" crossorigin="anonymous"></script> <script defer src="https://cdn.jsdelivr.net/ghost/announcement-bar@~1.1/umd/announcement-bar.min.js" data-announcement-bar="https://aigcx.com/" data-api-url="https://aigcx.com/members/api/announcement/" crossorigin="anonymous"></script> <link href="https://aigcx.com/webmentions/receive/" rel="webmention"> <script defer src="/public/cards.min.js?v=e8e809944b"></script> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=e8e809944b"> <script defer src="/public/member-attribution.min.js?v=e8e809944b"></script><style>:root {--ghost-accent-color: #8755EC;}</style> <script defer src="https://umami.vpscp.org/script.js" data-website-id="65f013ff-8df5-4846-87fd-51cdc7450e28"></script> </head> <body class="container overflow-x-clip flex flex-col font-['Nunito'] bg-custom-50 text-custom-950 mx-auto p-4 sm:p-6 home-template"> <header class="flex flex-col gap-4 sm:gap-6"> <ul class="peer flex gap-4 sm:gap-6"> <li class="flex mr-auto"> <a class="nav-current" href="https://aigcx.com"> <img src=https://cdn.aigcx.com/blog/aigcx-logo-light.svg alt="Site logo" class="dark:hidden h-8"> <img src="https://cdn.aigcx.com/blog/aigcx-logo-dark.svg" alt="Site logo" class="hidden dark:block h-8"> </a></li> <li class="flex"> <ul class="hidden lg:flex items-center gap-4 sm:gap-6"> <li class="flex items-center"> <a href="https://aigcx.com/" class="font-bold whitespace-nowrap">主页</a> </li> <li class="flex items-center"> <a href="https://aigcx.com/tag/news/" class="whitespace-nowrap">资讯</a> </li> <li class="flex items-center"> <a href="https://aigcx.com/tag/article/" class="whitespace-nowrap">文章</a> </li> <li class="flex items-center"> <a href="https://aigcx.com/tag/knowledgebase/" class="whitespace-nowrap">知识库</a> </li> <li class="flex items-center"> <a href="https://aigcx.com/tag/showcase/" class="whitespace-nowrap">作品集</a> </li> <li class="hidden lg:flex"> <input id="ellipsis" type="checkbox" class="peer appearance-none"> <label for="ellipsis" class="peer-checked:hidden cursor-pointer"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-8"> <path stroke-linecap="round" stroke-linejoin="round" d="M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" /> </svg></label> <label for="ellipsis" class="hidden peer-checked:flex cursor-pointer"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-8"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" /> </svg></label> </li> <li class="flex lg:hidden items-center"> <a href="https://aigcx.com/#/search" class="whitespace-nowrap">搜索</a> </li> <li class="flex lg:hidden items-center"> <a href="https://aigcx.com/about/" class="whitespace-nowrap">About</a> </li> </ul> </li> <li class="flex items-center"> <input type="checkbox" id="mode-toggle" class="peer appearance-none"> <label for="mode-toggle" onclick="toggleDarkMode()" class="block dark:hidden cursor-pointer"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" /> </svg></label> <label for="mode-toggle" onclick="toggleLightMode()" class="hidden dark:flex cursor-pointer"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M21.752 15.002A9.72 9.72 0 0 1 18 15.75c-5.385 0-9.75-4.365-9.75-9.75 0-1.33.266-2.597.748-3.752A9.753 9.753 0 0 0 3 11.25C3 16.635 7.365 21 12.75 21a9.753 9.753 0 0 0 9.002-5.998Z" /> </svg></label></li> <li class="flex lg:hidden"> <input id="hamburger" type="checkbox" class="peer appearance-none"> <label for="hamburger" class="peer-checked:hidden cursor-pointer"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-8"> <path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5" /> </svg></label> <label for="hamburger" class="hidden peer-checked:flex cursor-pointer"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-8"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" /> </svg></label> </li></ul> <ul class="animate-in slide-in-from-bottom-4 ease-out fill-mode-both [animation-duration:500ms] hidden peer-has-[#hamburger:checked]:flex peer-has-[#hamburger:checked]:flex-col peer-has-[#ellipsis:checked]:flex peer-has-[#ellipsis:checked]:justify-center peer-has-[#ellipsis:checked]:[&_li]:hidden peer-has-[#ellipsis:checked]:[&_.lg\:hidden]:flex items-center flex-wrap gap-6 bg-custom-500 text-[#ffffff] text-xl rounded-3xl shadow-xl p-6 sm:p-12"> <li class="flex items-center"> <a href="https://aigcx.com/" class="font-bold whitespace-nowrap">主页</a> </li> <li class="flex items-center"> <a href="https://aigcx.com/tag/news/" class="whitespace-nowrap">资讯</a> </li> <li class="flex items-center"> <a href="https://aigcx.com/tag/article/" class="whitespace-nowrap">文章</a> </li> <li class="flex items-center"> <a href="https://aigcx.com/tag/knowledgebase/" class="whitespace-nowrap">知识库</a> </li> <li class="flex items-center"> <a href="https://aigcx.com/tag/showcase/" class="whitespace-nowrap">作品集</a> </li> <li class="hidden lg:flex"> <input id="ellipsis" type="checkbox" class="peer appearance-none"> <label for="ellipsis" class="peer-checked:hidden cursor-pointer"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-8"> <path stroke-linecap="round" stroke-linejoin="round" d="M6.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM12.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0ZM18.75 12a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" /> </svg></label> <label for="ellipsis" class="hidden peer-checked:flex cursor-pointer"> <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-8"> <path stroke-linecap="round" stroke-linejoin="round" d="M6 18 18 6M6 6l12 12" /> </svg></label> </li> <li class="flex lg:hidden items-center"> <a href="https://aigcx.com/#/search" class="whitespace-nowrap">搜索</a> </li> <li class="flex lg:hidden items-center"> <a href="https://aigcx.com/about/" class="whitespace-nowrap">About</a> </li> </ul> </header> <main class="flex flex-col gap-4 sm:gap-6 my-4 sm:my-6"> <div class="grid gap-4 sm:gap-6"> <div class="grid lg:grid-cols-2 gap-4 sm:gap-6"> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-hero bg-white " style=" "> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> </div> <div class="flex flex-col gap-4 sm:gap-6 p-6 sm:p-12 lg:p-8 xl:p-10 2xl:p-12 z-30"> <div class=" font-['Dosis'] font-black text-custom-400 text-lg sm:text-xl font-bold uppercase -mb-2 sm:-mb-3">AIGC X</div> <h1 class=" font-['Dosis'] font-black text-balance text-5xl sm:text-7xl md:text-8xl lg:text-6xl xl:text-7xl 2xl:text-8xl">AIGC All In One!</h1> <div class="gh-canvas prose prose-lg 2xl:prose-xl text-current prose-headings:text-current prose-p:text-current prose-a:text-current prose-strong:text-current prose-blockquote:text-current prose-figcaption:text-current prose-figcaption:opacity-60 prose-code:text-current prose-headings:font-black prose-strong:font-bold prose-blockquote:font-bold prose-figure:my-0 prose-figcaption:text-center prose-img:my-0 prose-video:my-0 max-w-none post"> <div class="kg-card kg-callout-card kg-callout-card-pink"><div class="kg-callout-emoji">✨</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">面对AI焦虑,你没必要和汽车赛跑,而是应该考个驾照!</strong></b></div></div> </div> </div> <div class="relative aspect-[2/1] mt-auto"> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/custom-instructions-for-chatgpt-1.webp 768w, https://cdn.aigcx.com/blog/custom-instructions-for-chatgpt-1.webp 640w, https://cdn.aigcx.com/blog/custom-instructions-for-chatgpt-1.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/custom-instructions-for-chatgpt-1.webp 768w, https://cdn.aigcx.com/blog/custom-instructions-for-chatgpt-1.webp 640w, https://cdn.aigcx.com/blog/custom-instructions-for-chatgpt-1.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/custom-instructions-for-chatgpt-1.webp 768w, https://cdn.aigcx.com/blog/custom-instructions-for-chatgpt-1.webp 640w, https://cdn.aigcx.com/blog/custom-instructions-for-chatgpt-1.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/custom-instructions-for-chatgpt-1.webp" alt="AIGC All In One!" > </picture> <div class="absolute top-0 bottom-0 left-0 right-0 bg-gradient-to-b from-white"></div> </div> </div> <div class="flex flex-col gap-4 sm:gap-6"> <div class="grid grid-cols-2 gap-4 sm:gap-6"> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end !justify-center !text-center dark:hidden" style=" "> <a href="#/search" aria-label="搜索" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> </div> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <img src="/assets/images/search.png?v=e8e809944b" alt="Magnifying glass" class="aspect-[2/1]"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">搜索</h3> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end !justify-center !text-center hidden dark:flex" style=" "> <a href="#/search" aria-label="搜索" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> </div> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <img src="/assets/images/search-dark.png?v=e8e809944b" alt="Magnifying glass" class="aspect-[2/1]"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">搜索</h3> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-signin aspect-square bg-custom-500 text-[#ffffff] hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end !justify-center !text-center " style=" "> <a href="#/portal/signin" aria-label="登录" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> </div> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <img src="/assets/images/signin.png?v=e8e809944b" alt="Keyhole" class="aspect-[2/1]"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">登录</h3> </div> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-free h-full bg-white " style=" "> <div class="flex flex-col gap-4 sm:gap-6 p-6 sm:p-12 lg:p-8 xl:p-10 2xl:p-12 z-30"> <h2 class=" font-['Dosis'] font-extrabold text-balance text-3xl sm:text-4xl 2xl:text-5xl">📧 订阅 AIGC X</h2> <form data-members-form="signup" id="signup-form" class="sm:relative flex flex-col sm:flex-row gap-x-4 gap-y-4 sm:gap-y-6 sm:flex-wrap"> <button type="submit" id="submit-button" class="peer sm:absolute sm:top-1 sm:right-1 flex grow items-center justify-center bg-custom-500 border-custom-500 border-2 text-[#ffffff] text-lg 2xl:text-xl text-nowrap text-ellipsis no-underline rounded-full px-6 py-3 hover:px-8 hover:-mx-2 hover:duration-200 focus:px-8 focus:-mx-2 focus:duration-200">立即订阅</button> <div id="loading-message" class="sm:absolute sm:top-1 sm:right-1 hidden items-center justify-center bg-custom-500 border-custom-500 border-2 text-[#ffffff] text-lg 2xl:text-xl text-nowrap text-ellipsis no-underline rounded-full px-6 py-3 hover:px-8 hover:-mx-2 hover:duration-200 focus:px-8 focus:-mx-2 focus:duration-200">Submitting...</div> <input data-members-email id="email-input" type="email" name="email-input" placeholder='电子邮件地址' required="true" class="order-first sm:peer-hover:pr-8 sm:peer-hover:-mr-2 sm:peer-hover:duration-200 sm:peer-focus:pr-8 sm:peer-focus:-mr-2 sm:peer-hover:focus-200 flex grow-[12] items-center bg-custom-100 border-custom-200 border-2 placeholder-current placeholder:opacity-50 focus:placeholder:opacity-0 text-lg 2xl:text-xl text-nowrap text-ellipsis no-underline rounded-full px-6 py-3 sm:py-4 max-sm:hover:px-8 max-sm:hover:-mx-2 max-sm:hover:duration-200 max-sm:focus:px-8 max-sm:focus:-mx-2 max-sm:focus:duration-200"> <div id="success-message" class="hidden text-green-500">登录链接已发送到您的收件箱。如果三分钟内没有收到,请检查您的垃圾邮件文件夹。</div> <div id="error-message" class="hidden text-red-500" data-members-error></div> </form> <hr class="border-custom-100 border-2 rounded-full"> <div class="grid md:grid-cols-2 lg:grid-cols-1 xl:grid-cols-2 items-start gap-x-4 prose prose-lg 2xl:prose-xl text-current"> <div class="flex items-center gap-2"> <span class="text-custom-500"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="stroke-current size-6"> <path fill-rule="evenodd" d="M19.916 4.626a.75.75 0 0 1 .208 1.04l-9 13.5a.75.75 0 0 1-1.154.114l-6-6a.75.75 0 0 1 1.06-1.06l5.353 5.353 8.493-12.74a.75.75 0 0 1 1.04-.207Z" clip-rule="evenodd" /> </svg></span> <span class="font-semibold line-clamp-1 break-all">探索AI前沿趋势,洞察深度价值</span> </div> <div class="flex items-center gap-2"> <span class="text-custom-500"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" class="stroke-current size-6"> <path fill-rule="evenodd" d="M19.916 4.626a.75.75 0 0 1 .208 1.04l-9 13.5a.75.75 0 0 1-1.154.114l-6-6a.75.75 0 0 1 1.06-1.06l5.353 5.353 8.493-12.74a.75.75 0 0 1 1.04-.207Z" clip-rule="evenodd" /> </svg></span> <span class="font-semibold line-clamp-1 break-all">激发无限创造力,助力卓越效率</span> </div> </div> </div> </div> </div></div> <div class="grid lg:grid-cols-2 gap-4 sm:gap-6"> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-section-one h-full bg-white " style=" "> <div class="flex flex-col gap-4 sm:gap-6 p-6 sm:p-12 lg:p-8 xl:p-10 2xl:p-12 z-30"> <div class=" font-['Dosis'] font-black text-custom-400 text-lg sm:text-xl font-bold uppercase -mb-2 sm:-mb-3">提升效率激发生产力</div> <h2 class=" font-['Dosis'] font-extrabold text-balance text-3xl sm:text-4xl 2xl:text-5xl">AI 工具</h2> <div class="gh-canvas prose prose-lg 2xl:prose-xl text-current prose-headings:text-current prose-p:text-current prose-a:text-current prose-strong:text-current prose-blockquote:text-current prose-figcaption:text-current prose-figcaption:opacity-60 prose-code:text-current prose-headings:font-black prose-strong:font-bold prose-blockquote:font-bold prose-figure:my-0 prose-figcaption:text-center prose-img:my-0 prose-video:my-0 max-w-none post"> <div class="kg-card kg-product-card"> <div class="kg-product-card-container"> <img src="https://cdn.aigcx.com/blog/adace1.svg" width="60" height="60" class="kg-product-card-image" loading="lazy"> <div class="kg-product-card-title-container"> <h4 class="kg-product-card-title"><b><strong style="white-space: pre-wrap;">⚡️ AIGC X 聚合</strong></b></h4> </div> <div class="kg-product-card-rating"> <span class="kg-product-card-rating-active kg-product-card-rating-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.729,1.2l3.346,6.629,6.44.638a.805.805,0,0,1,.5,1.374l-5.3,5.253,1.965,7.138a.813.813,0,0,1-1.151.935L12,19.934,5.48,23.163a.813.813,0,0,1-1.151-.935L6.294,15.09.99,9.837a.805.805,0,0,1,.5-1.374l6.44-.638L11.271,1.2A.819.819,0,0,1,12.729,1.2Z"></path></svg></span> <span class="kg-product-card-rating-active kg-product-card-rating-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.729,1.2l3.346,6.629,6.44.638a.805.805,0,0,1,.5,1.374l-5.3,5.253,1.965,7.138a.813.813,0,0,1-1.151.935L12,19.934,5.48,23.163a.813.813,0,0,1-1.151-.935L6.294,15.09.99,9.837a.805.805,0,0,1,.5-1.374l6.44-.638L11.271,1.2A.819.819,0,0,1,12.729,1.2Z"></path></svg></span> <span class="kg-product-card-rating-active kg-product-card-rating-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.729,1.2l3.346,6.629,6.44.638a.805.805,0,0,1,.5,1.374l-5.3,5.253,1.965,7.138a.813.813,0,0,1-1.151.935L12,19.934,5.48,23.163a.813.813,0,0,1-1.151-.935L6.294,15.09.99,9.837a.805.805,0,0,1,.5-1.374l6.44-.638L11.271,1.2A.819.819,0,0,1,12.729,1.2Z"></path></svg></span> <span class="kg-product-card-rating-active kg-product-card-rating-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.729,1.2l3.346,6.629,6.44.638a.805.805,0,0,1,.5,1.374l-5.3,5.253,1.965,7.138a.813.813,0,0,1-1.151.935L12,19.934,5.48,23.163a.813.813,0,0,1-1.151-.935L6.294,15.09.99,9.837a.805.805,0,0,1,.5-1.374l6.44-.638L11.271,1.2A.819.819,0,0,1,12.729,1.2Z"></path></svg></span> <span class="kg-product-card-rating-active kg-product-card-rating-star"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12.729,1.2l3.346,6.629,6.44.638a.805.805,0,0,1,.5,1.374l-5.3,5.253,1.965,7.138a.813.813,0,0,1-1.151.935L12,19.934,5.48,23.163a.813.813,0,0,1-1.151-.935L6.294,15.09.99,9.837a.805.805,0,0,1,.5-1.374l6.44-.638L11.271,1.2A.819.819,0,0,1,12.729,1.2Z"></path></svg></span> </div> <div class="kg-product-card-description"><p><b><strong style="white-space: pre-wrap;">ChatGPT、Midjourney、Suno等AIGC工具聚合站,以极低成本使用 AIGC X 激发无限创造潜力,实现效率飞跃提升!</strong></b></p></div> <a href="https://app.aigcx.com/?ref=aigcx.com" class="kg-product-card-button kg-product-card-btn-accent" target="_blank" rel="noopener noreferrer"><span>立即体验!</span></a> </div> </div> </div> </div> <div class="relative aspect-[2/1] mt-auto"> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/imag1233e-20.webp 768w, https://cdn.aigcx.com/blog/imag1233e-20.webp 640w, https://cdn.aigcx.com/blog/imag1233e-20.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/imag1233e-20.webp 768w, https://cdn.aigcx.com/blog/imag1233e-20.webp 640w, https://cdn.aigcx.com/blog/imag1233e-20.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/imag1233e-20.webp 768w, https://cdn.aigcx.com/blog/imag1233e-20.webp 640w, https://cdn.aigcx.com/blog/imag1233e-20.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/imag1233e-20.webp" alt="AI 工具" > </picture> <div class="absolute top-0 bottom-0 left-0 right-0 bg-gradient-to-b from-white"></div> </div> </div> <div class="flex flex-col gap-4 sm:gap-6"> <div class="grid grid-cols-2 gap-4 sm:gap-6"> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-yan-dong-sheng-aike-pu-chuang-yi-yu-ying-yong-da-sai-ji-ke-pu-gong-zuo-zhe-aiji-neng-pei-xun-fu-chi-ji-hua tag-news aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end post" style=" color: #ffffff; "> <a href="https://aigcx.com/yan-dong-sheng-aike-pu-chuang-yi-yu-ying-yong-da-sai-ji-ke-pu-gong-zuo-zhe-aiji-neng-pei-xun-fu-chi-ji-hua/" aria-label="广东省AI科普+创意与应用大赛暨科普工作者AI技能培训扶持计划" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> <a href="/tag/news/" class="group/primary-tag flex hover:-mx-1 focus:-mx-1 duration-200 transition-[margin] items-center bg-custom-100 text-custom-600 text-base truncate sm:text-lg rounded-full h-8 sm:h-10 px-3 py-1"> <div class="group-hover/primary-tag:px-1 group-focus/primary-tag:px-1 duration-200 transition-[padding]"> <span class="truncate">资讯</span> </div> </a> </div> <div class="absolute top-0 bottom-0 left-0 right-0 bg-[#000000] opacity-25 peer-hover/href:opacity-0 peer-focus/href:opacity-0 duration-200 z-10"></div> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/ab80b66c-bc99-418c-99e0-a54e1b990245.webp 768w, https://cdn.aigcx.com/blog/ab80b66c-bc99-418c-99e0-a54e1b990245.webp 640w, https://cdn.aigcx.com/blog/ab80b66c-bc99-418c-99e0-a54e1b990245.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/ab80b66c-bc99-418c-99e0-a54e1b990245.webp 768w, https://cdn.aigcx.com/blog/ab80b66c-bc99-418c-99e0-a54e1b990245.webp 640w, https://cdn.aigcx.com/blog/ab80b66c-bc99-418c-99e0-a54e1b990245.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/ab80b66c-bc99-418c-99e0-a54e1b990245.webp 768w, https://cdn.aigcx.com/blog/ab80b66c-bc99-418c-99e0-a54e1b990245.webp 640w, https://cdn.aigcx.com/blog/ab80b66c-bc99-418c-99e0-a54e1b990245.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/ab80b66c-bc99-418c-99e0-a54e1b990245.webp" alt="广东省AI科普+创意与应用大赛暨科普工作者AI技能培训扶持计划" > </picture> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">广东省AI科普+创意与应用大赛暨科普工作者AI技能培训扶持计划</h3> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-sun-da-sheng-lu-you-wang-aiduan-shi-pin-ying-xiao-da-sai tag-news aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end post" style=" color: #ffffff; "> <a href="https://aigcx.com/sun-da-sheng-lu-you-wang-aiduan-shi-pin-ying-xiao-da-sai/" aria-label="孙大圣旅游网:AI短视频营销大赛" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> <a href="/tag/news/" class="group/primary-tag flex hover:-mx-1 focus:-mx-1 duration-200 transition-[margin] items-center bg-custom-100 text-custom-600 text-base truncate sm:text-lg rounded-full h-8 sm:h-10 px-3 py-1"> <div class="group-hover/primary-tag:px-1 group-focus/primary-tag:px-1 duration-200 transition-[padding]"> <span class="truncate">资讯</span> </div> </a> </div> <div class="absolute top-0 bottom-0 left-0 right-0 bg-[#000000] opacity-25 peer-hover/href:opacity-0 peer-focus/href:opacity-0 duration-200 z-10"></div> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/460067b1-995f-43c3-ac3e-587741285a39.webp 768w, https://cdn.aigcx.com/blog/460067b1-995f-43c3-ac3e-587741285a39.webp 640w, https://cdn.aigcx.com/blog/460067b1-995f-43c3-ac3e-587741285a39.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/460067b1-995f-43c3-ac3e-587741285a39.webp 768w, https://cdn.aigcx.com/blog/460067b1-995f-43c3-ac3e-587741285a39.webp 640w, https://cdn.aigcx.com/blog/460067b1-995f-43c3-ac3e-587741285a39.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/460067b1-995f-43c3-ac3e-587741285a39.webp 768w, https://cdn.aigcx.com/blog/460067b1-995f-43c3-ac3e-587741285a39.webp 640w, https://cdn.aigcx.com/blog/460067b1-995f-43c3-ac3e-587741285a39.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/460067b1-995f-43c3-ac3e-587741285a39.webp" alt="孙大圣旅游网:AI短视频营销大赛" > </picture> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">孙大圣旅游网:AI短视频营销大赛</h3> </div> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-section-two h-full bg-white " style=" "> <div class="flex flex-col gap-4 sm:gap-6 p-6 sm:p-12 lg:p-8 xl:p-10 2xl:p-12 z-30"> <div class=" font-['Dosis'] font-black text-custom-400 text-lg sm:text-xl font-bold uppercase -mb-2 sm:-mb-3">探索AI前沿趋势</div> <h2 class=" font-['Dosis'] font-extrabold text-balance text-3xl sm:text-4xl 2xl:text-5xl">资讯</h2> <div class="gh-canvas prose prose-lg 2xl:prose-xl text-current prose-headings:text-current prose-p:text-current prose-a:text-current prose-strong:text-current prose-blockquote:text-current prose-figcaption:text-current prose-figcaption:opacity-60 prose-code:text-current prose-headings:font-black prose-strong:font-bold prose-blockquote:font-bold prose-figure:my-0 prose-figcaption:text-center prose-img:my-0 prose-video:my-0 max-w-none post"> <div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">📰</div><div class="kg-callout-text">日常更新AI行业的最新动态,覆盖全球范围</div></div><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">📊</div><div class="kg-callout-text">提供分析与解读,帮助理解趋势背后逻辑</div></div><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">🔥</div><div class="kg-callout-text">聚焦热点话题和重大技术,快速获取核心信息</div></div><div class="kg-card kg-button-card kg-align-left"><a href="https://aigcx.com/tag/news/" class="kg-btn kg-btn-accent">✨即刻探索</a></div> </div> </div> <div class="relative aspect-[2/1] mt-auto"> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-47.webp 768w, https://cdn.aigcx.com/blog/image-47.webp 640w, https://cdn.aigcx.com/blog/image-47.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-47.webp 768w, https://cdn.aigcx.com/blog/image-47.webp 640w, https://cdn.aigcx.com/blog/image-47.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-47.webp 768w, https://cdn.aigcx.com/blog/image-47.webp 640w, https://cdn.aigcx.com/blog/image-47.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/image-47.webp" alt="资讯" > </picture> <div class="absolute top-0 bottom-0 left-0 right-0 bg-gradient-to-b from-white"></div> </div> </div> </div> <div class="flex flex-col gap-4 sm:gap-6"> <div class="grid grid-cols-2 gap-4 sm:gap-6"> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-tile-three aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end !justify-center !text-center " style=" color: #ffffff; "> <a href="https://aigcx.com/about" aria-label="About AIGC X" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> </div> <div class="absolute top-0 bottom-0 left-0 right-0 bg-[#000000] opacity-25 peer-hover/href:opacity-0 peer-focus/href:opacity-0 duration-200 z-10"></div> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/imag1e-20.webp 768w, https://cdn.aigcx.com/blog/imag1e-20.webp 640w, https://cdn.aigcx.com/blog/imag1e-20.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/imag1e-20.webp 768w, https://cdn.aigcx.com/blog/imag1e-20.webp 640w, https://cdn.aigcx.com/blog/imag1e-20.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/imag1e-20.webp 768w, https://cdn.aigcx.com/blog/imag1e-20.webp 640w, https://cdn.aigcx.com/blog/imag1e-20.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/imag1e-20.webp" alt="About AIGC X" > </picture> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">About AIGC X</h3> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-tags aspect-square bg-custom-500 text-[#ffffff] hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end !justify-center !text-center " style=" "> <a href="https://aigcx.com/tags/" aria-label="标签" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> </div> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <img src="/assets/images/tags.png?v=e8e809944b" alt="Hashtag" class="aspect-[2/1]"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">标签</h3> </div> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-section-three h-full bg-white " style=" "> <div class="flex flex-col gap-4 sm:gap-6 p-6 sm:p-12 lg:p-8 xl:p-10 2xl:p-12 z-30"> <div class=" font-['Dosis'] font-black text-custom-400 text-lg sm:text-xl font-bold uppercase -mb-2 sm:-mb-3">洞察AI深度价值</div> <h2 class=" font-['Dosis'] font-extrabold text-balance text-3xl sm:text-4xl 2xl:text-5xl">文章</h2> <div class="gh-canvas prose prose-lg 2xl:prose-xl text-current prose-headings:text-current prose-p:text-current prose-a:text-current prose-strong:text-current prose-blockquote:text-current prose-figcaption:text-current prose-figcaption:opacity-60 prose-code:text-current prose-headings:font-black prose-strong:font-bold prose-blockquote:font-bold prose-figure:my-0 prose-figcaption:text-center prose-img:my-0 prose-video:my-0 max-w-none post"> <div class="kg-card kg-callout-card kg-callout-card-green"><div class="kg-callout-emoji">💡</div><div class="kg-callout-text">深入剖析AI各项应用与创新,揭示AI潜在价值与深远影响。</div></div><div class="kg-card kg-button-card kg-align-left"><a href="https://aigcx.com/blog" class="kg-btn kg-btn-accent">✨即刻探索</a></div> </div> </div> <div class="relative aspect-[2/1] mt-auto"> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-6.webp 768w, https://cdn.aigcx.com/blog/image-6.webp 640w, https://cdn.aigcx.com/blog/image-6.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-6.webp 768w, https://cdn.aigcx.com/blog/image-6.webp 640w, https://cdn.aigcx.com/blog/image-6.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-6.webp 768w, https://cdn.aigcx.com/blog/image-6.webp 640w, https://cdn.aigcx.com/blog/image-6.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/image-6.webp" alt="文章" > </picture> <div class="absolute top-0 bottom-0 left-0 right-0 bg-gradient-to-b from-white"></div> </div> </div> </div> <div class="flex flex-col gap-4 sm:gap-6"> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-section-four h-full bg-white " style=" "> <div class="flex flex-col gap-4 sm:gap-6 p-6 sm:p-12 lg:p-8 xl:p-10 2xl:p-12 z-30"> <div class=" font-['Dosis'] font-black text-custom-400 text-lg sm:text-xl font-bold uppercase -mb-2 sm:-mb-3">AI海洋中为您保驾护航</div> <h2 class=" font-['Dosis'] font-extrabold text-balance text-3xl sm:text-4xl 2xl:text-5xl">知识库</h2> <div class="gh-canvas prose prose-lg 2xl:prose-xl text-current prose-headings:text-current prose-p:text-current prose-a:text-current prose-strong:text-current prose-blockquote:text-current prose-figcaption:text-current prose-figcaption:opacity-60 prose-code:text-current prose-headings:font-black prose-strong:font-bold prose-blockquote:font-bold prose-figure:my-0 prose-figcaption:text-center prose-img:my-0 prose-video:my-0 max-w-none post"> <div class="kg-card kg-callout-card kg-callout-card-yellow"><div class="kg-callout-emoji">📚</div><div class="kg-callout-text">整合高效的AI知识资源和实践案例,掌握AI技术并快速应用。</div></div><div class="kg-card kg-button-card kg-align-left"><a href="https://aigcx.com/tag/knowledgebase" class="kg-btn kg-btn-accent">✨即刻探索</a></div> </div> </div> <div class="relative aspect-[2/1] mt-auto"> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-22.webp 768w, https://cdn.aigcx.com/blog/image-22.webp 640w, https://cdn.aigcx.com/blog/image-22.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-22.webp 768w, https://cdn.aigcx.com/blog/image-22.webp 640w, https://cdn.aigcx.com/blog/image-22.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-22.webp 768w, https://cdn.aigcx.com/blog/image-22.webp 640w, https://cdn.aigcx.com/blog/image-22.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/image-22.webp" alt="知识库" > </picture> <div class="absolute top-0 bottom-0 left-0 right-0 bg-gradient-to-b from-white"></div> </div> </div> <div class="grid grid-cols-2 gap-4 sm:gap-6"> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-ya-ma-xun-yun-ke-ji-di-san-jie-zhong-guo-sheng-cheng-shi-aiying-yong-chuang-xin-tiao-zhan-sai-huo-bao-kai-qi tag-news aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end post" style=" color: #ffffff; "> <a href="https://aigcx.com/ya-ma-xun-yun-ke-ji-di-san-jie-zhong-guo-sheng-cheng-shi-aiying-yong-chuang-xin-tiao-zhan-sai-huo-bao-kai-qi/" aria-label="亚马逊云科技:第三届中国生成式AI应用创新挑战赛火爆开启" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> <a href="/tag/news/" class="group/primary-tag flex hover:-mx-1 focus:-mx-1 duration-200 transition-[margin] items-center bg-custom-100 text-custom-600 text-base truncate sm:text-lg rounded-full h-8 sm:h-10 px-3 py-1"> <div class="group-hover/primary-tag:px-1 group-focus/primary-tag:px-1 duration-200 transition-[padding]"> <span class="truncate">资讯</span> </div> </a> </div> <div class="absolute top-0 bottom-0 left-0 right-0 bg-[#000000] opacity-25 peer-hover/href:opacity-0 peer-focus/href:opacity-0 duration-200 z-10"></div> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/d111e12f-3d3b-4938-a54f-3dcbd3d5dcfe.webp 768w, https://cdn.aigcx.com/blog/d111e12f-3d3b-4938-a54f-3dcbd3d5dcfe.webp 640w, https://cdn.aigcx.com/blog/d111e12f-3d3b-4938-a54f-3dcbd3d5dcfe.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/d111e12f-3d3b-4938-a54f-3dcbd3d5dcfe.webp 768w, https://cdn.aigcx.com/blog/d111e12f-3d3b-4938-a54f-3dcbd3d5dcfe.webp 640w, https://cdn.aigcx.com/blog/d111e12f-3d3b-4938-a54f-3dcbd3d5dcfe.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/d111e12f-3d3b-4938-a54f-3dcbd3d5dcfe.webp 768w, https://cdn.aigcx.com/blog/d111e12f-3d3b-4938-a54f-3dcbd3d5dcfe.webp 640w, https://cdn.aigcx.com/blog/d111e12f-3d3b-4938-a54f-3dcbd3d5dcfe.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/d111e12f-3d3b-4938-a54f-3dcbd3d5dcfe.webp" alt="亚马逊云科技:第三届中国生成式AI应用创新挑战赛火爆开启" > </picture> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">亚马逊云科技:第三届中国生成式AI应用创新挑战赛火爆开启</h3> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-animondaai-nuo-de-fei-fan-vom-feinsten-zi-pin-pai-ipxing-xiang-chuang-yi-da-sai-qi-shi tag-news aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end post" style=" color: #ffffff; "> <a href="https://aigcx.com/animondaai-nuo-de-fei-fan-vom-feinsten-zi-pin-pai-ipxing-xiang-chuang-yi-da-sai-qi-shi/" aria-label="“animonda爱诺德·非凡Vom Feinsten”子品牌IP形象创意大赛启事" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> <a href="/tag/news/" class="group/primary-tag flex hover:-mx-1 focus:-mx-1 duration-200 transition-[margin] items-center bg-custom-100 text-custom-600 text-base truncate sm:text-lg rounded-full h-8 sm:h-10 px-3 py-1"> <div class="group-hover/primary-tag:px-1 group-focus/primary-tag:px-1 duration-200 transition-[padding]"> <span class="truncate">资讯</span> </div> </a> </div> <div class="absolute top-0 bottom-0 left-0 right-0 bg-[#000000] opacity-25 peer-hover/href:opacity-0 peer-focus/href:opacity-0 duration-200 z-10"></div> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/78faa315-404d-4209-a7a8-e045c2c22e34.webp 768w, https://cdn.aigcx.com/blog/78faa315-404d-4209-a7a8-e045c2c22e34.webp 640w, https://cdn.aigcx.com/blog/78faa315-404d-4209-a7a8-e045c2c22e34.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/78faa315-404d-4209-a7a8-e045c2c22e34.webp 768w, https://cdn.aigcx.com/blog/78faa315-404d-4209-a7a8-e045c2c22e34.webp 640w, https://cdn.aigcx.com/blog/78faa315-404d-4209-a7a8-e045c2c22e34.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/78faa315-404d-4209-a7a8-e045c2c22e34.webp 768w, https://cdn.aigcx.com/blog/78faa315-404d-4209-a7a8-e045c2c22e34.webp 640w, https://cdn.aigcx.com/blog/78faa315-404d-4209-a7a8-e045c2c22e34.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/78faa315-404d-4209-a7a8-e045c2c22e34.webp" alt="“animonda爱诺德·非凡Vom Feinsten”子品牌IP形象创意大赛启事" > </picture> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">“animonda爱诺德·非凡Vom Feinsten”子品牌IP形象创意大赛启事</h3> </div> </div> </div> </div> </div> <div class="grid grid-cols-2 lg:grid-cols-4 gap-4 sm:gap-6"> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-zhi-xin-bei-quan-guo-gao-xiao-aisu-yang-duan-shi-pin-da-sai-huo-dong-qi-shi tag-news aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end post" style=" color: #ffffff; "> <a href="https://aigcx.com/zhi-xin-bei-quan-guo-gao-xiao-aisu-yang-duan-shi-pin-da-sai-huo-dong-qi-shi/" aria-label="“智信杯”全国高校AI素养短视频大赛活动启事" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> <a href="/tag/news/" class="group/primary-tag flex hover:-mx-1 focus:-mx-1 duration-200 transition-[margin] items-center bg-custom-100 text-custom-600 text-base truncate sm:text-lg rounded-full h-8 sm:h-10 px-3 py-1"> <div class="group-hover/primary-tag:px-1 group-focus/primary-tag:px-1 duration-200 transition-[padding]"> <span class="truncate">资讯</span> </div> </a> </div> <div class="absolute top-0 bottom-0 left-0 right-0 bg-[#000000] opacity-25 peer-hover/href:opacity-0 peer-focus/href:opacity-0 duration-200 z-10"></div> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/f63eaea3-1d7f-4866-b78d-0bb634146ff1.webp 768w, https://cdn.aigcx.com/blog/f63eaea3-1d7f-4866-b78d-0bb634146ff1.webp 640w, https://cdn.aigcx.com/blog/f63eaea3-1d7f-4866-b78d-0bb634146ff1.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/f63eaea3-1d7f-4866-b78d-0bb634146ff1.webp 768w, https://cdn.aigcx.com/blog/f63eaea3-1d7f-4866-b78d-0bb634146ff1.webp 640w, https://cdn.aigcx.com/blog/f63eaea3-1d7f-4866-b78d-0bb634146ff1.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/f63eaea3-1d7f-4866-b78d-0bb634146ff1.webp 768w, https://cdn.aigcx.com/blog/f63eaea3-1d7f-4866-b78d-0bb634146ff1.webp 640w, https://cdn.aigcx.com/blog/f63eaea3-1d7f-4866-b78d-0bb634146ff1.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/f63eaea3-1d7f-4866-b78d-0bb634146ff1.webp" alt="“智信杯”全国高校AI素养短视频大赛活动启事" > </picture> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">“智信杯”全国高校AI素养短视频大赛活动启事</h3> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-2024-gui-zhou-shan-ju-aixuan-chuan-pian-chuang-yi-da-sai-zuo-pin-zheng-ji-zheng-shi-qi-dong tag-news aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end post" style=" color: #ffffff; "> <a href="https://aigcx.com/2024-gui-zhou-shan-ju-aixuan-chuan-pian-chuang-yi-da-sai-zuo-pin-zheng-ji-zheng-shi-qi-dong/" aria-label="2024“贵州山居”AI宣传片创意大赛作品征集正式启动!" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> <a href="/tag/news/" class="group/primary-tag flex hover:-mx-1 focus:-mx-1 duration-200 transition-[margin] items-center bg-custom-100 text-custom-600 text-base truncate sm:text-lg rounded-full h-8 sm:h-10 px-3 py-1"> <div class="group-hover/primary-tag:px-1 group-focus/primary-tag:px-1 duration-200 transition-[padding]"> <span class="truncate">资讯</span> </div> </a> </div> <div class="absolute top-0 bottom-0 left-0 right-0 bg-[#000000] opacity-25 peer-hover/href:opacity-0 peer-focus/href:opacity-0 duration-200 z-10"></div> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/669dcc2a-0971-4460-a9ca-7b05772993bf.webp 768w, https://cdn.aigcx.com/blog/669dcc2a-0971-4460-a9ca-7b05772993bf.webp 640w, https://cdn.aigcx.com/blog/669dcc2a-0971-4460-a9ca-7b05772993bf.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/669dcc2a-0971-4460-a9ca-7b05772993bf.webp 768w, https://cdn.aigcx.com/blog/669dcc2a-0971-4460-a9ca-7b05772993bf.webp 640w, https://cdn.aigcx.com/blog/669dcc2a-0971-4460-a9ca-7b05772993bf.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/669dcc2a-0971-4460-a9ca-7b05772993bf.webp 768w, https://cdn.aigcx.com/blog/669dcc2a-0971-4460-a9ca-7b05772993bf.webp 640w, https://cdn.aigcx.com/blog/669dcc2a-0971-4460-a9ca-7b05772993bf.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/669dcc2a-0971-4460-a9ca-7b05772993bf.webp" alt="2024“贵州山居”AI宣传片创意大赛作品征集正式启动!" > </picture> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">2024“贵州山居”AI宣传片创意大赛作品征集正式启动!</h3> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-aishi-pin-sheng-cheng-ling-yu-zai-xian-gao-chao-runwayyu-lumatong-bu-fa-bu-zhong-bang-geng-xin tag-news aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end post" style=" color: #ffffff; "> <a href="https://aigcx.com/aishi-pin-sheng-cheng-ling-yu-zai-xian-gao-chao-runwayyu-lumatong-bu-fa-bu-zhong-bang-geng-xin/" aria-label="AI视频生成领域再掀高潮:Runway与Luma同步发布重磅更新" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> <a href="/tag/news/" class="group/primary-tag flex hover:-mx-1 focus:-mx-1 duration-200 transition-[margin] items-center bg-custom-100 text-custom-600 text-base truncate sm:text-lg rounded-full h-8 sm:h-10 px-3 py-1"> <div class="group-hover/primary-tag:px-1 group-focus/primary-tag:px-1 duration-200 transition-[padding]"> <span class="truncate">资讯</span> </div> </a> </div> <div class="absolute top-0 bottom-0 left-0 right-0 bg-[#000000] opacity-25 peer-hover/href:opacity-0 peer-focus/href:opacity-0 duration-200 z-10"></div> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/wei-xin-tu-pian-_20241126145609.png 768w, https://cdn.aigcx.com/blog/wei-xin-tu-pian-_20241126145609.png 640w, https://cdn.aigcx.com/blog/wei-xin-tu-pian-_20241126145609.png 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/wei-xin-tu-pian-_20241126145609.png 768w, https://cdn.aigcx.com/blog/wei-xin-tu-pian-_20241126145609.png 640w, https://cdn.aigcx.com/blog/wei-xin-tu-pian-_20241126145609.png 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/wei-xin-tu-pian-_20241126145609.png 768w, https://cdn.aigcx.com/blog/wei-xin-tu-pian-_20241126145609.png 640w, https://cdn.aigcx.com/blog/wei-xin-tu-pian-_20241126145609.png 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/wei-xin-tu-pian-_20241126145609.png" alt="AI视频生成领域再掀高潮:Runway与Luma同步发布重磅更新" > </picture> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">AI视频生成领域再掀高潮:Runway与Luma同步发布重磅更新</h3> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-sheng-shi-kai-qi-wo-aibei-jing-shou-jie-cheng-shi-xing-xiang-aichuang-zuo-zheng-ji-da-sai tag-news aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end post" style=" color: #ffffff; "> <a href="https://aigcx.com/sheng-shi-kai-qi-wo-aibei-jing-shou-jie-cheng-shi-xing-xiang-aichuang-zuo-zheng-ji-da-sai/" aria-label="盛世开启:“我AI北京”首届城市形象AI创作征集大赛" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> <a href="/tag/news/" class="group/primary-tag flex hover:-mx-1 focus:-mx-1 duration-200 transition-[margin] items-center bg-custom-100 text-custom-600 text-base truncate sm:text-lg rounded-full h-8 sm:h-10 px-3 py-1"> <div class="group-hover/primary-tag:px-1 group-focus/primary-tag:px-1 duration-200 transition-[padding]"> <span class="truncate">资讯</span> </div> </a> </div> <div class="absolute top-0 bottom-0 left-0 right-0 bg-[#000000] opacity-25 peer-hover/href:opacity-0 peer-focus/href:opacity-0 duration-200 z-10"></div> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/e6957e5c-4f96-4bbc-bb8d-b84a319fcdb3.webp 768w, https://cdn.aigcx.com/blog/e6957e5c-4f96-4bbc-bb8d-b84a319fcdb3.webp 640w, https://cdn.aigcx.com/blog/e6957e5c-4f96-4bbc-bb8d-b84a319fcdb3.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/e6957e5c-4f96-4bbc-bb8d-b84a319fcdb3.webp 768w, https://cdn.aigcx.com/blog/e6957e5c-4f96-4bbc-bb8d-b84a319fcdb3.webp 640w, https://cdn.aigcx.com/blog/e6957e5c-4f96-4bbc-bb8d-b84a319fcdb3.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/e6957e5c-4f96-4bbc-bb8d-b84a319fcdb3.webp 768w, https://cdn.aigcx.com/blog/e6957e5c-4f96-4bbc-bb8d-b84a319fcdb3.webp 640w, https://cdn.aigcx.com/blog/e6957e5c-4f96-4bbc-bb8d-b84a319fcdb3.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/e6957e5c-4f96-4bbc-bb8d-b84a319fcdb3.webp" alt="盛世开启:“我AI北京”首届城市形象AI创作征集大赛" > </picture> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">盛世开启:“我AI北京”首届城市形象AI创作征集大赛</h3> </div> </div> </div> <div class="grid lg:grid-cols-2 gap-4 sm:gap-6"> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-section-five h-full bg-white " style=" "> <div class="flex flex-col gap-4 sm:gap-6 p-6 sm:p-12 lg:p-8 xl:p-10 2xl:p-12 z-30"> <div class=" font-['Dosis'] font-black text-custom-400 text-lg sm:text-xl font-bold uppercase -mb-2 sm:-mb-3">叹为观止的AI生成内容</div> <h2 class=" font-['Dosis'] font-extrabold text-balance text-3xl sm:text-4xl 2xl:text-5xl">作品集</h2> <div class="gh-canvas prose prose-lg 2xl:prose-xl text-current prose-headings:text-current prose-p:text-current prose-a:text-current prose-strong:text-current prose-blockquote:text-current prose-figcaption:text-current prose-figcaption:opacity-60 prose-code:text-current prose-headings:font-black prose-strong:font-bold prose-blockquote:font-bold prose-figure:my-0 prose-figcaption:text-center prose-img:my-0 prose-video:my-0 max-w-none post"> <div class="kg-card kg-callout-card kg-callout-card-purple"><div class="kg-callout-emoji">🎨</div><div class="kg-callout-text">精选展示顶尖AI生成作品,展现AI的无限创意与可能性。</div></div><div class="kg-card kg-button-card kg-align-left"><a href="https://aigcx.com/tag/showcase" class="kg-btn kg-btn-accent">✨即将到来</a></div> </div> </div> <div class="relative aspect-[2/1] mt-auto"> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-18.webp 768w, https://cdn.aigcx.com/blog/image-18.webp 640w, https://cdn.aigcx.com/blog/image-18.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-18.webp 768w, https://cdn.aigcx.com/blog/image-18.webp 640w, https://cdn.aigcx.com/blog/image-18.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-18.webp 768w, https://cdn.aigcx.com/blog/image-18.webp 640w, https://cdn.aigcx.com/blog/image-18.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/image-18.webp" alt="作品集" > </picture> <div class="absolute top-0 bottom-0 left-0 right-0 bg-gradient-to-b from-white"></div> </div> </div> <div class="flex flex-col gap-4 sm:gap-6"> <div class="grid grid-cols-2 gap-4 sm:gap-6"> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end !justify-center !text-center " style=" "> <a href="wechat" aria-label="WeChat" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> </div> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <img src="/assets/images/social/instagram.png?v=e8e809944b" alt="Instagram" class="aspect-[2/1]"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">WeChat</h3> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused aspect-square bg-white hover:scale-[1.02] has-[a:focus]:scale-[1.02] duration-200 transition-transform justify-end !justify-center !text-center !bg-[#0077b5] text-[#ffffff]" style=" "> <a href="https://pd.qq.com/s/9xmahdll9" aria-label="QQ Channel" class="peer/href absolute top-0 bottom-0 left-0 right-0 z-50"></a> <div class="flex flex-row justify-end gap-2 absolute top-0 left-0 right-0 m-4 z-50 pointer-events-none *:pointer-events-auto opacity-85"> </div> <div class="flex flex-col gap-4 sm:gap-6 p-4 sm:p-10 lg:p-6 xl:p-8 2xl:p-10 z-30"> <img src="/assets/images/social/linkedin.png?v=e8e809944b" alt="LinkedIn" class="aspect-[2/1]"> <h3 class=" font-['Dosis'] font-black text-balance line-clamp-3 text-lg sm:text-2xl lg:text-xl xl:text-2xl 2xl:text-3xl">QQ Channel</h3> </div> </div> </div> <div class="tile group/tile flex flex-col relative bg-cover bg-center rounded-3xl shadow-xl overflow-hidden animate-in ease-out fill-mode-both [animation-duration:500ms] paused post-tile-last h-full bg-custom-500 text-[#ffffff] !justify-center !text-center " style=" color: #ffffff; "> <div class="absolute top-0 bottom-0 left-0 right-0 bg-[#000000] opacity-25 peer-hover/href:opacity-0 peer-focus/href:opacity-0 duration-200 z-10"></div> <picture class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover"> <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-42.webp 768w, https://cdn.aigcx.com/blog/image-42.webp 640w, https://cdn.aigcx.com/blog/image-42.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/avif" > <source class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-42.webp 768w, https://cdn.aigcx.com/blog/image-42.webp 640w, https://cdn.aigcx.com/blog/image-42.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" type="image/webp" > <img class="absolute top-0 bottom-0 left-0 right-0 size-full object-cover" srcset="https://cdn.aigcx.com/blog/image-42.webp 768w, https://cdn.aigcx.com/blog/image-42.webp 640w, https://cdn.aigcx.com/blog/image-42.webp 960w" sizes="(max-width: 640px) 592px, (max-width: 768px) 720px, 960px" src="https://cdn.aigcx.com/blog/image-42.webp" alt="🫶 期待您分享 AIGC X" > </picture> <div class="flex flex-col gap-4 sm:gap-6 p-6 sm:p-12 lg:p-8 xl:p-10 2xl:p-12 z-30"> <div class=" font-['Dosis'] font-black text-lg sm:text-xl font-bold uppercase -mb-2 sm:-mb-3">AI无法取代你,AI始终属于你!</div> <h2 class=" font-['Dosis'] font-extrabold text-balance text-3xl sm:text-4xl 2xl:text-5xl">🫶 期待您分享 AIGC X</h2> </div> </div> </div> </div> <div id="infiniteScroll" class="grid grid-cols-2 lg:grid-cols-4 gap-4 sm:gap-6"> </div> <div class="flex gap-2 justify-center items-center load-status"> <div class="infinite-scroll-request hidden"> <div class="flex flex-row gap-2 justify-center items-center mt-4 sm:mt-6"> <div class="size-6 bg-custom-400 rounded-full animate-bounce duration-1000"></div> <div class="size-6 bg-custom-500 rounded-full animate-bounce duration-1000 [animation-delay:50ms]"></div> <div class="size-6 bg-custom-600 rounded-full animate-bounce duration-1000 [animation-delay:100ms]"></div> </div> </div> </div> <nav> <div class="flex flex-wrap gap-6"> <a href=/page/2/ class="group/button flex items-center bg-custom-500 text-[#ffffff] text-lg 2xl:text-xl text-nowrap text-ellipsis no-underline rounded-full px-6 py-3 hover:-mx-2 focus:-mx-2 duration-200 transition-[margin] hidden load-more"> <div class="group-hover/button:px-2 group-focus/button:px-2 duration-200 transition-[padding]"> <span class="truncate">Load more</span> </div> </a> </div> </nav> </div> </main> <footer class="flex flex-col gap-4 sm:gap-6"> <ul class="flex flex-wrap justify-center text-custom-600 gap-4 sm:gap-6 mt-6 sm:mt-12"> <li><a href="https://beian.miit.gov.cn" target="_blank">蜀ICP备2024088734号-1</a></li> </ul> </footer> <script> /* Retrieve the mode from the local storage (if exists) and set it */ if ("mode" in localStorage) { var element = document.documentElement; element.setAttribute("data-mode", localStorage.mode); } /* Toggle handling */ function toggleDarkMode() { var element = document.documentElement; /* Set and store the preference only if deviates from system settings */ if (window.matchMedia("(prefers-color-scheme: dark)").matches) { element.removeAttribute("data-mode"); localStorage.removeItem("mode") } else { element.setAttribute("data-mode", "dark"); localStorage.mode = "dark"; } } function toggleLightMode() { var element = document.documentElement; /* Set and store the preference only if deviates from system settings */ if (!window.matchMedia("(prefers-color-scheme: dark)").matches) { element.removeAttribute("data-mode"); localStorage.removeItem("mode") } else { element.setAttribute("data-mode", "light"); localStorage.mode = "light"; } } </script> <script src=/assets/js/lightense.min.js?v=e8e809944b></script> <script> window.addEventListener("load", function () { Lightense(".kg-gallery-image img", { time: 300, padding: 30, offset: 40, keyboard: true, cubicBezier: "cubic-bezier(.2, 0, .1, 1)", background: "rgba(255, 255, 255, 0.1)", zIndex: 50 }); }, false); </script> <script src=/assets/js/infinite-scroll.pkgd.min.js?v=e8e809944b></script> <script> let infScroll = new InfiniteScroll( "#infiniteScroll", { "path": ".load-more", "append": ".tile", "history": false, "status": ".load-status", }); </script> <script> /* 1. DEFINE ANIMATIONS */ /* Subtle Animation */ function subtleAnimation() { var tiles = document.querySelectorAll(".tile"); tiles.forEach((tile, index) => { switch (index) { case 0: tile.classList.add("max-sm:slide-in-from-bottom-6"); tile.classList.add("lg:slide-in-from-bottom-8"); case 1: tile.classList.add("max-sm:slide-in-from-bottom-6"); tile.classList.add("lg:slide-in-from-bottom-8"); case 2: tile.classList.add("max-sm:slide-in-from-bottom-8"); tile.classList.add("lg:slide-in-from-bottom-8"); case 3: tile.classList.add("max-sm:slide-in-from-bottom-8"); tile.classList.add("lg:slide-in-from-bottom-8"); case 4: tile.classList.add("max-sm:slide-in-from-bottom-10"); tile.classList.add("lg:slide-in-from-bottom-12"); case 5: tile.classList.add("max-sm:slide-in-from-bottom-10"); tile.classList.add("lg:slide-in-from-bottom-12"); case 6: tile.classList.add("slide-in-from-bottom-12"); case 7: tile.classList.add("slide-in-from-bottom-12"); default: tile.classList.add("slide-in-from-bottom-12"); } }); } /* Playful Animation */ function playfulAnimation() { var tiles = document.querySelectorAll(".tile"); tiles.forEach((tile, index) => { if (index % 4 == 0) { if (index == 0) { tile.classList.add("max-sm:slide-in-from-bottom-6"); tile.classList.add("lg:slide-in-from-bottom-8"); } else { tile.classList.add("max-sm:slide-in-from-bottom-8"); tile.classList.add("max-sm:slide-in-from-right-4"); tile.classList.add("lg:slide-in-from-bottom-16"); tile.classList.add("lg:slide-in-from-left-8"); } } else if (index % 4 == 1) { tile.classList.add("slide-in-from-bottom-8"); tile.classList.add("slide-in-from-left-4"); } else if (index % 4 == 2) { tile.classList.add("slide-in-from-bottom-8"); tile.classList.add("slide-in-from-right-4"); } else if (index % 4 == 3) { tile.classList.add("max-sm:slide-in-from-bottom-8"); tile.classList.add("max-sm:slide-in-from-left-4"); tile.classList.add("lg:slide-in-from-bottom-16"); tile.classList.add("lg:slide-in-from-right-8"); } }); } /* 2. PREPARE AND TRIGGER ANIMATIONS */ /* Prepare animations for all existing tiles */ playfulAnimation(); /* Trigger animations on scroll for all existing tiles */ const callback = function (entries) { entries.forEach((entry) => { if (entry.isIntersecting) { entry.target.classList.remove("paused"); } }); }; const observer = new IntersectionObserver(callback); var tiles = document.querySelectorAll(".tile"); tiles.forEach(function (tiles) { observer.observe(tiles); }); /* Prepare and trigger animations on scroll for all tile dynamically appended by InfiniteScroll */ infScroll.on("append", function( body, path, items, response) { /* Prepare animations */ playfulAnimation(); /* Trigger animations on append */ var tiles = document.querySelectorAll("#infiniteScroll > .tile:not(.animate-in)"); const callback = function (entries) { entries.forEach((entry) => { if (entry.isIntersecting) { entry.target.classList.remove("paused"); } }); }; const observer = new IntersectionObserver(callback); var tiles = document.querySelectorAll("#infiniteScroll > .tile"); tiles.forEach(function (tiles) { observer.observe(tiles); }); }); </script> </body> </html>