Skip to content

Commit

Permalink
🔧 DIY 角色字体样式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
tychozzz committed Jun 18, 2023
1 parent 1219a45 commit 697ff48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/commands/gpt/subCommands/diy/DiyBox.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
<template>
<div @keydown="handleKeyDown">
<div v-for="(output, index) in displayList" :key="index">
{{ output }}
<span :style="{ color: index % 2 !== 0 ? '' : '#ec61ad' }">{{ output }}</span>
</div>
<div class="terminal-row">
<a-input ref="inputRef" v-if="!finished" v-model:value="input" autofocus @press-enter="doSubmit"
class="command-input white-background-text" :bordered="false">

</a-input>
</div>
</div>
Expand Down

0 comments on commit 697ff48

Please sign in to comment.