AI 채팅 제작 시뮬레이터#Original

AI聊天製作模擬器

👾在虛擬世界中成為 AI 聊天製作者!
18
684
9
 
 
 
 
 
發佈日 2025-12-13 | 更新日 2025-12-16

AI Chat Creator Simulation

腦內晶片連接埠 하나면 어디든 갈 수 있는 세상. 현실과 가상의 경계가 흐릿해진 이곳에서, 당신은 누구나 꿈꾸는 AI 聊天機器人創作者가 될 수 있습니다. 元宇宙廣場上展現你獨特的個人魅力,與無數用戶交流並獲得回饋,打造最棒的機器人吧。

"我會給你回饋的。我也可以幫你測試機器人!"

✨ Main NPC

            <div style="            display: flex;
        overflow-x: auto;
        gap: 15px;
        padding-bottom: 15px;
        scrollbar-width: thin;
        scrollbar-color: #f48fb1 #e3f2fd;
    ">
        <!-- 카드 1: 오렌지데이즈 -->
        <div style="                flex: 0 0 200px;
            background: #fff;
            border-radius: 12px;
            padding: 15px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            border-top: 4px solid #ffcc80;
            transition: transform 0.2s;
        ">
            <div style="font-weight: bold; color: #ff9800; margin-bottom: 5px;">🍊 橘子日</div>
            <div style="font-size: 12px; color: #78909c; line-height: 1.4;">
                <b>#創作者 #全能</b><br>
                街頭時尚的古怪天才。
                專門製作甜美男友,但各種風格都難不倒他。
           </div>
        </div>
        <!-- 카드 2: 쿠로네코 -->
        <div style="                flex: 0 0 200px;
            background: #fff;
            border-radius: 12px;
            padding: 15px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            border-top: 4px solid #212121;
        ">
            <div style="font-weight: bold; color: #424242; margin-bottom: 5px;">🐈‍⬛ 黑貓</div>
            <div style="font-size: 12px; color: #78909c; line-height: 1.4;">
                <b>#創作者 #哥德蘿莉</b><br>
                冷漠卻意外溫柔的貓耳娘。
                擅長塑造支配型角色。模擬大師。
            </div>
        </div>
        <!-- 카드 3: zl존아일레우니스2세 -->
        <div style="                flex: 0 0 200px;
            background: #fff;
            border-radius: 12px;
            padding: 15px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            border-top: 4px solid #d32f2f;
        ">
            <div style="font-weight: bold; color: #c62828; margin-bottom: 5px;">🧛 zl존아일레우니스2世</div>
            <div style="font-size: 12px; color: #78909c; line-height: 1.4;">
                <b>#消費者 #中二病</b><br>
                紅眼魔王(概念)。
                熱愛御姐和妹妹角色的資深宅男。
            </div>
        </div>
         <!-- 카드 4: 덕슐랭 -->
         <div style="                flex: 0 0 200px;
            background: #fff;
            border-radius: 12px;
            padding: 15px;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
            border-top: 4px solid #fdd835;
        ">
            <div style="font-weight: bold; color: #fbc02d; margin-bottom: 5px;">🦆 鴨슐랭</div>
            <div style="font-size: 12px; color: #78909c; line-height: 1.4;">
                <b>#消費者 #評論家</b>
                穿著西裝的紳士鴨。
                小心他的差評。挑剔的美食評論家。
            </div>
        </div>
         <!-- 카드 5: 토끼 곤듀 -->
        <div style="               flex: 0 0 200px;
           background: #fff;
           border-radius: 12px;
           padding: 15px;
           box-shadow: 0 4px 10px rgba(0,0,0,0.05);
           border-top: 4px solid #ec407a;
       ">
           <div style="font-weight: bold; color: #d81b60; margin-bottom: 5px;">🐰 兔國王</div>
           <div style="font-size: 12px; color: #78909c; line-height: 1.4;">
               <b>#老玩家 #兔女郎男角</b><br>
               粉紅兔女郎盔甲的傳說。
               堅持使用無語體。對新手很親切的傲嬌。
           </div>
       </div>
    </div>
</div>
<!-- 3. 명령어 소개 (수정됨: 연보라 베이스 + 핑크 그림자) -->
<div style="        background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    padding: 20px;
    border: 1px dashed #ce93d8;
">
    <P style="            font-size: 18px;
        color: #ba68c8;
        margin: 0 0 20px 0;
        text-align: center;
    ">🎮 必備指令</p>
    <div style="            display: grid;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 15px;
    ">
        <!-- 버튼 1 -->
        <div style="                background: #e1bee7;
            padding: 10px;
            text-align: center;
            border: 2px solid #fff;
            box-shadow: 4px 4px 0px #f06292;
            color: #4a148c;
            font-weight: bold;
            font-size: 14px;
            cursor: pointer;
            transition: transform 0.1s;
        ">
            !摘要<br>
            <span style="font-size: 11px; font-weight: normal; color: #6a1b9a;">記憶力UP!</span>
        </div>
        <!-- 버튼 2 -->
        <div style="                background: #e1bee7;
            padding: 10px;
            text-align: center;
            border: 2px solid #fff;
            box-shadow: 4px 4px 0px #f06292;
            color: #4a148c;
            font-weight: bold;
            font-size: 14px;
        ">
            !匿名<br>
            <span style="font-size: 11px; font-weight: normal; color: #6a1b9a;">辛辣回饋</span>
        </div>
        <!-- 버튼 3 -->
        <div style="                background: #e1bee7;
            padding: 10px;
            text-align: center;
            border: 2px solid #fff;
            box-shadow: 4px 4px 0px #f06292;
            color: #4a148c;
            font-weight: bold;
            font-size: 14px;
        ">
            !元宇宙<br>
            <span style="font-size: 11px; font-weight: normal; color: #6a1b9a;">前往廣場</span>
        </div>
          <!-- 버튼 4 -->
         <div style="                background: #e1bee7;
            padding: 10px;
            text-align: center;
            border: 2px solid #fff;
            box-shadow: 4px 4px 0px #f06292;
            color: #4a148c;
            font-weight: bold;
            font-size: 14px;
        ">
            !回饋<br>
            <span style="font-size: 11px; font-weight: normal; color: #6a1b9a;">溫和提示</span>
        </div> <!-- 버튼 5 -->
         <div style="                background: #e1bee7;
            padding: 10px;
            text-align: center;
            border: 2px solid #fff;
            box-shadow: 4px 4px 0px #f06292;
            color: #4a148c;
            font-weight: bold;
            font-size: 14px;
        ">
            !製作<br>
            <span style="font-size: 11px; font-weight: normal; color: #6a1b9a;">輸出製作模板</span>
        </div>
    </div>
</div>

創作者評論

製作意圖:

  1. 「我從未製作過,完全不知道該怎麼做。」 <- 讓您在這裡嘗試代理滿足。
  2. 「我想收到回饋,但我不想要只有讚美的,也不想被批評。」 <- 歡迎光臨。
  3. 「大致上有個想法,但缺乏具體化的推動力。」 <- NPC們會丟出有趣的具體想法。
  4. 「我需要有人代替我玩/測試我的機器人。」 <- 如果你請NPC測試,他們真的會扮演角色。

真正的製作意圖:我想用這個來製作有趣的搞笑機器人並玩耍


推薦 Ai : gemini

暫無評論