'css动画'
This commit is contained in:
@@ -2,6 +2,7 @@ import { Component } from 'react'
|
||||
import SDK from 'sr-sdk-h5'
|
||||
|
||||
import './app.scss'
|
||||
import 'animate.css';
|
||||
import 'taro-ui/dist/style/index.scss' // 全局引入一次即可
|
||||
|
||||
/**
|
||||
|
||||
@@ -8,16 +8,19 @@
|
||||
<meta name="format-detection" content="telephone=no,address=no">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="white">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
|
||||
<link rel="apple-touch-icon" href="/static/images/images/touxiang.png" />
|
||||
<!-- <link rel="apple-touch-icon" href="/static/images/images/touxiang.png" /> -->
|
||||
<link rel="apple-touch-icon" href="/static/images/images/youtube.svg" />
|
||||
|
||||
<link
|
||||
rel="icon"
|
||||
sizes="192x192"
|
||||
href="/static/images/images/touxiang.png"
|
||||
href="/static/images/images/youtube.svg"
|
||||
|
||||
/>
|
||||
<title>异度星球</title>
|
||||
<meta name="description" content="折腾技术,数字游民社区">
|
||||
<meta property="og:description" content="折腾技术,数字游民社区">
|
||||
<meta name="twitter:description" content="折腾技术,数字游民社区">
|
||||
<title>Youtube运营笔记</title>
|
||||
<meta name="description" content="Youtube运营笔记">
|
||||
<meta property="og:description" content="Youtube运营笔记">
|
||||
<meta name="twitter:description" content="Youtube运营笔记">
|
||||
<script><%= htmlWebpackPlugin.options.script %></script>
|
||||
<!-- 禁止缓存 -->
|
||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
||||
|
||||
@@ -344,7 +344,7 @@ const Index = () => {
|
||||
{/* 在线图书 */}
|
||||
|
||||
{/* 参考资料https://readmake.com/ */}
|
||||
<View className="index-book">
|
||||
<View className="index-book animate__animated animate__pulse">
|
||||
<View className="index_book_left">
|
||||
<View className="left_title">《Youtube运营笔记》</View>
|
||||
<View className="left_text">数字游民-手册1</View>
|
||||
@@ -359,7 +359,7 @@ const Index = () => {
|
||||
<Text>🔥 一起实践,交流</Text>
|
||||
</View>
|
||||
|
||||
<View className="left_btn">
|
||||
<View className="left_btn ">
|
||||
<AtButton
|
||||
onClick={() => {
|
||||
goRead();
|
||||
|
||||
Reference in New Issue
Block a user