guoziyun 11 месяцев назад
Родитель
Сommit
fc35155487
4 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      routes/v2/common.js
  2. 1 1
      views/v2/app.ejs
  3. 1 1
      views/v2/coloring-page-collection.ejs
  4. 1 1
      views/v2/video-coloring-pages.ejs

+ 1 - 1
routes/v2/common.js

@@ -46,7 +46,7 @@ function cleanAndFilterTags(tags) {
         }
         }
 
 
         // 4. 移除以"ps_"开头的标签
         // 4. 移除以"ps_"开头的标签
-        if (tag.startsWith('ps_')) {
+        if (tag.startsWith('ps_') || tag.startsWith('dgt') || tag.startsWith('PS_')) {
           continue;
           continue;
         }
         }
 
 

+ 1 - 1
views/v2/app.ejs

@@ -794,7 +794,7 @@
             <div class="app-icon">
             <div class="app-icon">
                 <img src="/assets/icon/logo_640x640.webp" alt="Art Number Coloring App Logo">
                 <img src="/assets/icon/logo_640x640.webp" alt="Art Number Coloring App Logo">
             </div>
             </div>
-            <div class="app-title">🎨 Art Number Coloring - Color by Number 🎨</div>
+            <h1 class="app-title">🎨 Art Number Coloring - Color by Number 🎨</h1>
             <div class="app-subtitle">
             <div class="app-subtitle">
                 is one of the best paint by number coloring book with various categories of coloring pages. 
                 is one of the best paint by number coloring book with various categories of coloring pages. 
                 Coloring Pages are update everyday, you can always find images suite to you. 
                 Coloring Pages are update everyday, you can always find images suite to you. 

+ 1 - 1
views/v2/coloring-page-collection.ejs

@@ -201,7 +201,7 @@
     <main class="container">
     <main class="container">
 
 
       <div class="breadcrumb">
       <div class="breadcrumb">
-        <a href="/">Home</a> &gt; <a href="/coloring-pages/">Coloring Pages</a> &gt; <%= data.title%>
+        <a href="/">Home</a> &gt; <a href="/coloring-pages">Coloring Pages</a> &gt; <%= data.title%>
       </div>
       </div>
       <section>
       <section>
         <h1>
         <h1>

+ 1 - 1
views/v2/video-coloring-pages.ejs

@@ -431,7 +431,7 @@
 
 
   <div class="container">
   <div class="container">
     <div class="breadcrumb">
     <div class="breadcrumb">
-        <a href="/">Home</a> &gt; <a href="/coloring-pages/">Coloring Pages</a> &gt; Video Coloring Pages
+        <a href="/">Home</a> &gt; <a href="/coloring-pages">Coloring Pages</a> &gt; Video Coloring Pages
     </div>
     </div>
 
 
     <h1 class="page-title">Video Story Coloring Pages: Transform vibrant video moments into one-of-a-kind coloring fun</h1>
     <h1 class="page-title">Video Story Coloring Pages: Transform vibrant video moments into one-of-a-kind coloring fun</h1>