feat: 更新目录
This commit is contained in:
@@ -1,17 +1,49 @@
|
|||||||
// 在 src/index.scss 中引入 GitHub Markdown 主题
|
// 在 src/index.scss 中引入 GitHub Markdown 主题
|
||||||
@import "github-markdown-css/github-markdown.css";
|
@import "github-markdown-css/github-markdown.css";
|
||||||
|
|
||||||
|
.book_header_div{
|
||||||
.book_header{
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 80px;
|
height: 80px;
|
||||||
background-color: aquamarine;
|
}
|
||||||
|
.book_header{
|
||||||
|
position: fixed;
|
||||||
|
top: 0px;
|
||||||
|
width: 100%;
|
||||||
|
height: 80px;
|
||||||
|
// background-color: aquamarine;
|
||||||
|
// background-color: #f0f5ff;
|
||||||
|
border-bottom: 2px solid #f0f5ff;
|
||||||
|
background-color: rgb(255 255 255/var(--tw-bg-opacity,1));
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding-left: 30px;
|
.book_header_left{
|
||||||
padding-right: 30px;
|
width: 100px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
.book_header_middle{
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
.book_header_right{
|
||||||
|
width: 100px;
|
||||||
|
// background-color: yellow;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.Book {
|
.Book {
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
|
|||||||
@@ -141,21 +141,20 @@ const Book = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
<View className="book_header_div"></View>
|
||||||
<View className="book_header">
|
<View className="book_header">
|
||||||
<View className="book_header_left">1</View>
|
<View className="book_header_left" onClick={()=>{
|
||||||
<View className="book_header_middle">2</View>
|
Taro.navigateBack({
|
||||||
<View className="book_header_right">
|
delta: 1, // 表示返回的页面数,默认是 1,表示返回上一页
|
||||||
{/* bullet-list */}
|
});
|
||||||
{/* size="30" */}
|
}}>
|
||||||
{/* color="#F00" */}
|
<AtIcon value="chevron-left" ></AtIcon>
|
||||||
<AtIcon value="bullet-list" ></AtIcon>
|
</View>
|
||||||
{/* <AtButton
|
<View className="book_header_middle">Youtube运营日记</View>
|
||||||
onClick={() => {
|
<View className="book_header_right" onClick={() => {
|
||||||
setshow(!show);
|
setshow(!show);
|
||||||
}}
|
}}>
|
||||||
>
|
<AtIcon value="bullet-list" ></AtIcon>
|
||||||
目录
|
|
||||||
</AtButton> */}
|
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<View className="Book">
|
<View className="Book">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
# 第一章
|
# 前言
|
||||||
## 前言
|
## 前言
|
||||||
|
|
||||||
> 本文是在线电子书,不定时更新
|
> 本文是在线电子书,不定时更新
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
申请ypp通过后,就可以设置视频播放广告,产生美金收益
|
申请ypp通过后,就可以设置视频播放广告,产生美金收益
|
||||||
|
|
||||||
|
|
||||||
# 第二章
|
# 为什么选择Youtube?
|
||||||
|
|
||||||
## Youtube运营笔记
|
## Youtube运营笔记
|
||||||
|
|
||||||
@@ -79,4 +79,14 @@ youtube给创作者的收益,长视频是`55%`,短视频shorts是`45%`
|
|||||||
|
|
||||||
仅仅是平台广告,就能够带来巨大的收益
|
仅仅是平台广告,就能够带来巨大的收益
|
||||||
|
|
||||||
不用去接`业配/商单`,以及自己带货,纯粹的视频不会让人厌恶
|
不用去接`业配/商单`,以及自己带货,纯粹的视频不会让人厌恶
|
||||||
|
|
||||||
|
---
|
||||||
|
# 如何快速开通YPP
|
||||||
|
# 网络与环境
|
||||||
|
# 硬件设备与剪辑软件
|
||||||
|
# 开通Adsense:接收PIN码实体信
|
||||||
|
# 收款:银行卡与结汇
|
||||||
|
# 24小时无人直播
|
||||||
|
# 扩展获利方案
|
||||||
|
# 展望和结束语
|
||||||
Reference in New Issue
Block a user