chore(翻译文件): 将Likei替换成Azizi

This commit is contained in:
hzj 2026-01-28 18:44:57 +08:00
parent 44e067525e
commit 44cb855e7a
12 changed files with 247 additions and 215 deletions

View File

@ -1,10 +1,11 @@
# 开发环境 # 开发环境
VITE_NODE_ENV=development VITE_NODE_ENV=development
VITE_API_BASE_URL=https://api.likeichat.com VITE_API_BASE_URL=https://api.likeichat.com
VITE_APP_TITLE=Likei H5 (Development) # VITE_API_BASE_URL=http://192.168.0.136:1100
VITE_APP_TITLE=Azizi H5 (Development)
# 普通用户 8826602 # 普通用户 8826602
#VITE_USER_AUTH=EB4BAD4C6439CF503B16267C712F5AB6.djIlM0ExOTU3MzQ1MzEyOTYxNTI3ODA5JTNBTElLRUklM0ExNzU4Mjc4MDEzNzQ0JTNBMTc1NTY4NjAxMzc0NA== #VITE_USER_AUTH=EB4BAD4C6439CF503B16267C712F5AB6.djIlM0ExOTU3MzQ1MzEyOTYxNTI3ODA5JTNBTElLRUklM0ExNzU4Mjc4MDEzNzQ0JTNBMTc1NTY4NjAxMzc0NA==
# 代理用户 8826603 # 代理用户 8826603
VITE_USER_AUTH=F46B235261C40EF8CA9F5453E8C656E6.djIlM0ExOTU3MzQ1MzEyOTYxNTI3ODA5JTNBTElLRUklM0ExNzU5ODkxMTgwMDYyJTNBMTc1NzI5OTE4MDA2Mg== VITE_USER_AUTH=F7D59165057DB9913571DF5A6C9B014B.djIlM0ExOTkwNjg1NTY1MzMzNTkwMDE3JTNBTElLRUklM0ExNzcxNTYwNTI4NTc1JTNBMTc2ODk2ODUyODU3NQ==

View File

@ -1,4 +1,4 @@
# 生产环境 # 生产环境
VITE_NODE_ENV=production VITE_NODE_ENV=production
VITE_API_BASE_URL=https://api.likeichat.com VITE_API_BASE_URL=https://api.likeichat.com
VITE_APP_TITLE=Likei H5 VITE_APP_TITLE=Azizi H5

View File

@ -1,4 +1,4 @@
# 测试环境 # 测试环境
VITE_NODE_ENV=test VITE_NODE_ENV=test
VITE_API_BASE_URL=https://test-api.likeichat.com VITE_API_BASE_URL=https://test-api.likeichat.com
VITE_APP_TITLE=Likei H5 (Test) VITE_APP_TITLE=Azizi H5 (Test)

View File

@ -1,4 +1,4 @@
# Likei H5 项目 # Azizi H5 项目
这是一个基于 Vue 3 + Vite 的移动端 H5 应用,包含申请加入团队和主播中心两个主要页面。 这是一个基于 Vue 3 + Vite 的移动端 H5 应用,包含申请加入团队和主播中心两个主要页面。

View File

@ -1,19 +1,28 @@
<!DOCTYPE html> <!doctype html>
<html lang="zh-CN"> <html lang="zh-CN">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"> <meta
<meta name="format-detection" content="telephone=no"> name="viewport"
<meta name="apple-mobile-web-app-capable" content="yes"> content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta
name="apple-mobile-web-app-status-bar-style"
content="black-translucent"
/>
<!-- 禁用缓存 --> <!-- 禁用缓存 -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> <meta
<meta http-equiv="Pragma" content="no-cache"> http-equiv="Cache-Control"
<meta http-equiv="Expires" content="0"> content="no-cache, no-store, must-revalidate"
/>
<title>Likei H5</title> <meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Azizi H5</title>
<style> <style>
body { body {
margin: 0; margin: 0;

View File

@ -1,47 +1,51 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admin Center - Likei</title> <title>Admin Center - Azizi</title>
<meta name="description" content="Admin center for Likei application"> <meta name="description" content="Admin center for Azizi application" />
<script> <script>
// 立即重定向到 Vue 路由 // 立即重定向到 Vue 路由
window.location.replace('/#/admin-center'); window.location.replace('/#/admin-center')
</script> </script>
<style> <style>
body { body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-family: -apple-system, BlinkMacSystemFont, sans-serif;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white; color: white;
}
.loading {
text-align: center;
}
.spinner {
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
} }
.loading { 100% {
text-align: center; transform: rotate(360deg);
}
.spinner {
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} }
}
</style> </style>
</head> </head>
<body> <body>
<div class="loading"> <div class="loading">
<div class="spinner"></div> <div class="spinner"></div>
<p>Redirecting to Admin Center...</p> <p>Redirecting to Admin Center...</p>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,47 +1,51 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Apply - Likei</title> <title>Apply - Azizi</title>
<meta name="description" content="Apply page for Likei application"> <meta name="description" content="Apply page for Azizi application" />
<script> <script>
// 立即重定向到 Vue 路由 // 立即重定向到 Vue 路由
window.location.replace('/#/apply'); window.location.replace('/#/apply')
</script> </script>
<style> <style>
body { body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-family: -apple-system, BlinkMacSystemFont, sans-serif;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white; color: white;
}
.loading {
text-align: center;
}
.spinner {
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
} }
.loading { 100% {
text-align: center; transform: rotate(360deg);
}
.spinner {
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} }
}
</style> </style>
</head> </head>
<body> <body>
<div class="loading"> <div class="loading">
<div class="spinner"></div> <div class="spinner"></div>
<p>Redirecting to Apply page...</p> <p>Redirecting to Apply page...</p>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,47 +1,51 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Agency Center - Likei</title> <title>Agency Center - Azizi</title>
<meta name="description" content="Agency center for Likei application"> <meta name="description" content="Agency center for Azizi application" />
<script> <script>
// 立即重定向到 Vue 路由 // 立即重定向到 Vue 路由
window.location.replace('/#/bd-center'); window.location.replace('/#/bd-center')
</script> </script>
<style> <style>
body { body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-family: -apple-system, BlinkMacSystemFont, sans-serif;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white; color: white;
}
.loading {
text-align: center;
}
.spinner {
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
} }
.loading { 100% {
text-align: center; transform: rotate(360deg);
}
.spinner {
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} }
}
</style> </style>
</head> </head>
<body> <body>
<div class="loading"> <div class="loading">
<div class="spinner"></div> <div class="spinner"></div>
<p>Redirecting to Agency Center...</p> <p>Redirecting to Agency Center...</p>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,47 +1,51 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coin Seller - Likei</title> <title>Coin Seller - Azizi</title>
<meta name="description" content="Coin seller page for Likei application"> <meta name="description" content="Coin seller page for Azizi application" />
<script> <script>
// 立即重定向到 Vue 路由 // 立即重定向到 Vue 路由
window.location.replace('/#/coin-seller'); window.location.replace('/#/coin-seller')
</script> </script>
<style> <style>
body { body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-family: -apple-system, BlinkMacSystemFont, sans-serif;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white; color: white;
}
.loading {
text-align: center;
}
.spinner {
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
} }
.loading { 100% {
text-align: center; transform: rotate(360deg);
}
.spinner {
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} }
}
</style> </style>
</head> </head>
<body> <body>
<div class="loading"> <div class="loading">
<div class="spinner"></div> <div class="spinner"></div>
<p>Redirecting to Coin Seller...</p> <p>Redirecting to Coin Seller...</p>
</div> </div>
</body> </body>
</html> </html>

View File

@ -1,47 +1,51 @@
<!DOCTYPE html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Host Center - Likei</title> <title>Host Center - Azizi</title>
<meta name="description" content="Host center for Likei application"> <meta name="description" content="Host center for Azizi application" />
<script> <script>
// 立即重定向到 Vue 路由 // 立即重定向到 Vue 路由
window.location.replace('/#/host-center'); window.location.replace('/#/host-center')
</script> </script>
<style> <style>
body { body {
font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-family: -apple-system, BlinkMacSystemFont, sans-serif;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 100vh; height: 100vh;
margin: 0; margin: 0;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white; color: white;
}
.loading {
text-align: center;
}
.spinner {
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
} }
.loading { 100% {
text-align: center; transform: rotate(360deg);
}
.spinner {
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} }
}
</style> </style>
</head> </head>
<body> <body>
<div class="loading"> <div class="loading">
<div class="spinner"></div> <div class="spinner"></div>
<p>Redirecting to Host Center...</p> <p>Redirecting to Host Center...</p>
</div> </div>
</body> </body>
</html> </html>

View File

@ -9,7 +9,7 @@
<div class="logo-container"> <div class="logo-container">
<div class="logo"> <div class="logo">
<div class="logo-icon">📱</div> <div class="logo-icon">📱</div>
<h1 class="logo-text">Likei</h1> <h1 class="logo-text">Azizi</h1>
</div> </div>
</div> </div>
@ -39,7 +39,7 @@
<!-- 底部提示 --> <!-- 底部提示 -->
<div class="loading-footer"> <div class="loading-footer">
<p>Powered by Likei Team</p> <p>Powered by Azizi Team</p>
</div> </div>
</div> </div>
</template> </template>
@ -271,7 +271,8 @@ onUnmounted(() => {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
background: radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%), background:
radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 119, 198, 0.15) 0%, transparent 50%),
radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.1) 0%, transparent 50%); radial-gradient(circle at 40% 40%, rgba(120, 219, 255, 0.1) 0%, transparent 50%);
animation: backgroundShift 10s ease-in-out infinite; animation: backgroundShift 10s ease-in-out infinite;

View File

@ -151,7 +151,7 @@
@click=" @click="
copyPhone( copyPhone(
FreightAgency.userBaseInfo.ownSpecialId?.account || FreightAgency.userBaseInfo.ownSpecialId?.account ||
FreightAgency.userBaseInfo.account FreightAgency.userBaseInfo.account,
) )
" "
/> />
@ -249,7 +249,8 @@
padding: 8px 12px; padding: 8px 12px;
text-align: center; text-align: center;
border-radius: 60px; border-radius: 60px;
background: radial-gradient( background:
radial-gradient(
107.94% 107.94% at 15.9% 13.54%, 107.94% 107.94% at 15.9% 13.54%,
rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0%,
rgba(255, 255, 255, 0) 100% rgba(255, 255, 255, 0) 100%
@ -287,7 +288,7 @@
@click.stop @click.stop
> >
<div style="color: rgba(0, 0, 0, 0.8); font-weight: 800; font-size: 0.9em"> <div style="color: rgba(0, 0, 0, 0.8); font-weight: 800; font-size: 0.9em">
Contact Likei company's Whatsapp account: Contact Azizi company's Whatsapp account:
</div> </div>
<div style="display: flex; gap: 10px; align-items: center"> <div style="display: flex; gap: 10px; align-items: center">
<img :src="images.phone" alt="" width="24px" /> <img :src="images.phone" alt="" width="24px" />
@ -357,7 +358,7 @@ const images = Object.fromEntries(
Object.entries(imageModules).map(([path, module]) => { Object.entries(imageModules).map(([path, module]) => {
const fileName = path.split('/').pop().split('.')[0] const fileName = path.split('/').pop().split('.')[0]
return [fileName, module.default] return [fileName, module.default]
}) }),
) )
const { copy, isSupported } = useClipboard() const { copy, isSupported } = useClipboard()