From 705bc1661be27fd4a8710c956e955518f04d6bd9 Mon Sep 17 00:00:00 2001
From: cc500 <2014434568@qq.com>
Date: Thu, 6 Mar 2025 14:21:52 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=BD=E9=99=85=E5=8C=96?=
=?UTF-8?q?=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/i18n/lang/en.ts | 4 ++--
src/i18n/lang/zh-cn.ts | 4 ++--
src/views/app/index.vue | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/i18n/lang/en.ts b/src/i18n/lang/en.ts
index be7c3ec..25e01eb 100644
--- a/src/i18n/lang/en.ts
+++ b/src/i18n/lang/en.ts
@@ -43,9 +43,9 @@ export default {
app_introduction:'App introduction',
username:'Username',
app_search:'Search',
- app_upload:'Upload',
+ app_create:'Create',
all_app:'All App',
- my_upload:'My upload',
+ my_created:'My creations',
my_favorite:'My favorite',
app_edit:'Edit',
app_delete:'Delete',
diff --git a/src/i18n/lang/zh-cn.ts b/src/i18n/lang/zh-cn.ts
index 027db36..18bda3c 100644
--- a/src/i18n/lang/zh-cn.ts
+++ b/src/i18n/lang/zh-cn.ts
@@ -50,9 +50,9 @@ export default {
app_introduction:'应用简介',
username:'用户名称',
app_search:'搜索',
- app_upload:'上传',
+ app_create:'创建',
all_app:'全部应用',
- my_upload:'我的上传',
+ my_created:'我的创建',
my_favorite:'我的收藏',
app_edit:'编辑',
app_delete:'删除',
diff --git a/src/views/app/index.vue b/src/views/app/index.vue
index feca560..e3bffd4 100644
--- a/src/views/app/index.vue
+++ b/src/views/app/index.vue
@@ -13,7 +13,7 @@
-