|
|
<!doctype html>
|
|
|
<html lang="zh">
|
|
|
|
|
|
<head>
|
|
|
|
|
|
<!-- Basic Page Needs
|
|
|
================================================== -->
|
|
|
<title>在线课程</title>
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
<meta name="description" content="">
|
|
|
<link rel="icon" href="assets/images/favicon.png">
|
|
|
|
|
|
<!-- CSS
|
|
|
================================================== -->
|
|
|
<link rel="stylesheet" href="assets/css/style.css">
|
|
|
<link rel="stylesheet" href="assets/css/night-mode.css">
|
|
|
<link rel="stylesheet" href="assets/css/framework.css">
|
|
|
|
|
|
<!-- icons
|
|
|
================================================== -->
|
|
|
<link rel="stylesheet" href="assets/css/icons.css">
|
|
|
|
|
|
<style>
|
|
|
.video-post {
|
|
|
width: 100%;
|
|
|
}
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
|
|
|
|
<!-- Wrapper -->
|
|
|
<div id="wrapper">
|
|
|
|
|
|
<!-- sidebar -->
|
|
|
<div class="main_sidebar">
|
|
|
<div class="side-overlay" uk-toggle="target: #wrapper ; cls: collapse-sidebar mobile-visible"></div>
|
|
|
|
|
|
<!-- sidebar header -->
|
|
|
<div class="sidebar-header">
|
|
|
<h4> Navigation</h4>
|
|
|
<span class="btn-close" uk-toggle="target: #wrapper ; cls: collapse-sidebar mobile-visible"></span>
|
|
|
</div>
|
|
|
|
|
|
<!-- sidebar Menu -->
|
|
|
<div class="sidebar">
|
|
|
<div class="sidebar_innr" data-simplebar>
|
|
|
|
|
|
<div class="sections">
|
|
|
<h3> 浏览 </h3>
|
|
|
<ul>
|
|
|
<li class="active"> <a href="index.html"> <i class="uil-home-alt"></i> 首页 </a></li>
|
|
|
<li> <a href="more_basic.html"> <i class="uil-users-alt"></i> 基础 </a></li>
|
|
|
<li> <a href="more_advanced.html"> <i class="uil-layers"></i> 进阶 </a></li>
|
|
|
<li> <a href="more_example.html"> <i class="uil-code"></i> 成果 </a></li>
|
|
|
<li> <a href="more_knack.html"> <i class="uil-layers-alt"></i> 技巧 </a></li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
|
|
|
<div class="sections">
|
|
|
<h3> 分类 </h3>
|
|
|
<ul>
|
|
|
<li> <a href="#"><i class="uil-code"></i> Midjourney </a>
|
|
|
<ul>
|
|
|
<li>
|
|
|
<a href="#"> 基础入门 </a>
|
|
|
<a href="#"> 进阶技巧</a>
|
|
|
<a href="#"> 实战应用 </a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
|
|
|
</li>
|
|
|
<li> <a href="#"><i class="uil-user-circle"></i> Stable Diffusion </a>
|
|
|
<ul>
|
|
|
<li>
|
|
|
<a href="#"> 安装与配置 </a>
|
|
|
<a href="#"> 基础入门 </a>
|
|
|
<a href="#"> 技术深入</a>
|
|
|
<a href="#"> 实战案例</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
|
|
|
<div id="foot" style="text-align: center;">
|
|
|
|
|
|
<img src="./assets/images/er.png" alt="" style="width: 160px;">
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<!-- header -->
|
|
|
<div id="main_header">
|
|
|
<header>
|
|
|
|
|
|
<!-- Logo-->
|
|
|
<i class="header-traiger uil-bars"
|
|
|
uk-toggle="target: #wrapper ; cls: collapse-sidebar mobile-visible"></i>
|
|
|
|
|
|
<!-- Logo-->
|
|
|
<div id="logo">
|
|
|
<a href="#"> <img src="assets/images/logo_hz.png" alt="" style="width: 50px;"></a>
|
|
|
<!-- <a href="#"> <input src="assets/images/logo-light.png" class="logo-inverse" alt=""></a> -->
|
|
|
</div>
|
|
|
|
|
|
<!-- form search-->
|
|
|
|
|
|
|
|
|
<!-- user icons -->
|
|
|
|
|
|
</header>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<!-- contents -->
|
|
|
<div class="main_content">
|
|
|
|
|
|
<div class="main_content_inner">
|
|
|
|
|
|
|
|
|
<!-- Slideshow -->
|
|
|
<div class="uk-position-relative uk-visible-toggle uk-light" tabindex="-1"
|
|
|
uk-slideshow="animation: push ;min-height: 200; max-height: 200 ;autoplay: t rue">
|
|
|
|
|
|
<ul class="uk-slideshow-items rounded">
|
|
|
<li>
|
|
|
<div class="uk-position-cover" uk-slideshow-parallax="scale: 1.2,1.2,1">
|
|
|
<img src="assets/images/banner/img3.jpg" alt="" uk-cover>
|
|
|
</div>
|
|
|
<div class="uk-position-cover"
|
|
|
uk-slideshow-parallax="opacity: 0,0,0.2; backgroundColor: #000,#000"></div>
|
|
|
<div class="uk-position-bottom-left bg-gradient-4 uk-width-1-1 p-4">
|
|
|
<div uk-slideshow-parallax="scale: 1,1,0.8">
|
|
|
<h1 uk-slideshow-parallax="x: 200,0,0" class="uk-heading-small"> 开启AI之旅
|
|
|
</h1>
|
|
|
</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li>
|
|
|
<div class="uk-position-cover" uk-slideshow-parallax="scale: 1.2,1.2,1">
|
|
|
<img src="assets/images/banner/img2.jpg" alt="" uk-cover>
|
|
|
</div>
|
|
|
<div class="uk-position-cover"
|
|
|
uk-slideshow-parallax="opacity: 0,0,0.2; backgroundColor: #000,#000"></div>
|
|
|
<div class="uk-position-bottom uk-position-medium uk-transition-scale-down">
|
|
|
<h1 uk-slideshow-parallax="x: 200,0,0" class="uk-heading-small">掌握AI技巧</h1>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
|
|
|
<a class="uk-position-center-left-out uk-position-small uk-hidden-hover slidenav-prev" href="#"
|
|
|
uk-slideshow-item="previous"></a>
|
|
|
<a class="uk-position-center-right-out uk-position-small uk-hidden-hover slidenav-next" href="#"
|
|
|
uk-slideshow-item="next"></a>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Videos sliders 1 -->
|
|
|
|
|
|
<div class="video-grid-slider mt-4" uk-slider="finite: true">
|
|
|
|
|
|
<div class="grid-slider-header">
|
|
|
<div>
|
|
|
<h3> 【基础】 </h3>
|
|
|
<!-- <p> Channals You are Fallowing. </p> -->
|
|
|
</div>
|
|
|
<div class="grid-slider-header-link">
|
|
|
|
|
|
<div class="btn-arrow-slider">
|
|
|
|
|
|
<a href="more_basic.html" style="color: #FFA500 !important;">
|
|
|
更多 >
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<ul class="uk-slider-items uk-child-width-1-4@m uk-child-width-1-3@s uk-grid">
|
|
|
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E5%9F%BA%E7%A1%80%E3%80%91/1.8%20%E7%94%A8AI%E5%81%9A%E6%80%9D%E7%BB%B4%E5%AF%BC%E5%9B%BE.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">19.7M</span>
|
|
|
<span class="video-post-time">04:22</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
|
|
|
<img src="assets/images/a25.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【基础】用AI做思维导图 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 1天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E5%9F%BA%E7%A1%80%E3%80%91/1.7%20%E7%94%A8AI%E5%81%9APPT.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">29.8M</span>
|
|
|
<span class="video-post-time">04:05</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
|
|
|
<img src="assets/images/a17.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【基础】用AI做PPT </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 1天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E5%9F%BA%E7%A1%80%E3%80%91/1.6%20%E7%94%A8AI%E5%81%9A%E6%95%B0%E6%8D%AE%E5%88%86%E6%9E%90%E4%B8%8E%E7%BB%9F%E8%AE%A1.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">52.4M</span>
|
|
|
<span class="video-post-time">14:06</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
|
|
|
<img src="assets/images/a16.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【基础】用AI做数据分析与统计 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 2天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E5%9F%BA%E7%A1%80%E3%80%91/1.5%20AI%E6%8F%90%E7%A4%BA%E5%99%A8%E7%94%9F%E6%88%90%E5%99%A8.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">110M</span>
|
|
|
<span class="video-post-time">15:53</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
|
|
|
<img src="assets/images/a15.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【基础】AI提示器生成器介绍 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 2天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="video-grid-slider mt-4" uk-slider="finite: true">
|
|
|
|
|
|
<div class="grid-slider-header">
|
|
|
<div>
|
|
|
<h3> 【进阶】 </h3>
|
|
|
<!-- <p> Channals You are Fallowing. </p> -->
|
|
|
</div>
|
|
|
<div class="grid-slider-header-link">
|
|
|
|
|
|
<div class="btn-arrow-slider">
|
|
|
<a href="more_advanced.html" style="color: #FFA500 !important;">
|
|
|
更多 >
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<ul class="uk-slider-items uk-child-width-1-4@m uk-child-width-1-3@s uk-grid">
|
|
|
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91MagicTime%EF%BC%9AAI%E5%BB%B6%E6%97%B6%E8%A7%86%E9%A2%91%E7%94%9F%E6%88%90.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">14.6M</span>
|
|
|
<span class="video-post-time">04:48</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/d178c8dd-54f1-4442-9704-c8b7d72474f1.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【进阶】MagicTime:AI延时视频生成 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 1天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91%E7%BE%8E%E5%A5%B3%E8%B7%B3%E8%88%9E%E8%A7%86%E9%A2%91%E5%88%B6%E4%BD%9C.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">108.7M</span>
|
|
|
<span class="video-post-time">34:39</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/972caa0f-ba98-4e8e-a70d-1a67955441ff.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【进阶】美女跳舞视频制作 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 1天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91%E6%9C%AC%E5%9C%B0AI%E7%9B%B4%E6%92%AD%E6%8D%A2%E8%84%B8%E5%B7%A5%E5%85%B7Swapface.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">35.2M</span>
|
|
|
<span class="video-post-time">09:14</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/6e042ad9-1405-4fd9-9c30-6aebc498d428.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【进阶】本地AI直播换脸工具Swapface </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 2天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91%E5%8F%A4%E7%94%BB%E5%94%B1%E6%AD%8C.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">174.8M</span>
|
|
|
<span class="video-post-time">19:33</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/90301ff1-03ee-4dde-949e-35c8f14c3f5c.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【进阶】古画唱歌 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 2天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
</div>
|
|
|
<div class="video-grid-slider mt-4" uk-slider="finite: true">
|
|
|
|
|
|
<div class="grid-slider-header">
|
|
|
<div>
|
|
|
<h3> 【成果】 </h3>
|
|
|
<!-- <p> Channals You are Fallowing. </p> -->
|
|
|
</div>
|
|
|
<div class="grid-slider-header-link">
|
|
|
|
|
|
<div class="btn-arrow-slider">
|
|
|
<a href="more_example.html" style="color: #FFA500 !important;">
|
|
|
更多 >
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<ul class="uk-slider-items uk-child-width-1-4@m uk-child-width-1-3@s uk-grid">
|
|
|
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91AI%E7%94%9F%E6%88%90%E4%B8%AA%E4%BA%BA%E5%86%99%E7%9C%9F_%E6%88%90%E6%9E%9C.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">21.4M</span>
|
|
|
<span class="video-post-time">00:39</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/14cd19f5-1f0a-4137-b815-e540b609ff87.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> AI生成个人写真 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 1天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91%E8%A7%86%E9%A2%91%E8%BD%AC%E5%8A%A8%E6%BC%AB_%E6%88%90%E6%9E%9C4.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">19.6M</span>
|
|
|
<span class="video-post-time">00:15</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/65399824-d51f-4c0b-aa7f-4467b8f5e80e.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3>视频转动漫 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 1天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91AI%E5%BB%B6%E6%97%B6%E8%A7%86%E9%A2%91%E7%94%9F%E6%88%90%E6%88%90%E6%9E%9C-%E6%85%A2%E6%85%A2%E5%BC%80%E6%94%BE%E7%9A%84%E8%8A%B1.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">0.2M</span>
|
|
|
<span class="video-post-time">00:02</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/0e8df521-7cdf-44c2-ab83-96223e6c5580.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3>AI延时视频-慢慢开放的花 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 1天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91/%E3%80%90%E8%BF%9B%E9%98%B6%E3%80%91AI%E5%BB%B6%E6%97%B6%E8%A7%86%E9%A2%91%E7%94%9F%E6%88%90%E6%88%90%E6%9E%9C-%E9%9D%A2%E5%8C%85.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">0.4M</span>
|
|
|
<span class="video-post-time">00:02</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/d2a395e4-cfe8-46f8-94b4-c9cd16fcc999.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3>AI延时视频-面包 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 1天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
<div class="video-grid-slider mt-4" uk-slider="finite: true">
|
|
|
|
|
|
<div class="grid-slider-header">
|
|
|
<div>
|
|
|
<h3> 【技巧】 </h3>
|
|
|
<!-- <p> Channals You are Fallowing. </p> -->
|
|
|
</div>
|
|
|
<div class="grid-slider-header-link">
|
|
|
|
|
|
<div class="btn-arrow-slider">
|
|
|
<a href="more_knack.html" style="color: #FFA500 !important;">
|
|
|
更多 >
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<ul class="uk-slider-items uk-child-width-1-4@m uk-child-width-1-3@s uk-grid">
|
|
|
|
|
|
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E6%8A%80%E5%B7%A7%E3%80%91/%E3%80%90%E6%8A%80%E5%B7%A7%E3%80%91%E5%9B%BE%E7%89%87%E5%8F%98%E5%BD%A2%E6%8A%80%E5%B7%A7.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">19.3M</span>
|
|
|
<span class="video-post-time">04:12</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/e2072053-6d3f-4e18-9f52-e41e61dc37f4.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【技巧】图片变形技巧 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 1天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E6%8A%80%E5%B7%A7%E3%80%91/%E3%80%90%E6%8A%80%E5%B7%A7%E3%80%91%E5%85%8D%E8%B4%B9%E8%8E%B7%E5%8F%96%E5%BE%AE%E8%BD%AF%20Azure%E6%96%B0%E5%A2%9E9%E6%AC%BE%E9%80%BC%E7%9C%9FAI%E8%AF%AD%E9%9F%B3.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">32.4M</span>
|
|
|
<span class="video-post-time">06:44</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/e2cf42b2-e835-4008-8262-0edd00805988.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【技巧】免费获取微软 Azure新增9款逼真AI语音 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 2天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E6%8A%80%E5%B7%A7%E3%80%91/%E3%80%90%E6%8A%80%E5%B7%A7%E3%80%91%E5%BF%AB%E9%80%9F%E6%8F%90%E5%8F%96Hugging%20Face%E6%A8%A1%E5%9E%8B%E7%9A%84%E5%8A%9E%E6%B3%95.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">25.2M</span>
|
|
|
<span class="video-post-time">04:11</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/3da34ea9-ffb0-4b5b-90c9-9343f5f4df46.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【技巧】快速提取Hugging Face模型的办法 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 2天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
|
|
|
<li>
|
|
|
<a href="https://dsideal.obs.cn-north-1.myhuaweicloud.com/HuangHai/HuiZhiKeJi/%E8%AF%BE%E7%A8%8B/%E3%80%90%E6%8A%80%E5%B7%A7%E3%80%91/%E3%80%90%E6%8A%80%E5%B7%A7%E3%80%91%E9%AB%98%E9%80%9F%E4%B8%8B%E8%BD%BD%E5%A4%B8%E5%85%8B%E7%BD%91%E7%9B%98%E7%9A%84%E6%96%B9%E6%B3%95.mp4"
|
|
|
class="video-post" target="_blank">
|
|
|
<!-- Blog Post Thumbnail -->
|
|
|
<div class="video-post-thumbnail">
|
|
|
<span class="video-post-count">26.5M</span>
|
|
|
<span class="video-post-time">13:22</span>
|
|
|
<span class="play-btn-trigger"></span>
|
|
|
<!-- option menu -->
|
|
|
<img src="assets/images/81397ff2-e942-4c8b-858a-0d4606d88441.jpg" alt="">
|
|
|
</div>
|
|
|
<!-- Blog Post Content -->
|
|
|
<div class="video-post-content">
|
|
|
<h3> 【技巧】高速下载夸克网盘的方法 </h3>
|
|
|
<img src="assets/images/avatars/avatar-3.jpg" alt="">
|
|
|
<span class="video-post-user">黄海</span>
|
|
|
<span class="video-post-date"> 2天前 </span>
|
|
|
</div>
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<!-- footer
|
|
|
================================================== -->
|
|
|
<div class="footer">
|
|
|
<div class="uk-grid-collapse" uk-grid>
|
|
|
<div class="uk-width-expand@s uk-first-column" style="text-align: center;">
|
|
|
©绘智科技吉林有限公司 <a target="_blank"
|
|
|
href="https://beian.miit.gov.cn/">吉ICP备2024012729号</a> <a
|
|
|
target="_blank"
|
|
|
href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=22010702000262"><img
|
|
|
src="./assets/images/beian.png"> 吉公网安备 22010702000262号
|
|
|
</a>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
<!-- For Night mode -->
|
|
|
<script>
|
|
|
(function (window, document, undefined) {
|
|
|
'use strict';
|
|
|
if (!('localStorage' in window)) return;
|
|
|
var nightMode = localStorage.getItem('gmtNightMode');
|
|
|
if (nightMode) {
|
|
|
document.documentElement.className += ' night-mode';
|
|
|
}
|
|
|
})(window, document);
|
|
|
|
|
|
|
|
|
(function (window, document, undefined) {
|
|
|
|
|
|
'use strict';
|
|
|
|
|
|
// Feature test
|
|
|
if (!('localStorage' in window)) return;
|
|
|
|
|
|
// Get our newly insert toggle
|
|
|
var nightMode = document.querySelector('#night-mode');
|
|
|
if (!nightMode) return;
|
|
|
|
|
|
// When clicked, toggle night mode on or off
|
|
|
nightMode.addEventListener('click', function (event) {
|
|
|
event.preventDefault();
|
|
|
document.documentElement.classList.toggle('night-mode');
|
|
|
if (document.documentElement.classList.contains('night-mode')) {
|
|
|
localStorage.setItem('gmtNightMode', true);
|
|
|
return;
|
|
|
}
|
|
|
localStorage.removeItem('gmtNightMode');
|
|
|
}, false);
|
|
|
|
|
|
})(window, document);
|
|
|
</script>
|
|
|
|
|
|
|
|
|
<!-- javaScripts
|
|
|
================================================== -->
|
|
|
<script src="assets/js/framework.js"></script>
|
|
|
<script src="assets/js/jquery-3.3.1.min.js"></script>
|
|
|
<script src="assets/js/simplebar.js"></script>
|
|
|
<script src="assets/js/main.js"></script>
|
|
|
|
|
|
</body>
|
|
|
|
|
|
</html> |