-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (97 loc) · 5.18 KB
/
index.html
File metadata and controls
106 lines (97 loc) · 5.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Uni Editor - 专业自媒体编辑器 | 微信公众号编辑器 | 图文卡片制作工具</title>
<meta name="description" content="专业自媒体编辑器,支持微信公众号、小红书、B站、抖音等平台。长文模式一键复制到公众号,卡片模式自动分页高清导出PNG,9款主题随心换,深色浅色自由切换,实时预览本地存储写作不怕丢。" />
<!-- SEO Keywords -->
<meta name="keywords" content="自媒体编辑器,新媒体编辑器,微信公众号,公众号编辑器,图文卡片,图文编辑器,微信编辑器,小红书编辑器,B站编辑器,抖音编辑器,Markdown编辑器,富文本编辑器,在线编辑器,内容创作工具,新媒体工具,公众号排版,图文制作,卡片设计" />
<!-- Open Graph Tags -->
<meta property="og:title" content="Uni Editor - 专业自媒体编辑器" />
<meta property="og:description" content="专业自媒体编辑器,支持微信公众号、小红书、B站、抖音等平台。长文模式一键复制到公众号,卡片模式自动分页高清导出PNG。" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://uni-editor.i4o.xyz" />
<meta property="og:image" content="https://uni-editor.i4o.xyz/og-image.png" />
<meta property="og:locale" content="zh_CN" />
<!-- Twitter Card Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Uni Editor - 专业自媒体编辑器" />
<meta name="twitter:description" content="专业自媒体编辑器,支持微信公众号、小红书、B站、抖音等平台。长文模式一键复制到公众号,卡片模式自动分页高清导出PNG。" />
<meta name="twitter:image" content="https://uni-editor.i4o.xyz/twitter-image.png" />
<!-- Additional SEO Meta Tags -->
<meta name="author" content="i4o.xyz" />
<meta name="robots" content="index, follow" />
<meta name="language" content="zh-CN" />
<meta name="revisit-after" content="7 days" />
<link rel="canonical" href="https://uni-editor.i4o.xyz" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="192x192" href="/icon-192.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/icon-512.png" />
<!-- Web App Manifest -->
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#a78bfa" />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Uni Editor",
"description": "专业自媒体编辑器,支持微信公众号、小红书、B站、抖音等平台。长文模式一键复制到公众号,卡片模式自动分页高清导出PNG,9款主题随心换,深色浅色自由切换,实时预览本地存储写作不怕丢。",
"url": "https://uni-editor.i4o.xyz",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "CNY"
},
"creator": {
"@type": "Organization",
"name": "i4o.xyz",
"url": "https://i4o.xyz"
},
"featureList": [
"长文模式 - 一键复制到公众号",
"卡片模式 - 自动分页,高清导出PNG",
"9款主题随心换,深色/浅色自由切换",
"实时预览+本地存储,写作不怕丢",
"支持微信公众号、小红书、B站、抖音等平台"
],
"keywords": "自媒体编辑器,新媒体编辑器,微信公众号,公众号编辑器,图文卡片,图文编辑器",
"inLanguage": "zh-CN"
}
</script>
</head>
<body>
<div id="app"></div>
<!-- Google Analytics (GA4) via Vite env: set VITE_GA_ID (e.g., G-XXXXXXX) -->
<script type="module">
const GA_ID = import.meta.env.VITE_GA_ID
if (GA_ID) {
const s = document.createElement('script')
s.async = true
s.src = `https://www.googletagmanager.com/gtag/js?id=${GA_ID}`
document.head.appendChild(s)
window.dataLayer = window.dataLayer || []
function gtag(){ window.dataLayer.push(arguments) }
window.gtag = gtag
gtag('js', new Date())
gtag('config', GA_ID)
}
const GTM_ID = import.meta.env.VITE_GTM_ID
if (GTM_ID) {
(function(w,d,s,l,i){
w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});
const f=d.getElementsByTagName(s)[0];
const j=d.createElement(s); const dl=l!='dataLayer'?'&l='+l:'';
j.async=true; j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl; f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer',GTM_ID)
}
</script>
<script type="module" src="/src/main.js"></script>
</body>
</html>