'dd'
This commit is contained in:
@@ -20,10 +20,10 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- <link rel="icon" type="image/x-icon" href="/static/images/youtube.ico"> -->
|
<!-- <link rel="icon" type="image/x-icon" href="/static/images/youtube.ico"> -->
|
||||||
<title>Youtube运营</title>
|
<title>live</title>
|
||||||
<meta name="description" content="Youtube运营笔记">
|
<meta name="description" content="live">
|
||||||
<meta property="og:description" content="Youtube运营笔记">
|
<meta property="og:description" content="live">
|
||||||
<meta name="twitter:description" content="Youtube运营笔记">
|
<meta name="twitter:description" content="live">
|
||||||
|
|
||||||
<script><%= htmlWebpackPlugin.options.script %></script>
|
<script><%= htmlWebpackPlugin.options.script %></script>
|
||||||
<!-- 禁止缓存 -->
|
<!-- 禁止缓存 -->
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
export default {
|
export default {
|
||||||
navigationBarTitleText: 'Youtube运营笔记'
|
navigationBarTitleText: 'live'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,11 +26,7 @@ import { AtIcon } from "taro-ui";
|
|||||||
const Index = () => {
|
const Index = () => {
|
||||||
useEffect(() => {}, []);
|
useEffect(() => {}, []);
|
||||||
|
|
||||||
return (
|
return <View className="index">111</View>;
|
||||||
<>
|
|
||||||
<View className="index">111</View>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default Index;
|
export default Index;
|
||||||
|
|||||||
Reference in New Issue
Block a user