diff --git a/src/views/system/application/pluginBox.vue b/src/views/system/application/pluginBox.vue index e95edaf..6541c78 100644 --- a/src/views/system/application/pluginBox.vue +++ b/src/views/system/application/pluginBox.vue @@ -3,16 +3,18 @@ props.windowType === 1 ? 'tab-box-two' : props.windowType === 2 ? 'tab-box-one' : '', props.windowType === 1 ? ((props.tabI + 1) % 2) ? 'mg-r-25' : '' : props.windowType === 2 ? '' : ((props.tabI + 1) % 3) ? 'mg-r-25' : '']"> - +
- 123 + {{ item.name }}
- Tag {{ item }} + {{ item.app }} + V {{ item.version }} + {{ item.author }}
- 111111111111111111111111111111111111111 + {{ item.description }}
@@ -53,6 +55,7 @@ let props = defineProps({ width: 48px; height: 48px; margin-right: 16px; + opacity: 0.9; border-radius: 10px; } diff --git a/src/views/system/application/pluginMarket.vue b/src/views/system/application/pluginMarket.vue index 240a71c..53c7d07 100644 --- a/src/views/system/application/pluginMarket.vue +++ b/src/views/system/application/pluginMarket.vue @@ -1,46 +1,71 @@ -