From 4822304b63e1bd6327860af7f3db0133cecf167f Mon Sep 17 00:00:00 2001
From: chengkun <chengkun@ishangstudy.com>
Date: Fri, 05 Sep 2025 17:58:42 +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