'css动画'

This commit is contained in:
hackrobot
2025-03-25 06:16:23 -05:00
parent 4018e981d3
commit af9325bfd9
3 changed files with 12 additions and 8 deletions

View File

@@ -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' // 全局引入一次即可
/**

View File

@@ -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">

View File

@@ -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();