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_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
#VITE_USER_AUTH=EB4BAD4C6439CF503B16267C712F5AB6.djIlM0ExOTU3MzQ1MzEyOTYxNTI3ODA5JTNBTElLRUklM0ExNzU4Mjc4MDEzNzQ0JTNBMTc1NTY4NjAxMzc0NA==
# 代理用户 8826603
VITE_USER_AUTH=F46B235261C40EF8CA9F5453E8C656E6.djIlM0ExOTU3MzQ1MzEyOTYxNTI3ODA5JTNBTElLRUklM0ExNzU5ODkxMTgwMDYyJTNBMTc1NzI5OTE4MDA2Mg==
VITE_USER_AUTH=F7D59165057DB9913571DF5A6C9B014B.djIlM0ExOTkwNjg1NTY1MzMzNTkwMDE3JTNBTElLRUklM0ExNzcxNTYwNTI4NTc1JTNBMTc2ODk2ODUyODU3NQ==

View File

@ -1,4 +1,4 @@
# 生产环境
VITE_NODE_ENV=production
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_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 应用,包含申请加入团队和主播中心两个主要页面。

View File

@ -1,19 +1,28 @@
<!DOCTYPE html>
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<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 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 charset="UTF-8" />
<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 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 http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta
http-equiv="Cache-Control"
content="no-cache, no-store, must-revalidate"
/>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>Likei H5</title>
<title>Azizi H5</title>
<style>
body {
margin: 0;

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Admin Center - Likei</title>
<meta name="description" content="Admin center for Likei application">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Admin Center - Azizi</title>
<meta name="description" content="Admin center for Azizi application" />
<script>
// 立即重定向到 Vue 路由
window.location.replace('/#/admin-center');
window.location.replace('/#/admin-center')
</script>
<style>
body {
@ -33,15 +33,19 @@
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
</head>
<body>
</head>
<body>
<div class="loading">
<div class="spinner"></div>
<p>Redirecting to Admin Center...</p>
</div>
</body>
</body>
</html>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Apply - Likei</title>
<meta name="description" content="Apply page for Likei application">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Apply - Azizi</title>
<meta name="description" content="Apply page for Azizi application" />
<script>
// 立即重定向到 Vue 路由
window.location.replace('/#/apply');
window.location.replace('/#/apply')
</script>
<style>
body {
@ -33,15 +33,19 @@
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
</head>
<body>
</head>
<body>
<div class="loading">
<div class="spinner"></div>
<p>Redirecting to Apply page...</p>
</div>
</body>
</body>
</html>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Agency Center - Likei</title>
<meta name="description" content="Agency center for Likei application">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Agency Center - Azizi</title>
<meta name="description" content="Agency center for Azizi application" />
<script>
// 立即重定向到 Vue 路由
window.location.replace('/#/bd-center');
window.location.replace('/#/bd-center')
</script>
<style>
body {
@ -33,15 +33,19 @@
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
</head>
<body>
</head>
<body>
<div class="loading">
<div class="spinner"></div>
<p>Redirecting to Agency Center...</p>
</div>
</body>
</body>
</html>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coin Seller - Likei</title>
<meta name="description" content="Coin seller page for Likei application">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Coin Seller - Azizi</title>
<meta name="description" content="Coin seller page for Azizi application" />
<script>
// 立即重定向到 Vue 路由
window.location.replace('/#/coin-seller');
window.location.replace('/#/coin-seller')
</script>
<style>
body {
@ -33,15 +33,19 @@
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
</head>
<body>
</head>
<body>
<div class="loading">
<div class="spinner"></div>
<p>Redirecting to Coin Seller...</p>
</div>
</body>
</body>
</html>

View File

@ -1,13 +1,13 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Host Center - Likei</title>
<meta name="description" content="Host center for Likei application">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Host Center - Azizi</title>
<meta name="description" content="Host center for Azizi application" />
<script>
// 立即重定向到 Vue 路由
window.location.replace('/#/host-center');
window.location.replace('/#/host-center')
</script>
<style>
body {
@ -33,15 +33,19 @@
margin: 0 auto 20px;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
</style>
</head>
<body>
</head>
<body>
<div class="loading">
<div class="spinner"></div>
<p>Redirecting to Host Center...</p>
</div>
</body>
</body>
</html>

View File

@ -9,7 +9,7 @@
<div class="logo-container">
<div class="logo">
<div class="logo-icon">📱</div>
<h1 class="logo-text">Likei</h1>
<h1 class="logo-text">Azizi</h1>
</div>
</div>
@ -39,7 +39,7 @@
<!-- 底部提示 -->
<div class="loading-footer">
<p>Powered by Likei Team</p>
<p>Powered by Azizi Team</p>
</div>
</div>
</template>
@ -271,7 +271,8 @@ onUnmounted(() => {
left: 0;
right: 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 40% 40%, rgba(120, 219, 255, 0.1) 0%, transparent 50%);
animation: backgroundShift 10s ease-in-out infinite;

View File

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