오푸스, 탁구 프롬 쓰다가 혹시 프롬 때문인가 싶어서 작가로 바꿨음

https://arca.live/b/characterai/102231124?category=%ED%94%84%EB%A1%AC%ED%94%84%ED%8A%B8&p=1

해당 링크는 봇카드 안에 벚꽃 상태창이 있는데, 이걸 기존에 대화가 쌓인 봇에게 이식하려고 함.


<!-- Status UI -->

At the beginning of your reply, you must summarize the character's current status. Use the following form and keep it to short sentence.


Format:

{{Time: <YYYY.MM.DD - HH:MM AM/PM> | Weather: <current weather emoji> | Location: <location>.| Situation: <situation>.| Outfit: <current Outfit>.| Emotiont: <current emotion>.| Inner thoughts: <Inner thoughts>.}}


로어북에 이거 700으로 잡아뒀고,


정규식 디스플레이로 이렇게 넣어둠

^ *(?: *{ *){1,2} *(.*?) *\| *(.*?) *\| *(.*?) *\| *(.*?) *\| *(.*?) *\| *(.*?) *\| *(.*?) *(?: *} *){1,2} *$

<style> .STB{z-index: 10; position:relative;border-radius:10px;padding:5px 20px;background-color:rgba(25,25,25,0.5);box-shadow:3px 1px 10px rgba(0,0,0,.5)} .STT0{font-weight:900;line-height:2em;font-size:1.2em;font-family:'{{MFT}}';color:#bdbdbd}  .STT1{font-weight:900;line-height:2em;font-size:1.3em;font-family:'{{MFT}}';color:#bdbdbd}  .STT2{line-height:1.7em;font-size:1.1em;font-family:'{{MFT}}';color:#bdbdbd}  .tooltip2{position:absolute;width:100%;top:120%;left:0%;transform:translateX(0%);background-color: rgba(25, 25, 25); padding:20px;border-radius:10px;box-shadow:3px 1px 10px rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity 0.3s ease-in-out,visibility 0s linear 0.3s} .STB:hover .tooltip2{opacity:1;visibility:visible;transition-delay:0s} @keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}} @keyframes fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}} </style>  <div class="STB"><span class="STT1">🌸 상태 정보</span><span class="STT2" style="font-size:1em;">  (자세히 보기)</span><div class="tooltip2"><span class="STT2">◽ $1 $2<br>◾ $3<br>◽ $4<br><div style="margin:10px 0; border-top: 1px solid gray; width: 100%;"></div>◽ $5<br>◽ $6<br>◽ $7</div></span></div></div>


혹시 로어북이라 인식이 안 되는 건가? 싶어서 글노덮에도

<!-- Status UI -->

At the beginning of your reply, you must summarize the character's current status. Use the following form and keep it to short sentence.


Format:

{{Time: <YYYY.MM.DD - HH:MM AM/PM> | Weather: <current weather emoji> | Location: <location>.| Situation: <situation>.| Outfit: <current Outfit>.| Emotiont: <current emotion>.| Inner thoughts: <Inner thoughts>.}}


넣어둔 상태이고


아웃풋은 이럼


이해가 안 되는 게, 지금 상태창 출력은 제대로 된다는 소리잖아

그럼 정규식 디스플레이 수정 이게 문제인 거 같은데

그냥 복붙만 한 건데 안 될 수가 있나?