![]()
🎭 角色简介
💬 开场白
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<style>
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;600&display=swap');body {
background-color: #f9f5f6; /* A very light, almost white pink for the overall page background */
}.guide-container {
–color-bg: linear-gradient(145deg, #fce4ec, #e3f2fd);
–color-border-dark: #000;
–color-text-main: #3E2723;
–color-highlight: #AD4B78;
–color-shadow: rgba(0, 0, 0, 0.15);width: 95%;
max-width: 600px;
background: var(–color-bg);
border: 2px solid var(–color-border-dark);
outline: 2px dashed var(–color-border-dark);
outline-offset: 4px;
border-radius: 15px;
padding: 25px 30px;
margin: 30px auto;
font-family: 'Noto Serif SC', serif;
box-shadow: 0 10px 40px var(–color-shadow);
box-sizing: border-box;
}.guide-section {
margin-bottom: 30px;
}.guide-title {
font-size: 24px;
font-weight: 600;
color: var(–color-text-main);
text-align: center;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px solid var(–color-highlight);
letter-spacing: 2px;
}.guide-item {
font-size: 15px;
line-height: 1.9;
color: var(–color-text-main);
background-color: rgba(255, 255, 255, 0.6);
padding: 15px 20px;
border-radius: 10px;
margin-bottom: 15px;
border-left: 5px solid var(–color-highlight);
box-shadow: 0 4px 8px rgba(0,0,0,0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}.guide-item:hover {
transform: translateY(-3px);
box-shadow: 0 6px 12px rgba(0,0,0,0.08);
}.highlight-text {
font-weight: 600;
color: var(–color-highlight);
text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.8);
}.final-cta {
text-align: center;
font-size: 18px;
font-weight: 600;
color: #3E2723;
margin-top: 40px;
animation: gentle-shake 2s infinite cubic-bezier(.36,.07,.19,.97);
}@keyframes gentle-shake {
10%, 90% { transform: translate3d(-1px, 0, 0); }
20%, 80% { transform: translate3d(2px, 0, 0); }
30%, 50%, 70% { transform: translate3d(-3px, 0, 0); }
40%, 60% { transform: translate3d(3px, 0, 0); }
}</style>
</head>
<body><div class="guide-container">
<div class="guide-section">
<h2 class="guide-title">玩法介绍</h2>
<div class="guide-item">
<p>政务上已经安排璨星院为您加班加点的工作了,您要做的就是享受!</p>
</div>
<div class="guide-item">
<p>别管前朝的后宫的还是宫外的,只要看上了就是你的!</p>
</div>
<div class="guide-item">
<p>如果您明确自己的喜好,对自己的需求有清晰地认识,可以直接在聊天框中输入你的xp,司礼局便会立刻将他送到您的寝殿!</p>
</div>
<div class="guide-item">
<p>如果还没想好,不知道自己喜欢什么,我为你准备了盲盒机!用QR指令或直接发送<span class="highlight-text">【随机召选】</span>,司礼局会安排6位风格迥异的侍君给您过目(虽然偶尔哈基米犯傻盲盒机会召唤不出来TuT变成文字版,但不影响挑选)</p>
</div>
<div class="guide-item">
<p>广阔的宫殿,大量的空间值得探索,每处都可以解锁不同的玩法(正不正经都有?),建筑图中没写到的,只要你提出来连夜就建好!</p>
</div>
<div class="guide-item">
<p>万能的许愿树洞!在皇宫花园的中央,有一株<span class="highlight-text">【月桂神树】</span>,这棵树的神力与皇室血脉紧密相连,只听你一个人的,有任何想要的只管向树洞许愿就好了(想更了解神树可以查看世界书的世界观条目)</p>
</div>
</div><div class="guide-section">
<h2 class="guide-title">准备工作</h2>
<div class="guide-item">
<p>世界书里找到<span class="highlight-text">【{{user}}设定】</span>条目,填好*性别*和*性格*,性格对剧情风格有很大的影响,不填AI会把帝王塑造成冷漠严肃主导的人设,设定了男女平等的继承权,后宫全男,所以BG,GB,BL均可游玩~因此填性别就很有必要哦!</p>
</div>
<div class="guide-item">
<p>世界书里找到<span class="highlight-text">【npc记录】</span>条目,为了防止遗忘,再聊的过程中,可以根据条目里的指引,生成npc清单,然后手动复制到条目底部,再次生成的时候会根据剧情增减,也可手动增减</p>
</div>
</div><div class="guide-section">
<h2 class="guide-title">快速开始</h2>
<div class="guide-item">
<p><span class="highlight-text">开场白一:</span>登基仪式结束立即开始翻牌子!</p>
</div>
<div class="guide-item">
<p><span class="highlight-text">开场白二:</span>一觉醒来你穿越了!这是哪我是谁我要做什么?(新手适用)</p>
</div>
</div><div class="final-cta">
<p>一切准备就绪!右划开启你的帝王身份吧!</p>
</div>
</div></body>
</html>