页面优化
This commit is contained in:
@@ -40,14 +40,14 @@ const project = {
|
||||
'会员管理和积分系统',
|
||||
'数据分析和报表功能'
|
||||
],
|
||||
technicalStack: ['前端:Vue3 + TypeScript', '后端:NestJS + MySQL', '部署:Docker + Kubernetes'],
|
||||
technicalStack: ['前端:Vue3 + TypeScript', '后端:PHP【Laravel 12.x】 + MySQL', '部署:Docker + Kubernetes'],
|
||||
screenshots: [
|
||||
'https://pic.rmb.bdstatic.com/bjh/80852bfe7c321988191838517ba64e309354.jpeg@h_1280',
|
||||
'https://pic.rmb.bdstatic.com/bjh/80852bfe7c321988191838517ba64e309354.jpeg@h_1280',
|
||||
'https://pic.rmb.bdstatic.com/bjh/80852bfe7c321988191838517ba64e309354.jpeg@h_1280'
|
||||
],
|
||||
video: 'https://www.youtube.com/embed/dQw4w9WgXcQ',
|
||||
wechatQR: 'https://pic.rmb.bdstatic.com/bjh/80852bfe7c321988191838517ba64e309354.jpeg@h_1280'
|
||||
video: 'http://d-jy.nailaoyun.cn//storage/video//20250327/2cc1abf9bd69410ce7c69660daf54260.mp4',
|
||||
wechatQR: '/assets/qr-code.png'
|
||||
}
|
||||
|
||||
const relatedProjects = [
|
||||
@@ -289,11 +289,16 @@ const swiperOptions = {
|
||||
</div>
|
||||
|
||||
<div class="mt-8 pt-6 border-t border-gray-200 dark:border-gray-700">
|
||||
<p class="text-center text-gray-500 dark:text-gray-400 mb-4">扫码添加客服</p>
|
||||
<p class="text-center text-gray-500 dark:text-gray-400 mb-4">扫码添加微信</p>
|
||||
<div class="flex justify-center">
|
||||
<!-- <img-->
|
||||
<!-- :src="project.wechatQR"-->
|
||||
<!-- class="w-32 h-32 object-cover rounded-lg border border-gray-200 dark:border-gray-700"-->
|
||||
<!-- alt="微信二维码"-->
|
||||
<!-- />-->
|
||||
<img
|
||||
:src="project.wechatQR"
|
||||
class="w-32 h-32 object-cover rounded-lg border border-gray-200 dark:border-gray-700"
|
||||
src="@/assets/qr-code.png"
|
||||
class="w-48 h-68 object-cover rounded-lg border border-gray-200 dark:border-gray-700"
|
||||
alt="微信二维码"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user