mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
no message
This commit is contained in:
parent
2a3758f90f
commit
84db27ea87
@ -4,7 +4,7 @@
|
||||
* @Autor: 地虎降天龙
|
||||
* @Date: 2023-11-18 22:17:49
|
||||
* @LastEditors: 地虎降天龙
|
||||
* @LastEditTime: 2024-03-12 10:18:22
|
||||
* @LastEditTime: 2024-03-12 10:49:58
|
||||
-->
|
||||
<template>
|
||||
<div class="flex h-full">
|
||||
@ -29,9 +29,10 @@
|
||||
<template #label>插件中心</template>
|
||||
<template v-for="(onePlugin, pkey) in pluginsConfig ">
|
||||
<f-menu-item v-if="pkey !== 'basic'" :value="pkey">
|
||||
<template #label>{{ onePlugin.title }}</template>
|
||||
<template #icon v-if="isNew(onePlugin.updateTime)">
|
||||
<EditOutlined :size="12" :rotate="135" color="#5384ff" />
|
||||
<template #label>
|
||||
<EditOutlined style="position: absolute;left: 13px;top: 20px;"
|
||||
v-if="isNew(onePlugin.updateTime)" :size="12" :rotate="135" color="#ffffff" />{{
|
||||
onePlugin.title }}
|
||||
</template>
|
||||
</f-menu-item>
|
||||
</template>
|
||||
|
@ -6,6 +6,8 @@ export default {
|
||||
author: 'Jsonco',
|
||||
website: "https://space.bilibili.com/410503457",
|
||||
state: 'active',
|
||||
"creatTime": "2024-02-22",
|
||||
"updateTime": "2024-03-10",
|
||||
require: [],
|
||||
preview: [
|
||||
{ src: 'plugins/rayMarchingAndThreejs/preview/光追基础框架.png', type: 'img', name: 'rayMarchingBasic', title: '光追基础框架' },
|
||||
|
@ -4,7 +4,7 @@
|
||||
* @Autor: 地虎降天龙
|
||||
* @Date: 2024-02-23 16:40:14
|
||||
* @LastEditors: 地虎降天龙
|
||||
* @LastEditTime: 2024-03-05 08:52:50
|
||||
* @LastEditTime: 2024-03-12 10:45:49
|
||||
*/
|
||||
|
||||
export default {
|
||||
@ -16,6 +16,8 @@ export default {
|
||||
"website": "https://gitee.com/hawk86104",
|
||||
"state": "active",
|
||||
"require": [],
|
||||
"creatTime": "2024-02-12",
|
||||
"updateTime": "2024-03-10",
|
||||
"preview": [
|
||||
{ "src": "plugins/simpleGIS/preview/chinaMap.png", "type": "img", "name": "chinaMap", "title": "中国地图展示" },
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user