guoziyun před 11 měsíci
rodič
revize
fc35155487

+ 1 - 1
routes/v2/common.js

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

+ 1 - 1
views/v2/app.ejs

@@ -794,7 +794,7 @@
             <div class="app-icon">
                 <img src="/assets/icon/logo_640x640.webp" alt="Art Number Coloring App Logo">
             </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">
                 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. 

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

@@ -201,7 +201,7 @@
     <main class="container">
 
       <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>
       <section>
         <h1>

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

@@ -431,7 +431,7 @@
 
   <div class="container">
     <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>
 
     <h1 class="page-title">Video Story Coloring Pages: Transform vibrant video moments into one-of-a-kind coloring fun</h1>