mk 2 months ago
parent
commit
3ca107c37b
  1. 6
      epmet-apartment-front/index.html
  2. BIN
      epmet-apartment-front/static/03ec6a8d46ed1a7ca22a2576a8caa85-rwBmxPiQ.png
  3. 110
      epmet-apartment-front/static/index--uDGezSJ.js
  4. 1
      epmet-apartment-front/static/index-BdtwzmXj.css
  5. 110
      epmet-apartment-front/static/index-CCwD7VtR.js
  6. 1
      epmet-apartment-front/static/index-C_bTYkSQ.css
  7. 2
      index.html
  8. 2
      public/config.en.json
  9. 142
      public/config.json
  10. 36
      public/config.zh.json
  11. 14
      src/locales/zh.ts
  12. 3
      src/main.js

6
epmet-apartment-front/index.html

@ -6,11 +6,9 @@
<link rel="alternate icon" href="/favicon.ico"> <link rel="alternate icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/favicon.svg"> <link rel="apple-touch-icon" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="回声 - 专业的网络镜像站点服务提供商,提供高速、稳定、安全的镜像服务">
<meta name="keywords" content="镜像服务,网络镜像,CDN,高速下载,稳定服务">
<title>青岛市免租金住房保障平台</title> <title>青岛市免租金住房保障平台</title>
<script type="module" crossorigin src="/epmet-apartment-front/static/index-B_OPdPVI.js"></script> <script type="module" crossorigin src="/epmet-apartment-front/static/index-CCwD7VtR.js"></script>
<link rel="stylesheet" crossorigin href="/epmet-apartment-front/static/index-XAiPaCqV.css"> <link rel="stylesheet" crossorigin href="/epmet-apartment-front/static/index-C_bTYkSQ.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

BIN
epmet-apartment-front/static/03ec6a8d46ed1a7ca22a2576a8caa85-rwBmxPiQ.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

110
epmet-apartment-front/static/index--uDGezSJ.js

File diff suppressed because one or more lines are too long

1
epmet-apartment-front/static/index-BdtwzmXj.css

File diff suppressed because one or more lines are too long

110
epmet-apartment-front/static/index-CCwD7VtR.js

File diff suppressed because one or more lines are too long

1
epmet-apartment-front/static/index-C_bTYkSQ.css

File diff suppressed because one or more lines are too long

2
index.html

@ -6,8 +6,6 @@
<link rel="alternate icon" href="/favicon.ico"> <link rel="alternate icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/favicon.svg"> <link rel="apple-touch-icon" href="/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="回声 - 专业的网络镜像站点服务提供商,提供高速、稳定、安全的镜像服务">
<meta name="keywords" content="镜像服务,网络镜像,CDN,高速下载,稳定服务">
<title>青岛市免租金住房保障平台</title> <title>青岛市免租金住房保障平台</title>
</head> </head>
<body> <body>

2
public/config.en.json

@ -5,7 +5,7 @@
"keywords": "mirror services,network mirror,CDN,high-speed download,stable service", "keywords": "mirror services,network mirror,CDN,high-speed download,stable service",
"logo": { "logo": {
"text": "Echo", "text": "Echo",
"subtext": "回声" "subtext": ""
} }
}, },
"navigation": [ "navigation": [

142
public/config.json

@ -1,10 +1,10 @@
{ {
"site": { "site": {
"title": "回声 - 专业镜像服务", "title": "青岛免租金住房保障平台",
"description": "回声 - 专业的网络镜像站点服务提供商,提供高速、稳定、安全的镜像服务", "description": "青岛免租金住房保障平台",
"keywords": "镜像服务,网络镜像,CDN,高速下载,稳定服务", "keywords": "",
"logo": { "logo": {
"text": "回声", "text": "青岛免租金住房保障平台",
"subtext": "Echo" "subtext": "Echo"
} }
}, },
@ -17,31 +17,31 @@
"home": { "home": {
"hero": { "hero": {
"title": "欢迎来到", "title": "欢迎来到",
"brand": "回声", "brand": "青岛免租金住房保障平台",
"subtitle": "专业的网络镜像站点服务提供商,为您提供高速、稳定、安全的镜像服务", "subtitle": "",
"primaryButton": "开始使用", "primaryButton": "开始使用",
"secondaryButton": "了解更多" "secondaryButton": "了解更多"
}, },
"features": { "features": {
"title": "为什么选择回声?", "title": "为什么选择青岛免租金住房保障平台?",
"subtitle": "我们提供业界领先的镜像服务解决方案", "subtitle": "",
"items": [ "items": [
{ {
"icon": "lightning", "icon": "lightning",
"title": "高速稳定", "title": "高速稳定",
"description": "采用全球CDN网络,确保最快的下载速度和99.9%的可用性", "description": "",
"color": "blue" "color": "blue"
}, },
{ {
"icon": "shield", "icon": "shield",
"title": "安全可靠", "title": "安全可靠",
"description": "严格的安全检查和验证机制,保障您的数据安全", "description": "",
"color": "green" "color": "green"
}, },
{ {
"icon": "globe", "icon": "globe",
"title": "全球覆盖", "title": "全球覆盖",
"description": "覆盖全球主要地区的镜像节点,就近访问提升体验", "description": "",
"color": "purple" "color": "purple"
} }
] ]
@ -56,128 +56,10 @@
}, },
"cta": { "cta": {
"title": "准备开始了吗?", "title": "准备开始了吗?",
"subtitle": "立即体验回声镜像服务,享受高速稳定的下载体验", "subtitle": "立即体验青岛免租金住房保障平台镜像服务,享受高速稳定的下载体验",
"button": "免费试用" "button": "免费试用"
} }
}, },
"services": {
"title": "我们的服务",
"subtitle": "为不同需求提供专业的镜像解决方案",
"items": [
{
"title": "软件包镜像",
"description": "提供各种编程语言和包管理器的镜像服务",
"features": ["NPM", "PyPI", "Maven", "NuGet"],
"icon": "package"
},
{
"title": "容器镜像",
"description": "Docker Hub和其他容器注册表的高速镜像",
"features": ["Docker Hub", "Harbor", "私有镜像", "自动同步"],
"icon": "container"
},
{
"title": "源码镜像",
"description": "Git仓库和源码托管平台的镜像服务",
"features": ["GitHub", "GitLab", "Bitbucket", "自建Git"],
"icon": "code"
},
{
"title": "操作系统镜像",
"description": "主流Linux发行版的ISO镜像下载",
"features": ["Ubuntu", "CentOS", "Debian", "Fedora"],
"icon": "server"
},
{
"title": "数据库镜像",
"description": "各种数据库软件的镜像和备份服务",
"features": ["MySQL", "PostgreSQL", "MongoDB", "Redis"],
"icon": "database"
},
{
"title": "定制服务",
"description": "根据企业需求提供定制化镜像解决方案",
"features": ["私有部署", "专属节点", "技术支持", "SLA保障"],
"icon": "settings"
}
]
},
"about": {
"title": "关于回声",
"subtitle": "专注于网络镜像服务的技术团队",
"story": {
"title": "我们的故事",
"content": "回声成立于2020年,致力于为全球用户提供最优质的网络镜像服务。我们的团队由经验丰富的网络工程师和系统架构师组成,深耕CDN和分布式存储技术多年。"
},
"mission": {
"vision": {
"title": "愿景",
"content": "成为全球领先的网络镜像服务提供商"
},
"mission": {
"title": "使命",
"content": "让数据传输更快速、更可靠、更安全"
},
"values": {
"title": "价值观",
"content": "创新、专业、可靠、服务至上"
}
}
},
"contact": {
"title": "联系我们",
"subtitle": "我们随时为您提供专业的技术支持",
"info": {
"email": "contact@echo-mirror.com",
"phone": "+86 400-123-4567",
"address": "北京市朝阳区科技园区创新大厦 15层",
"workingHours": "周一至周五 9:00-18:00"
},
"form": {
"title": "发送消息",
"fields": {
"name": "姓名",
"email": "邮箱",
"company": "公司",
"message": "消息"
},
"button": "发送消息"
},
"faq": {
"title": "常见问题",
"items": [
{
"question": "如何开始使用镜像服务?",
"answer": "您可以直接访问我们的镜像地址,或者联系我们的技术团队获取详细的配置指南。"
},
{
"question": "是否支持私有部署?",
"answer": "是的,我们提供私有部署方案,可以根据您的需求定制专属的镜像服务。"
},
{
"question": "服务可用性如何保障?",
"answer": "我们承诺99.9%的服务可用性,并提供24/7的技术支持和监控服务。"
}
]
}
},
"footer": {
"company": {
"name": "回声科技有限公司",
"description": "专业的网络镜像服务提供商"
},
"links": {
"services": ["软件包镜像", "容器镜像", "源码镜像", "定制服务"],
"support": ["技术文档", "API接口", "状态监控", "工单系统"],
"company": ["关于我们", "新闻动态", "招聘信息", "联系我们"]
},
"social": [
{ "name": "GitHub", "url": "https://github.com/echo-mirror" },
{ "name": "微博", "url": "https://weibo.com/echo-mirror" },
{ "name": "微信", "url": "#" }
],
"copyright": "© 2024 回声科技有限公司. 保留所有权利."
},
"theme": { "theme": {
"colors": { "colors": {
"primary": "blue", "primary": "blue",

36
public/config.zh.json

@ -1,10 +1,10 @@
{ {
"site": { "site": {
"title": "回声 - 专业镜像服务", "title": "青岛免租金住房保障平台 - 专业镜像服务",
"description": "回声 - 专业的网络镜像站点服务提供商,提供高速、稳定、安全的镜像服务", "description": "青岛免租金住房保障平台 - 专业的网络镜像站点服务提供商,提供高速、稳定、安全的镜像服务",
"keywords": "镜像服务,网络镜像,CDN,高速下载,稳定服务", "keywords": "镜像服务,网络镜像,CDN,高速下载,稳定服务",
"logo": { "logo": {
"text": "回声", "text": "青岛免租金住房保障平台",
"subtext": "Echo" "subtext": "Echo"
} }
}, },
@ -29,7 +29,7 @@
"secondaryButton": "了解更多" "secondaryButton": "了解更多"
}, },
"features": { "features": {
"title": "为什么选择回声?", "title": "为什么选择青岛免租金住房保障平台?",
"subtitle": "我们提供业界领先的镜像服务解决方案", "subtitle": "我们提供业界领先的镜像服务解决方案",
"items": [ "items": [
{ {
@ -62,7 +62,7 @@
}, },
"cta": { "cta": {
"title": "准备开始了吗?", "title": "准备开始了吗?",
"subtitle": "立即体验回声镜像服务,享受高速稳定的下载体验", "subtitle": "立即体验青岛免租金住房保障平台镜像服务,享受高速稳定的下载体验",
"button": "免费试用" "button": "免费试用"
} }
}, },
@ -201,20 +201,20 @@
}, },
"cta": { "cta": {
"title": "准备开始了吗?", "title": "准备开始了吗?",
"subtitle": "立即体验回声镜像服务,享受高速稳定的下载体验", "subtitle": "立即体验青岛免租金住房保障平台镜像服务,享受高速稳定的下载体验",
"primaryButton": "免费试用", "primaryButton": "免费试用",
"secondaryButton": "联系销售" "secondaryButton": "联系销售"
} }
}, },
"about": { "about": {
"title": "关于回声", "title": "关于青岛免租金住房保障平台",
"subtitle": "我们致力于为全球企业提供最优质的网络镜像站服务,让数据传输更加高效便捷", "subtitle": "我们致力于为全球企业提供最优质的网络镜像站服务,让数据传输更加高效便捷",
"story": { "story": {
"title": "我们的故事", "title": "我们的故事",
"content": [ "content": [
"回声(Echo)成立于2018年,始于对网络数据传输效率的深度思考。我们看到了全球化背景下,企业对于稳定、高速数据传输服务的迫切需求,因此决心打造一个专业的网络镜像站服务平台。", "青岛免租金住房保障平台(Echo)成立于2018年,始于对网络数据传输效率的深度思考。我们看到了全球化背景下,企业对于稳定、高速数据传输服务的迫切需求,因此决心打造一个专业的网络镜像站服务平台。",
"经过多年的技术积累和服务优化,回声已经发展成为行业领先的镜像服务提供商。我们服务超过1000家企业客户,在全球50多个国家和地区部署了服务节点,为数百万用户提供稳定可靠的镜像服务。", "经过多年的技术积累和服务优化,青岛免租金住房保障平台已经发展成为行业领先的镜像服务提供商。我们服务超过1000家企业客户,在全球50多个国家和地区部署了服务节点,为数百万用户提供稳定可靠的镜像服务。",
"我们相信,技术的价值在于解决实际问题。回声不仅仅是一家技术公司,更是您数字化转型路上的可靠伙伴。" "我们相信,技术的价值在于解决实际问题。青岛免租金住房保障平台不仅仅是一家技术公司,更是您数字化转型路上的可靠伙伴。"
] ]
}, },
"stats": [ "stats": [
@ -316,12 +316,12 @@
}, },
"timeline": { "timeline": {
"title": "发展历程", "title": "发展历程",
"subtitle": "回声的成长足迹", "subtitle": "青岛免租金住房保障平台的成长足迹",
"milestones": [ "milestones": [
{ {
"year": "2018", "year": "2018",
"title": "公司成立", "title": "公司成立",
"description": "回声科技成立,开始专注于网络镜像服务领域的技术研发" "description": "青岛免租金住房保障平台科技成立,开始专注于网络镜像服务领域的技术研发"
}, },
{ {
"year": "2019", "year": "2019",
@ -403,7 +403,7 @@
}, },
"address": { "address": {
"title": "公司地址", "title": "公司地址",
"lines": ["北京市朝阳区望京SOHO塔3", "36层 回声科技有限公司", "邮编:100102"] "lines": ["北京市朝阳区望京SOHO塔3", "36层 青岛免租金住房保障平台科技有限公司", "邮编:100102"]
}, },
"social": { "social": {
"title": "关注我们", "title": "关注我们",
@ -522,7 +522,7 @@
}, },
"footer": { "footer": {
"company": { "company": {
"name": "回声科技有限公司", "name": "青岛免租金住房保障平台科技有限公司",
"description": "专业的网络镜像服务提供商" "description": "专业的网络镜像服务提供商"
}, },
"links": { "links": {
@ -544,7 +544,7 @@
{ "name": "微博", "url": "https://weibo.com/echo-mirror" }, { "name": "微博", "url": "https://weibo.com/echo-mirror" },
{ "name": "微信", "url": "#" } { "name": "微信", "url": "#" }
], ],
"copyright": "© 2024 回声科技有限公司. 保留所有权利." "copyright": "© 2024 青岛免租金住房保障平台科技有限公司. 保留所有权利."
}, },
"theme": { "theme": {
"colors": { "colors": {
@ -560,9 +560,9 @@
"footer": { "footer": {
"brand": { "brand": {
"logo": "E", "logo": "E",
"name": "回声 Echo", "name": "青岛免租金住房保障平台 Echo",
"description": "专业的网络镜像站服务", "description": "专业的网络镜像站服务",
"longDescription": "回声致力于为全球企业提供最优质的网络镜像站服务,通过创新技术和专业服务,让数据传输更加高效便捷。", "longDescription": "青岛免租金住房保障平台致力于为全球企业提供最优质的网络镜像站服务,通过创新技术和专业服务,让数据传输更加高效便捷。",
"socialLinks": [ "socialLinks": [
{ {
"name": "Twitter", "name": "Twitter",
@ -623,7 +623,7 @@
} }
], ],
"copyright": { "copyright": {
"text": "© 2024 回声科技有限公司. 保留所有权利.", "text": "© 2024 青岛免租金住房保障平台科技有限公司. 保留所有权利.",
"links": [ "links": [
{ "text": "服务条款", "url": "#" }, { "text": "服务条款", "url": "#" },
{ "text": "隐私政策", "url": "#" }, { "text": "隐私政策", "url": "#" },

14
src/locales/zh.ts

@ -29,7 +29,7 @@ export default {
secondaryButton: '了解更多' secondaryButton: '了解更多'
}, },
features: { features: {
title: '为什么选择回声?', title: '',
subtitle: '我们提供业界领先的镜像服务解决方案', subtitle: '我们提供业界领先的镜像服务解决方案',
speed: { speed: {
title: '高速稳定', title: '高速稳定',
@ -52,7 +52,7 @@ export default {
}, },
cta: { cta: {
title: '准备开始了吗?', title: '准备开始了吗?',
subtitle: '立即体验回声镜像服务,享受高速稳定的下载体验', subtitle: '',
button: '免费试用' button: '免费试用'
}, },
services: { services: {
@ -170,11 +170,11 @@ export default {
} }
}, },
about: { about: {
title: '关于回声', title: '关于青岛免租金住房保障平台',
subtitle: '专业的网络镜像服务提供商,致力于为全球开发者提供高效、稳定的镜像服务', subtitle: '专业的网络镜像服务提供商,致力于为全球开发者提供高效、稳定的镜像服务',
story: { story: {
title: '我们的故事', title: '我们的故事',
content: '回声科技成立于2020年,由一群热爱开源技术的工程师创立。我们深知开发者在软件下载和部署过程中遇到的痛点,致力于通过先进的镜像技术解决这些问题。从最初的几个Linux发行版镜像,到如今覆盖各类开发工具和运行环境的完整生态,我们始终坚持为开发者提供最优质的服务。', content: '青岛免租金住房保障平台科技成立于2020年,由一群热爱开源技术的工程师创立。我们深知开发者在软件下载和部署过程中遇到的痛点,致力于通过先进的镜像技术解决这些问题。从最初的几个Linux发行版镜像,到如今覆盖各类开发工具和运行环境的完整生态,我们始终坚持为开发者提供最优质的服务。',
stats: [ stats: [
{ label: '成立时间', value: '2020年' }, { label: '成立时间', value: '2020年' },
{ label: '服务用户', value: '100万+' }, { label: '服务用户', value: '100万+' },
@ -259,7 +259,7 @@ export default {
{ {
year: '2020', year: '2020',
title: '公司成立', title: '公司成立',
description: '回声科技正式成立,开始提供Linux发行版镜像服务' description: '青岛免租金住房保障平台科技正式成立,开始提供Linux发行版镜像服务'
}, },
{ {
year: '2021', year: '2021',
@ -412,7 +412,7 @@ export default {
}, },
footer: { footer: {
brand: { brand: {
company: '回声科技有限公司', company: '青岛免租金住房保障平台科技有限公司',
description: '专业的网络镜像服务提供商', description: '专业的网络镜像服务提供商',
social: [ social: [
{ name: '微信', url: '#', icon: 'wechat' }, { name: '微信', url: '#', icon: 'wechat' },
@ -444,6 +444,6 @@ export default {
email: 'contact@echo-tech.com', email: 'contact@echo-tech.com',
address: '北京市朝阳区望京SOHO' address: '北京市朝阳区望京SOHO'
}, },
copyright: '© 2024 回声科技有限公司. 保留所有权利.' copyright: '© 2024 青岛免租金住房保障平台科技有限公司. 保留所有权利.'
} }
} }

3
src/main.js

@ -7,6 +7,9 @@ import i18n from './i18n'
import ElementPlus from 'element-plus' import ElementPlus from 'element-plus'
import 'element-plus/dist/index.css' import 'element-plus/dist/index.css'
import * as ElementPlusIconsVue from '@element-plus/icons-vue' import * as ElementPlusIconsVue from '@element-plus/icons-vue'
window._AMapSecurityConfig = {
securityJsCode: import.meta.env.VUE_APP_AMAP_SECURITY_KEY
}
const app = createApp(App) const app = createApp(App)
for (const [key, component] of Object.entries(ElementPlusIconsVue)) { for (const [key, component] of Object.entries(ElementPlusIconsVue)) {
app.component(key, component) app.component(key, component)

Loading…
Cancel
Save