'标题修改'

This commit is contained in:
hackrobot
2025-03-25 08:17:13 -05:00
parent 87aa7b3070
commit 253b2510b1
2 changed files with 9 additions and 8 deletions

View File

@@ -8,19 +8,20 @@
<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/youtube.svg" />
<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/youtube.svg"
href="/static/images/images/touxiang.png"
/>
<title>Youtube运营笔记</title>
<meta name="description" content="Youtube运营笔记">
<meta property="og:description" content="Youtube运营笔记">
<meta name="twitter:description" content="Youtube运营笔记">
<title>AI 与 RPA自动化</title>
<meta name="description" content="AI 与 RPA自动化">
<meta property="og:description" content="AI 与 RPA自动化">
<meta name="twitter:description" content="AI 与 RPA自动化">
<script><%= htmlWebpackPlugin.options.script %></script>
<!-- 禁止缓存 -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">

View File

@@ -1,3 +1,3 @@
export default {
navigationBarTitleText: 'Youtube运营笔记'
navigationBarTitleText: 'AI 与 RPA自动化'
}