mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
Merge branch 'master' into online
# Conflicts: # .fes.js # src/components/cardList.vue
This commit is contained in:
commit
5ee05b632b
4
.fes.js
4
.fes.js
@ -4,7 +4,7 @@
|
||||
* @Autor: 地虎降天龙
|
||||
* @Date: 2023-10-16 10:53:09
|
||||
* @LastEditors: 地虎降天龙
|
||||
* @LastEditTime: 2023-11-09 10:50:53
|
||||
* @LastEditTime: 2023-11-09 11:51:08
|
||||
*/
|
||||
// import { resolve } from 'path';
|
||||
import { join } from 'path';
|
||||
@ -40,7 +40,7 @@ export default defineBuildConfig({
|
||||
...templateCompilerOptions,
|
||||
},
|
||||
viteOption: {
|
||||
base: "/icegl-three-vue-tres",
|
||||
base: "/icegl-three-vue-tres/", // ./ /icegl-three-vue-tres/
|
||||
plugins: [
|
||||
UnoCSS({
|
||||
/* options */
|
||||
|
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1 +1 @@
|
||||
<!doctype html><html lang="en"><head><script type="module" crossorigin src="/icegl-three-vue-tres/static/polyfills-48f7923c.js"></script><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Fes.js</title><link rel="shortcut icon" type="image/x-icon" href="./logo.png"><script type="module" crossorigin src="/icegl-three-vue-tres/static/index-aaacd683.js"></script><link rel="modulepreload" crossorigin href="/icegl-three-vue-tres/static/vendor-19b019cc.js"><link rel="stylesheet" href="/icegl-three-vue-tres/static/vendor-28ba1523.css"><link rel="stylesheet" href="/icegl-three-vue-tres/static/index-3e1ce5cb.css"></head><body><div id="app"></div></body></html>
|
||||
<!doctype html><html lang="en"><head><script type="module" crossorigin src="/icegl-three-vue-tres/static/polyfills-48f7923c.js"></script><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Fes.js</title><link rel="shortcut icon" type="image/x-icon" href="./logo.png"><script type="module" crossorigin src="/icegl-three-vue-tres/static/index-bc799f26.js"></script><link rel="modulepreload" crossorigin href="/icegl-three-vue-tres/static/vendor-19b019cc.js"><link rel="stylesheet" href="/icegl-three-vue-tres/static/vendor-28ba1523.css"><link rel="stylesheet" href="/icegl-three-vue-tres/static/index-3e1ce5cb.css"></head><body><div id="app"></div></body></html>
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
* @Autor: 地虎降天龙
|
||||
* @Date: 2023-11-03 16:02:49
|
||||
* @LastEditors: 地虎降天龙
|
||||
* @LastEditTime: 2023-11-09 10:56:10
|
||||
* @LastEditTime: 2023-11-09 11:50:44
|
||||
-->
|
||||
<template>
|
||||
<FDivider titlePlacement="left">{{ props.onePlugin.title + ' - ' + props.onePlugin.name }}</FDivider>
|
||||
@ -13,9 +13,9 @@
|
||||
<div class="w-80 mr-10 mb-10 overflow-hidden" v-for="(onePreview, okey) in onePlugin.preview" :key="okey">
|
||||
<FCard :header="onePreview.title" shadow="hover">
|
||||
<video controls class="w-full max-h-70" v-if="onePreview.type === 'video'">
|
||||
<source :src="publicPath + '/' + onePreview.src" type="video/mp4" autoplay="true" loop="true" />
|
||||
<source :src="publicPath + onePreview.src" type="video/mp4" autoplay="true" loop="true" />
|
||||
</video>
|
||||
<img class="w-full max-h-70" v-else-if="onePreview.type === 'img'" :src="publicPath + '/' + onePreview.src" />
|
||||
<img class="w-full max-h-70" v-else-if="onePreview.type === 'img'" :src="publicPath + onePreview.src" />
|
||||
<div class="w-full h-48 text-3 text-left mb-2"
|
||||
style="background-color: rgb(55 56 61);overflow: hidden;border-radius: 10px;"
|
||||
v-else-if="onePreview.type === 'text'">
|
||||
|
Loading…
x
Reference in New Issue
Block a user