diff --git a/config/index.js b/config/index.js index 9f9cb58..f6f8a85 100644 --- a/config/index.js +++ b/config/index.js @@ -97,7 +97,7 @@ const config = { // 允许特定域名访问 allowedHosts: [ // 'bot.hackrobot.cn' - 'nomadyt.com' + 'nomadvps.com' ], } }, diff --git a/src/images/AI.png b/src/images/AI.png new file mode 100644 index 0000000..546082f Binary files /dev/null and b/src/images/AI.png differ diff --git a/src/images/host.svg b/src/images/host.svg new file mode 100644 index 0000000..e2846f6 --- /dev/null +++ b/src/images/host.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/images/robot.svg b/src/images/robot.svg new file mode 100644 index 0000000..72f2098 --- /dev/null +++ b/src/images/robot.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src/images/ssh.svg b/src/images/ssh.svg new file mode 100644 index 0000000..f50a36e --- /dev/null +++ b/src/images/ssh.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/src/pages/book/info.md b/src/pages/book/info.md index 7c3afa3..9780e8f 100644 --- a/src/pages/book/info.md +++ b/src/pages/book/info.md @@ -1,80 +1,8 @@ -## 前言 +🚀 技术杠杆与变现 +1️⃣ PVE: 压榨硬件,超融合,虚拟机 +2️⃣ frp: 内网穿透 +3️⃣ Docker 与 K8S:容器化部署 +4️⃣ GPU:本地大模型,私有化部署 +5️⃣ OTG:边缘计算 npu 与机器视觉 -> 本文是在线电子书,不定时更新 - -你看到的`电子书`,一个在线的网页 - -内容会根据作者的经历和心得,不定时更新 - -当然,如果你也可以关注公众号: Eric的云游日记, 加群交流 - -一个人走得开,一群人走的远 - -ytGpt.png - -> 声明: - -本人不会针对Youtube内容进行收费 - -也不进行账号买卖 - -文中内容仅供参考 - ---- - -> nomadyt.com - -[nomadyt.com](nomadyt.com) 是`nomad`+`yt`的缩写组合,意思是以油管为收益的数字游民 - -油管适合做为`副业`尝试 - -申请ypp通过后,就可以设置视频播放广告,产生美金收益 - - - - -## Youtube运营笔记 - -> 媒体是普通人的最好的杠杆 - -从佛系到认真的运营youtube(油管),也快有1年的时间了 - -在这里分享一些心得,以及踩过的坑 - ---- - -## 为什么youtube值得做? - -> 成本低 - -自媒体是普通人最好的杠杆,只需要1部手机,就可以拍摄vlog,也可以剪辑影片 -现在的剪辑软件,不仅在手机端可以方便操作,还结合的ai功能,比如 - -- 语音翻译/克隆 - -- 自动生成双语字幕 - -- 特效/音效 - - -随时随地都可以剪辑+上传 - -> 赚美金,回报高 - -同样的视频,在不同的平台上传后,收益汇率不一样 - -油管结算是美金,换成人民,就有7倍左右的购买力 - -而如果你居住下三四线城市,或者县城,那么由于生活成本低 - -每月即使1000$的收益,都可以过的不错了 - -> 商业模式健康 - -youtube给创作者的收益,长视频是`55%`,短视频shorts是`45%` - -可以说是世界上很慷慨的公司了 - -仅仅是平台广告,就能够带来巨大的收益 - -不用去接`业配/商单`,以及自己带货,纯粹的视频不会让人厌恶 \ No newline at end of file +内容待更新,目录已上线 diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 93dc431..4859f57 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -30,7 +30,7 @@ import girl from "../../images/girl.jpg"; import emoji from "../../images/emoji.png"; import phone from "../../images/phone.png"; -import robot from "../../images/robot.png"; +// import robot from "../../images/robot.png"; import nomad from "../../images/nomad.png"; import book from "../../images/book.png"; import qrcode from "../../images/qrcode.png"; @@ -41,12 +41,13 @@ import loft from "../../images/loft.png"; import AIGC from "../../images/AIGC.png"; import robot192 from "../../images/robot192.png"; import youtube from "../../images/youtube.svg"; -import youtube2 from "../../images/yt2.svg"; -import youtube3 from "../../images/yt3.svg"; -import youtube4 from "../../images/yt4.svg"; +import ssh from "../../images/ssh.svg"; +import robot from "../../images/robot.svg"; +import host from "../../images/host.svg"; import ytGpt from "../../images/ytGpt.png"; import demo from "../../images/demo.svg"; +import AI from "../../images/AI.png"; // export default class Index extends Component { const Index = () => { @@ -346,14 +347,15 @@ const Index = () => { {/* 参考资料https://readmake.com/ */} - 《Youtube运营笔记》 - 数字游民-手册1 + 《AI 与 RPA 自动化》 + 数字游民-手册2 - 🚀 油管踩坑笔记 - 1️⃣ YPP: 如何加入合作伙伴计划 - 2️⃣ 基础:系统环境与静态住宅ip - 3️⃣ 收款:PIN码验证与外汇结算 - 4️⃣ AI:辅助剪辑/生成视频 + 🚀 技术杠杆与变现 + 1️⃣ PVE: 压榨硬件,超融合,虚拟机 + 2️⃣ frp: 内网穿透 + 3️⃣ Docker与K8S:容器化部署 + 4️⃣ GPU:本地大模型,私有化部署 + 5️⃣ OTG:边缘计算npu与机器视觉 {/* 5️⃣ ----------------- */} 🔥 一起实践,交流 @@ -376,7 +378,7 @@ const Index = () => { @@ -388,25 +390,25 @@ const Index = () => { - YPP(合作伙伴计划) + SSH远程 - 💰赚美金 + RPA自动化 - 📷自媒体 + 虚拟化 diff --git a/src/pages/index/index.scss b/src/pages/index/index.scss index 7d24111..444fb84 100644 --- a/src/pages/index/index.scss +++ b/src/pages/index/index.scss @@ -152,6 +152,8 @@ justify-content: space-around; // background-color: #69b1ff; .bookImg { + width: 350px; + height: 350px; display: flex; flex-direction: column; align-items: center;