mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-12 06:27:28 +08:00
Compare commits
2 Commits
5ca1ba1271
...
9813573679
Author | SHA1 | Date | |
---|---|---|---|
|
9813573679 | ||
|
61ec18f0dc |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rubick",
|
"name": "rubick",
|
||||||
"version": "4.3.0",
|
"version": "4.3.1",
|
||||||
"author": "muwoo <2424880409@qq.com>",
|
"author": "muwoo <2424880409@qq.com>",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-show="!currentPlugin.name && config.perf.common.history" class="options">
|
<div v-show="!currentPlugin.name" class="options">
|
||||||
<div
|
<div
|
||||||
class="history-plugins"
|
class="history-plugins"
|
||||||
v-if="!options.length || !(searchValue || !!clipboardFile.length)"
|
v-if="
|
||||||
|
!options.length &&
|
||||||
|
!searchValue &&
|
||||||
|
!clipboardFile.length &&
|
||||||
|
config.perf.common.history
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<a-row>
|
<a-row>
|
||||||
<a-col
|
<a-col
|
||||||
|
Loading…
x
Reference in New Issue
Block a user