Quellcode durchsuchen

add summer coloring-pages

guoziyun vor 11 Monaten
Ursprung
Commit
2bc5c37639

+ 1 - 0
app.js

@@ -110,6 +110,7 @@ app.use('/share', require('./routes/v2/share')) // deeplink share专属页面
 
 
 //////////////////////////  合集 //////////////////////////////
+app.use('/summer-coloring-pages', require('./routes/v2/coloring-page-collection')) // flower coloring pages 合集
 app.use('/flower-coloring-pages', require('./routes/v2/coloring-page-collection')) // flower coloring pages 合集
 app.use('/mandala-coloring-pages', require('./routes/v2/coloring-page-collection')) // mandala coloring pages 合集
 app.use('/zentangle-coloring-pages', require('./routes/v2/coloring-page-collection')) // zentangle coloring pages 合集

BIN
dist/assets/coloring-pages/summer-16-9.webp


BIN
dist/assets/coloring-pages/summer-3-1.webp


+ 58 - 0
routes/v2/config.js

@@ -1,4 +1,12 @@
 const coloringList = [
+  {
+    uri: '/summer-coloring-pages',
+    id: '6825974ca0d36c190cd85585',
+    tags: ['summer', 'sea', 'beach'],
+    image: '/assets/coloring-pages/summer-16-9.webp',
+    title: 'Summer Coloring Pages',
+    description: 'Get ready to capture the warmth and joy of the season with our delightful designs, featuring everything from sunny beaches and playful marine life to refreshing ice creams and blooming flowers.',
+  },
   {
     uri: '/mandala-coloring-pages',
     id: '66224484aae27d6dda147223',
@@ -134,6 +142,56 @@ const coloringList = [
 ];
 
 const coloringData = {
+  'summer-coloring-pages': {
+    title: 'Summer Coloring Pages',
+    titleLowercase: 'summer coloring pages',
+    tag: 'summer',
+    uri: '/summer-coloring-pages',
+    tips: 'tips-get-use-of-our-coloring-pages',
+    date: 'July 11, 2025',
+    seoTitle: `Free Summer Coloring Pages | Download & Print or Color Online - Art Number Coloring`,
+    seoDescription: `BDive into summer fun with our vibrant collection of free coloring pages! Instantly download and print for offline creativity, or enjoy the convenience of coloring directly online. Perfect for kids and adults.`,
+    p1: `Welcome to our dazzling collection of <strong>Summer Coloring Pages</strong>, where the sun shines bright and creativity knows no bounds! Get ready to capture the warmth and joy of the season with our delightful designs, featuring everything from sunny beaches and playful marine life to refreshing ice creams and blooming flowers. Best of all, every single page is available for <strong>free download and print</strong>, making it easy to bring your artistic vision to life with crayons, markers, or paints, right from your home.`,
+    p2: `But the fun doesn't stop there! For those who love digital convenience, our Summer Coloring Pages also offer the unique ability to color directly online. Simply choose your favorite design, pick your colors from our palette, and start painting with just a click or tap. No downloads, no printing, just instant, vibrant creativity at your fingertips. Whether you prefer the tactile joy of traditional coloring or the ease of digital artistry, our collection is designed to bring endless summer smiles to artists of all ages!`,
+    morefun: {
+      title: 'We hope these summer coloring pages bring you aesthetic joy! If you want more free coloring pages, feel free to browse the collections below.',
+      links: [
+        {
+          title: 'Butterfly Coloring Pages',
+          link: '/butterfly-coloring-pages',
+        },
+        {
+          title: 'Flower Coloring Pages',
+          link: '/flower-coloring-pages',
+        }
+      ]
+    },
+    list: [
+      '6824e341a0d36c190cd8261b',
+      '629c6f772d374651fce80291',
+      '65f1fe21075ab24749580585',
+      '65b91ad77c41917a5765a108',
+      '65b7e0a9ffb5d366c43436ee',
+      '6749bd2021d0321f90378de3',
+      '6807681a7105d54fa0506234',
+      '6655c5c32009d741392392dc',
+      '6655c5c32009d741392392dc',
+      '65e0cae7ac746a09b02cc059',
+      '6818574c79d1813bb11d514f',
+      '65820611c661c424ae22039f',
+      '65e8636c075ab2474957fd23',
+      '66445feeb408c5176c748fec',
+      '5f2d0aeeaf9f457afafa2430',
+      '625c5f1336ba365c13427e76',
+      '6800c0c57105d54fa04dcc49',
+      '664c6f3a839eac0d6670ac76',
+      '660c1223fb44d25a07448493',
+      '646f98f5fb8d33471c5754d9',
+      '5c9dd496396d4c5a4ea35f40',
+      '680071927105d54fa04d27b9',
+    ],
+  },
+
   'flower-coloring-pages': {
     title: 'Flower Coloring Pages',
     titleLowercase: 'flower coloring pages',

+ 3 - 2
views/v2/coloring-page-collection.ejs

@@ -210,11 +210,12 @@
         <h4 style="margin-bottom: 40px;">By Art Number Coloring / <%=data.date%>
         </h4>
         <div class="poster-image">
-          <picture>
+          <img src="/assets/coloring-pages/<%=data.tag%>-3-1.webp" alt="<%= data.title%>">
+          <!-- <picture>
             <source media="(min-width: 768px)" srcset="/assets/coloring-pages/<%=data.tag%>-3-1.webp">
             <source media="(max-width: 767px)" srcset="/assets/coloring-pages/<%=data.tag%>-16-9.webp">
             <img src="/assets/coloring-pages/<%=data.tag%>-16-9.webp" alt="<%= data.title%>">
-          </picture>
+          </picture> -->
         </div>
 
         <p><%-data.p1%></p>