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