Skip to content

Commit ebe0598

Browse files
committed
star
1 parent 694e03a commit ebe0598

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig, loadEnv } from 'vitepress'
22

33
const env = loadEnv(process.env.VITE_MODE?process.env.VITE_MODE:"development",process.cwd())
44
export default defineConfig({
5-
title: "开源 三维",
5+
title: "OPEN THREE",
66
base: env.VITE_ALIYUN+ 'three-cesium-links',
77
description: "专注于三维可视化的开源组织,开发者抱团取暖,分享知识,接活盈利,让自己更有底气。",
88
themeConfig: {

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ hero:
1111

1212
features:
1313
- icon: 🍃
14-
title: Three 案例
15-
link: https://z2586300277.github.io/three-cesium-examples/#/example
14+
title: Three 案例 <img style="float:right" src="https://img.shields.io/github/stars/z2586300277/three-cesium-examples">
15+
link: https://z2586300277.github.io/three-cesium-examples/#/example
1616
details: 原生 Three.js 开源案例
1717
- icon: 🌐
18-
title: Cesium 案例
18+
title: Cesium 案例 <img style="float:right" src="https://img.shields.io/github/stars/jiawanlong/Cesium-Examples">
1919
link: https://jiawanlong.github.io/Cesium-Examples/examples/cesiumEx/examples.html
2020
details: 原生 Cesium.js 案例
2121
- icon: 🍁
22-
title: Three.js 编辑器
22+
title: Three.js 编辑器 <img style="float:right" src="https://img.shields.io/github/stars/z2586300277/three-editor">
2323
link: https://z2586300277.github.io/three-editor/docs/dist/
2424
details: 快速定制三维可视化低代码编辑器
2525
- icon: 🏠

0 commit comments

Comments
 (0)