Compare commits

..

1 Commits

2 changed files with 3 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "rubick",
"version": "4.3.1",
"version": "4.3.0",
"author": "muwoo <2424880409@qq.com>",
"private": true,
"scripts": {

View File

@ -1,13 +1,8 @@
<template>
<div v-show="!currentPlugin.name" class="options">
<div v-show="!currentPlugin.name && config.perf.common.history" class="options">
<div
class="history-plugins"
v-if="
!options.length &&
!searchValue &&
!clipboardFile.length &&
config.perf.common.history
"
v-if="!options.length || !(searchValue || !!clipboardFile.length)"
>
<a-row>
<a-col