1 Star 0 Fork 551

顾璃/icegl-three-vue-tres

forked from ICEGL/icegl-three-vue-tres 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.fes.predev.js 2.92 KB
一键复制 编辑 原始数据 按行查看 历史
/*
* @Description:
* @Version: 1.668
* @Autor: 地虎降天龙
* @Date: 2023-10-16 10:53:09
* @LastEditors: 地虎降天龙
* @LastEditTime: 2024-08-14 10:58:20
*/
import { defineBuildConfig } from '@fesjs/fes'
import addExtraScriptPlugin from './src/common/addExtraScriptPlugin'
export default defineBuildConfig({
layout: {
title: 'TvT.js',
navigation: 'top',
multiTabs: false,
isFixedHeader: true,
logo: 'logo.png',
menus: [
{
name: 'preview',
path: '/',
title: '📀 预览演示',
},
{
path: 'https://gitee.com/ice-gl/icegl-three-vue-tres',
title: '📜 源码地址',
},
{
title: '📚 说明文档',
children: [
{
path: 'http://docs.icegl.cn',
title: '🧊 TvT框架文档',
},
{
path: 'https://threejs.org/docs/index.html#manual/zh/introduction/Creating-a-scene',
title: '🎲 three.js',
},
{
path: 'https://tresjs.org/guide/',
title: '⚡ tres.js',
},
{
path: 'https://fesjs.mumblefe.cn/',
title: '💠 fes.js',
},
],
},
{
path: 'https://www.bilibili.com/video/BV1LH4y1p7Yn',
title: '📀 TvT视频教程',
},
{
path: 'https://www.icegl.cn/tvtstore',
title: '🧩 插件市场',
},
{
path: 'https://icegl.cn/',
title: '🧊 ICEGL官网',
},
{
title: '👨‍🏫 课程中心',
children: [
{
path: 'https://icegl.cn/courses',
title: '🌁 WebGL初/中/高级教程',
},
{
path: 'https://www.bilibili.com/video/BV1iR4y1C7LQ/',
title: '🏙 WebGL Shader初级教程',
},
{
path: 'http://m.study.163.com/provider/480000002303414/index.htm?share=2&shareId=480000002303414',
title: '🌇 WebGL Shader中级教程',
},
],
},
{
path: 'https://icegl.cn/ask',
title: '🙋‍♀️ 社区问答',
},
{
path: 'https://icegl.cn/p/aboutus',
title: '💫 关于我们',
},
],
},
viteOption: {
plugins: [addExtraScriptPlugin()],
},
})
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xiaowu1998/icegl-three-vue-tres.git
git@gitee.com:xiaowu1998/icegl-three-vue-tres.git
xiaowu1998
icegl-three-vue-tres
icegl-three-vue-tres
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385