File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 4141 <div
4242 v-for =" (prompt, index) in prompts"
4343 :key =" 'prompt-' + index + '-' + prompt.text"
44- class =" badge badge-lg badge-primary flex items-center gap-2 px-3 py-2 cursor-move min-w-24 h-auto"
44+ class =" badge badge-lg badge-secondary flex items-center gap-2 px-3 py-2 cursor-move min-w-24 h-auto"
4545 :class =" { 'opacity-70': prompt.isTranslating }"
4646 :data-id =" index"
4747 >
5656 </div >
5757 </div >
5858 <button
59- class =" btn btn-ghost btn-xs btn-circle flex-shrink-0"
59+ class =" btn btn-secondary btn-soft btn- xs btn-circle opacity-30 hover:opacity-100 flex-shrink-0"
6060 @click.stop =" removePrompt(index)"
6161 >
6262 <i class =" icon-[tabler--x] size-3" ></i >
Original file line number Diff line number Diff line change 11<template >
2- <div class =" card bg-base-100 shadow-md mb-6" >
32 <div class =" card-body p-4" >
4- <h3 class =" card-title text-lg mb-2" >
5- <i class =" icon-[tabler--language] mr-2" ></i >
6- 快速翻译
7- </h3 >
83 <div class =" grid grid-cols-1 md:grid-cols-2 gap-4" >
94 <div class =" form-control" >
105 <div class =" flex items-center mb-1" >
6358 </button >
6459 </div >
6560 </div >
66- </div >
6761</template >
6862
6963<script lang="ts">
Original file line number Diff line number Diff line change 11<template >
22 <div class =" prompt-manager-container p-5" >
3- <div class =" card bg-base-100 shadow-md" >
43 <div class =" card-body p-3 sm:p-5" >
54 <!-- Tabs 导航 -->
65 <nav class =" tabs tabs-bordered w-full" aria-label =" 提示词工具" role =" tablist" aria-orientation =" horizontal" >
8685 </div >
8786 </div >
8887 </div >
89- </div >
9088 </div >
9189</template >
9290
You can’t perform that action at this time.
0 commit comments