{ setRecordsVisible(true) }} 134 | onMouseleave={() => { 135 | setRecordsVisible(false) 136 | setMoreActionsVisible(false) 137 | }} 138 | > 139 | 140 | 141 | 145 | {reversed.value.map((item, index) => ( 146 | { el && (lisRef.value[index] = (el as HTMLElement)) }} 151 | > 152 | 157 | {item.customTitle || item.title} 158 | 159 | { setMoreActionsVisible(true) }}> 160 | { deleteItem(item) }}>× 161 | { copy('all', item) }} 166 | onContextmenu={(event: Event) => { 167 | event.preventDefault() 168 | copy('pwd', item) 169 | }} 170 | > 171 | {IconCopy} 172 | 173 | { editCustomTitle(item) }} 178 | > 179 | {IconEdit} 180 | 181 | 182 | 183 | ))} 184 | 185 | 186 | 187 | 188 | 打开最近项目 189 | 194 | 195 |