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