From 1ff9e27b020822168a95edd83be567e7153837f3 Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Tue, 09 Sep 2025 15:20:12 +0800
Subject: [PATCH] 提交

---
 public/static/js/language/language.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/public/static/js/language/language.js b/public/static/js/language/language.js
index c90c786..d24a197 100644
--- a/public/static/js/language/language.js
+++ b/public/static/js/language/language.js
@@ -165,6 +165,9 @@
                 'text-4': '国内电话',
                 'text-5': '国际电话',
             },
+            blog: {
+                'text-1': '你可以看看我们的工作',
+            }
         }
     },
     'en-us': {
@@ -317,7 +320,6 @@
                 'text-13': 'Overseas Warehouse Service',
                 'text-14': 'Manage localized SA warehouses with one - stop services (storage, dropshipping, returns).',
             },
-
             partners: {
                 'text-1': 'Our Collaborators',
                 'text-2': "We're Backed by Quality Institutions",
@@ -329,6 +331,9 @@
                 'text-4': 'Domestic',
                 'text-5': 'International',
             },
+            blog: {
+                'text-1': 'You Can Check Out Our Work',
+            }
         }
     }
 }

--
Gitblit v1.9.0