|
@@ -7,12 +7,26 @@
|
|
|
<link rel="icon" href="/assets/icon/favicon.ico" type="image/x-icon">
|
|
<link rel="icon" href="/assets/icon/favicon.ico" type="image/x-icon">
|
|
|
<title>Coloring Page Paint On Line | Coloring Game</title>
|
|
<title>Coloring Page Paint On Line | Coloring Game</title>
|
|
|
<meta name="description" content="Welcome to the coloring game! You'll see a line drawing waiting to be colored. Please color the picture according to the number instructions below the game panel. Bring it to life and complete it. You'll get a "masterpiece" and can freely save, collect, or share it with your friends." />
|
|
<meta name="description" content="Welcome to the coloring game! You'll see a line drawing waiting to be colored. Please color the picture according to the number instructions below the game panel. Bring it to life and complete it. You'll get a "masterpiece" and can freely save, collect, or share it with your friends." />
|
|
|
- <meta property="og:title" content="Coloring Page Paint On Line | Coloring Game">
|
|
|
|
|
|
|
+ <meta property="og:title" content="Coloring Page Paint OnLine | Coloring Game">
|
|
|
<meta property="og:description" content="Welcome to the coloring game! You'll see a line drawing waiting to be colored. Please color the picture according to the number instructions below the game panel. Bring it to life and complete it. You'll get a "masterpiece" and can freely save, collect, or share it with your friends.">
|
|
<meta property="og:description" content="Welcome to the coloring game! You'll see a line drawing waiting to be colored. Please color the picture according to the number instructions below the game panel. Bring it to life and complete it. You'll get a "masterpiece" and can freely save, collect, or share it with your friends.">
|
|
|
<meta property="og:image" content="<%= imageUrl %>" />
|
|
<meta property="og:image" content="<%= imageUrl %>" />
|
|
|
|
|
|
|
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
|
|
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
|
|
|
|
|
|
|
+ <!-- MARK: Universal Link / Android App Link 的核心配置 -->
|
|
|
|
|
+ <!-- 这些 meta 标签的值应该是完整的 HTTPS 链接,Facebook 会识别并尝试拉起 App -->
|
|
|
|
|
+ <meta property="og:url" content="<%= applink %>" />
|
|
|
|
|
+ <!-- **Universal Link 路径** -->
|
|
|
|
|
+ <meta property="al:ios:url" content="<%= applink %>" />
|
|
|
|
|
+ <!-- **Universal Link 路径** -->
|
|
|
|
|
+ <meta property="al:ios:app_store_id" content="1575480118" /> <!-- **iOS App Store ID** -->
|
|
|
|
|
+ <meta property="al:ios:app_name" content="Art Number Coloring Book" /> <!-- **iOS 应用名称** -->
|
|
|
|
|
+
|
|
|
|
|
+ <meta property="al:android:package" content="com.pcoloring.art.puzzle.color.by.number" /> <!-- **Android 包名** -->
|
|
|
|
|
+ <meta property="al:android:url" content="<%= applink %>>" />
|
|
|
|
|
+ <!-- ** Universal Link 路径** -->
|
|
|
|
|
+ <meta property="al:android:app_name" content="Art Number Coloring Book" /> <!-- **Android 应用名称** -->
|
|
|
|
|
+
|
|
|
|
|
|
|
|
<script type="module" crossorigin src="/assets/main-BVJfb_x5.js"></script>
|
|
<script type="module" crossorigin src="/assets/main-BVJfb_x5.js"></script>
|
|
|
<link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill-B5Qt9EMX.js">
|
|
<link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill-B5Qt9EMX.js">
|