REC
首页
关于
友链
统计
Search
1
每日60秒读懂世界(每天自动更新)
41 阅读
2
威海自驾游
38 阅读
3
罪恶都市中文高清版
29 阅读
4
测试主题
20 阅读
5
欢迎使用 Typecho
19 阅读
默认分类
游戏
源码
技术
工具
历史
日常分享
登录
/
注册
找到
16
篇与
游戏
相关的结果
2025-03-22
幻兽帕鲁 最新 单机+联机版合集 解压即玩
【游戏名称】:幻兽帕鲁(Palworld) 【游戏简介】: 在广阔的世界中收集神奇的生物“帕鲁”,派他们进行战斗、建造、做农活,工业生产等,这是一款支持多人游戏模式的全新开放世界生存制作游戏。 【发行日期】:2024 年 1 月 19 日 【游戏类型】:动作, 冒险, 独立, 角色扮演, 抢先体验 【游戏语言】:中文 【游戏大小】:19.2GB 【游戏地区】:海外 【游戏版本】:最新 【特别说明】:联机需要先打联机补丁,大概率还要自备加速器 【下载链接】: UC网盘(不限速,手机新用户保存送1TB空间): https://drive.uc.cn/s/db1e08634c214 夸克网盘: https://pan.quark.cn/s/9aeb54b0839a 【最低配置】: 需要 64 位处理器和操作系统 操作系统: Windows 10 or later (64-Bit) 处理器: i5-3570K 3.4 GHz 4 Core 内存: 16 GB RAM 显卡: GeForce GTX 1050 (2GB) DirectX 版本: 11 网络: 宽带互联网连接 存储空间: 需要 40 GB 可用空间 图片
游戏
# 游戏
# 游戏推荐
# 幻兽帕鲁
白泽
3月22日
0
11
0
2025-03-22
【端游推荐】荒野大镖客2:终极版v1491.50中文
游戏名称:荒野大镖客2 英文名称:Red Dead Redemption 2 游戏类型:动作冒险类(ACT)游戏 游戏制作:Rockstar Games 游戏发行:Rockstar Games 游戏平台:PC 发售时间:2019年12月5日 【游戏名称】:荒野大镖客2:终极版v1491.50 【游戏语言】:中文 【游戏大小】:120GB 【游戏地区】:海外 【游戏版本】:V1491.50 【特别说明】:解压即玩 【游戏简介】: 《荒野大镖客2终极版(Red Dead Redemption 2)》美国,1899 年。 亚瑟·摩根和范德林德帮众是一群逃亡在外的亡命之徒。联邦侦探和全国顶尖的赏金猎人在他们的身后穷追不舍,亚瑟一行人必须在广袤蛮荒的美国腹地上四处劫掠、挣扎求生。而帮派内部的矛盾分化日渐加深,摆在亚瑟面前的将是他无法避免的抉择:究竟是选择自己的理想,还是选择效忠于抚养了自己的帮派。 现已添加额外故事模式内容和功能齐全的照片模式。除此之外,Red Dead Redemption 2 玩家还可免费享受 Red Dead 在线模式中与众多玩家共享的逼真世界。此模式中,玩家可从事各种不同的职业,在边疆开拓属于自己的独特生涯。您可以成为追捕通缉犯的赏金猎人、经营自己生意的商贩、发掘珍奇宝藏的收藏家或运营地下酿酒厂的私酒贩等等。 荒野大镖客2 下载地址:https://pan.quark.cn/s/a9e8d3868e12 提取码: 图片
游戏
# 游戏
# 荒野大镖客2
# 游戏推荐
白泽
3月22日
0
13
1
2025-03-20
联系卡片单页
纯html好看简洁 图片 <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>联系我</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> <style> body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif; background-color: #f5f5f7; margin: 0; padding: 20px; display: flex; flex-direction: column; align-items: center; } /* 个人信息样式 */ .user-profile { background: white; padding: 24px; margin-bottom: 20px; border-radius: 16px; width: 100%; max-width: 600px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); display: flex; align-items: center; gap: 20px; } .avatar { width: 80px; height: 80px; border-radius: 50%; border: 2px solid #f0f0f0; object-fit: cover; } .profile-info { flex: 1; } .nickname { font-size: 22px; color: #1d1d1f; margin: 0 0 4px 0; font-weight: 600; } .bio { color: #86868b; font-size: 15px; margin: 0 0 12px 0; } .tech-tags { display: flex; flex-wrap: wrap; gap: 8px; } .tag { background: #f5f5f7; padding: 6px 12px; border-radius: 20px; font-size: 13px; color: #1d1d1f; } /* 联系方式样式 */ .contact-list { width: 100%; max-width: 600px; } .contact-link { display: block; text-decoration: none; color: inherit; } .contact-item { background: white; padding: 16px; margin: 8px 0; border-radius: 12px; display: flex; align-items: center; box-shadow: 0 2px 8px rgba(0,0,0,0.04); transition: transform 0.1s ease; } .contact-item:active { transform: scale(0.98); background-color: #f8f8f8; } .icon { width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-right: 16px; } /* 平台品牌色 */ .qq { background-color: #12B7F5; } /* QQ蓝 */ .wechat { background-color: #07C160; } /* 微信绿 */ .douyin { background-color: #000000; } /* 抖音黑 */ .weibo { background-color: #E6162D; } /* 微博红 */ .zhihu { background-color: #0084FF; } /* 知乎蓝 */ .content { flex-grow: 1; } .platform { font-size: 17px; color: #1d1d1f; font-weight: 500; } .account { font-size: 15px; color: #86868b; margin-top: 2px; } </style> </head> <body> <!-- 个人信息模块 --> <div class="user-profile"> <img src="http://q.qlogo.cn/headimg_dl?dst_uin=123456&spec=640&img_type=jpg" class="avatar" alt="用户头像"> <div class="profile-info"> <h2 class="nickname">Yi</h2> <p class="bio">探索数字世界的无限可能</p> <div class="tech-tags"> <span class="tag">Python</span> <span class="tag">JavaScript</span> <span class="tag">Golang</span> <span class="tag">Vue3</span> </div> </div> </div> <!-- 联系方式列表 --> <div class="contact-list"> <!-- QQ --> <a href="tencent://AddContact/?fromId=45&fromSubId=1&subcmd=all&uin=123456789" class="contact-link"> <div class="contact-item"> <div class="icon qq"> <i class="fab fa-qq" style="font-size: 20px; color: white;"></i> </div> <div class="content"> <div class="platform">QQ</div> <div class="account">123456789</div> </div> </div> </a> <!-- 微信 --> <a href="weixin://" class="contact-link"> <div class="contact-item"> <div class="icon wechat"> <i class="fab fa-weixin" style="font-size: 20px; color: white;"></i> </div> <div class="content"> <div class="platform">微信</div> <div class="account">TechMaster2023</div> </div> </div> </a> <!-- 抖音 --> <a href="https://www.douyin.com/user/your_douyin_id" class="contact-link" target="_blank"> <div class="contact-item"> <div class="icon douyin"> <i class="fab fa-tiktok" style="font-size: 20px; color: white;"></i> </div> <div class="content"> <div class="platform">抖音</div> <div class="account">@coding_life</div> </div> </div> </a> <!-- 微博 --> <a href="https://weibo.com/u/your_weibo_id" class="contact-link" target="_blank"> <div class="contact-item"> <div class="icon weibo"> <i class="fab fa-weibo" style="font-size: 20px; color: white;"></i> </div> <div class="content"> <div class="platform">微博</div> <div class="account">@TechGeek</div> </div> </div> </a> <!-- 知乎 --> <a href="https://www.zhihu.com/people/your_zhihu_id" class="contact-link" target="_blank"> <div class="contact-item"> <div class="icon zhihu"> <i class="fab fa-zhihu" style="font-size: 20px; color: white;"></i> </div> <div class="content"> <div class="platform">知乎</div> <div class="account">全栈工程师</div> </div> </div> </a> </div> </body> </html>
游戏
# 源码
# PHP
# HTML
白泽
3月20日
0
3
0
1
2
...
6
下一页
//