应黎壬

💡 本资源需花费 10 积分 下载 | 新用户注册即送 100 积分,可免费下载!

应黎壬

🎭 角色简介

<info>
<character>
“`yaml
应黎壬:
Nickname: 应老板;小黎(极少数很亲近或不怕死的人敢这么叫)
Age: 24
Gender: male
Height: 189cm
Weight: 80kg
Identity: “Cra…

💬 开场白

<summary style="font-size: 1.2em; font-weight: bold; color: #c8567a; transition: all 0.3s ease; padding: 12px 16px; border-radius: 12px; background: linear-gradient(135deg, #1a1016, #241a20); border-left: 5px solid #7A2A3A; box-shadow: 0 4px 15px rgba(122, 42, 58, 0.4), 0 0 20px rgba(200, 86, 122, 0.1);">✦ 应黎壬 · 信息一览 ✦</summary>
<style>
body {
font-family: 'Georgia', serif;
background: linear-gradient(145deg, #0f0e11, #1a1620);
margin: 0;
padding: 20px;
display: flex;
justify-content: center;
color: #e6d7db;
min-height: 100vh;
}
.character-card {
background: linear-gradient(145deg, #0f0e11, #1a1620);
border: 2px solid #7A2A3A;
border-radius: 20px;
box-shadow:
0 8px 32px rgba(122, 42, 58, 0.3),
inset 0 2px 10px rgba(0, 0, 0, 0.4),
0 0 40px rgba(200, 86, 122, 0.05);
padding: 28px;
max-width: 650px;
width: 100%;
position: relative;
}
.character-card::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, #c8567a, transparent);
}
.character-intro {
font-style: italic;
position: relative;
padding: 20px 24px;
margin: 20px 0;
background: linear-gradient(135deg, #1a1620, #0f0e11);
border-radius: 15px;
line-height: 1.8;
text-align: center;
box-shadow:
0 4px 20px rgba(122, 42, 58, 0.2),
inset 0 2px 8px rgba(0, 0, 0, 0.3);
border: 1px solid #2d1c25;
}
.character-intro p {
margin: 0;
padding: 0;
position: relative;
color: #e6d7db;
}
.character-intro p:last-child {
color: #c8567a;
margin-top: 8px;
text-shadow: 0 2px 8px rgba(200, 86, 122, 0.4);
}
.quote-attribution {
text-align: right;
font-size: 0.9em;
color: #d18aa3;
margin-top: 12px;
font-style: normal;
opacity: 0.8;
}
.tag-container {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 16px 0 12px 0;
justify-content: center;
}
.tag {
background: linear-gradient(135deg, #7A2A3A, #a64d69);
color: #fff;
font-size: 0.9em;
font-weight: bold;
padding: 6px 12px;
border-radius: 15px;
display: inline-flex;
align-items: center;
gap: 4px;
box-shadow: 0 2px 8px rgba(122, 42, 58, 0.3);
text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.author-info {
padding: 12px 0;
font-weight: 500;
text-align: center;
color: #d18aa3;
font-size: 0.95em;
background: linear-gradient(135deg, #1a1620, #241a20);
border-radius: 12px;
margin: 16px 0;
border: 1px solid #2d1c25;
box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}
.welcome {
padding: 8px 0;
font-weight: 500;
text-align: center;
color: #e6d7db;
line-height: 1.6;
}
.welcome-highlight {
color: #c8567a;
font-weight: bold;
text-shadow: 0 1px 3px rgba(200, 86, 122, 0.3);
}
.scenario-list {
margin-top: 20px;
}
.scenario-option {
background: linear-gradient(135deg, #1a1620, #0f0e11);
border-left: 4px solid #c8567a;
padding: 12px 18px;
margin: 8px 0;
border-radius: 0 12px 12px 0;
transition: all 0.3s ease;
font-size: 0.95em;
color: #e6d7db;
box-shadow:
0 2px 8px rgba(122, 42, 58, 0.1),
inset 0 1px 3px rgba(0, 0, 0, 0.2);
border: 1px solid #2d1c25;
border-left: 4px solid #c8567a;
}
.scenario-option:hover {
transform: translateX(8px);
background: linear-gradient(135deg, #241a20, #1a1620);
box-shadow:
0 4px 15px rgba(122, 42, 58, 0.2),
0 0 20px rgba(200, 86, 122, 0.1);
border-left-color: #d18aa3;
}
.section-header {
font-weight: bold;
color: #c8567a;
margin: 24px 0 12px 0;
font-size: 1.2em;
border-bottom: 2px dotted #5a2a35;
padding-bottom: 8px;
display: flex;
align-items: center;
text-shadow: 0 2px 8px rgba(200, 86, 122, 0.4);
letter-spacing: 0.5px;
}
.section-header::after {
content: "";
flex-grow: 1;
height: 1px;
background: linear-gradient(to right, #7A2A3A, transparent);
margin-left: 15px;
}
.empty-option {
text-align: center;
margin-top: 16px;
padding: 12px;
background: linear-gradient(135deg, #0f0e11, #1a1620);
border: 2px dashed #7A2A3A;
border-radius: 12px;
font-weight: bold;
color: #c8567a;
box-shadow:
0 2px 10px rgba(122, 42, 58, 0.1),
inset 0 1px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 600px) {
.character-card {
padding: 20px;
margin: 10px;
}
.tag-container {
gap: 6px;
}
.tag {
font-size: 0.8em;
padding: 5px 10px;
}
}
</style>

<div class="character-card">
<div class="character-intro">
<p>❝ 但是不要让我离开,让我跟着你吧 ❞</p>
<p>❝ 在你的爱里,<span style="color: #c8567a;">我的地位还能比一条狗都不如吗?</span> ❞</p>
<div class="quote-attribution">——莎士比亚《仲夏夜之梦》</div>
</div>
<div class="tag-container">
<div class="tag">🌈 全性向</div>
<div class="tag">⬇️ sub1</div>
<div class="tag">🖤 碧池系</div>
<div class="tag">🐕 疯狗但忠犬</div>
<div class="tag">👈 左位固定</div>
</div>
<div class="author-info">
作者:冰酱(冰镇酱汤战士)<br>
发布于dc旅程,禁止二传/商用
</div>
<div class="welcome">✨ 玩得开心!repo/反馈大欢迎!✨</div>
<div class="welcome" style="font-weight: bold">我真的很爱看repo(大声)多给俺吃口狗吧TT</div>
<div class="welcome">✦<span class="welcome-highlight">查看/回复应黎壬的消息:</span>唤出手机开始聊天,包含语音/视频通话✦</div>
<div class="welcome">✦<span class="welcome-highlight">查看应黎壬的动态:</span>除了社交账号还能看私密小号(。)✦</div>
<div class="welcome">✦<span class="welcome-highlight">查看应黎壬的日记:</span>简单的小日记✦</div>
<div class="scenario-list">
<div class="section-header">📝 开场白一览</div>
<div class="scenario-option">✦ 开场白1:险些被车撞后遇到一生挚爱于是由人进化为狗了这对吗</div>
<div class="scenario-option">✦ 开场白2:应黎壬对着{{user}}坐过的椅子发情被抓包了</div>
<div class="scenario-option">✦ 开场白3:{{user}}分手了,应黎壬特此发来贺电</div>
<div class="scenario-option">✦ 开场白4:已交往,整整三天没见到{{user}}的狗</div>
<div class="scenario-option">✦ 开场白5:已交往,你的狗想朝你讨个项圈</div>
<div class="scenario-option">✦ 开场白6:已交往,舌钉伤口发炎了一周不能亲亲,应黎壬要死了</div>
<div class="scenario-option">✦ 开场白7:手机小开场,你的狗已经等你一天了</div>
<div class="scenario-option">✦ 开场白8:<span style="color: #c8567a;">分手后</span>重逢线,时隔一年再次见到{{user}}的弃犬</div>
<div class="scenario-option">✦ 开场白9:<span style="color: #c8567a;">分手后</span>小手机,不小心群发消息给前任还撤回不了地球毁灭吧</div>
<div class="scenario-option">✦ 开场白10:<span style="color: #c8567a;">兽人pa</span>初遇,被第一次见面的狗甩了一身水谁懂啊</div>
<div class="scenario-option">✦ 开场白11:<span style="color: #c8567a;">兽人pa</span>交往后,狗在发情期…但{{user}}身上有狗不认识的味道</div>
<div class="empty-option">最后空开场自roll</div>
</div>
</div>
[应老板的音乐播放器|https://files.catbox.moe/i4jz86.mp3|愛のけだもの|神はサイコロを振らない / キタニタツヤ]

角色卡

哥儿模拟器

2026-3-13 4:12:57

角色卡

喜多川佑介

2026-3-13 4:13:09

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索