Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-ZH_CN.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## 技术

技术:Node + Express + Three.js
技术:Node + Express + Three.js + **Vite**

后台通过`Express`实现

Expand Down
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Annual dinner lottery program, 3D sphere raffle, support for configuration of prize information, import participants information by `Excel`, and export lottery results by `Excel`
If programm is helpful for you😎😎😎, it will be greatful to comment us with⭐**star**⭐ 😘😘😘😍🥰🎉🎈🎃

[点击跳转至中文使用文档](https://github.com/moshang-xc/lottery/blob/master/README-ZH_CN.MD)
[点击跳转至中文使用文档](https://github.com/cloydlau/lottery/blob/vite/README-ZH_CN.MD)

> Try it now: [https://moshang-xc.github.io/lottery/](https://moshang-xc.github.io/lottery/)

## Technology Stack

Technology stack: Node + Express + Three.js
Technology stack: Node + Express + Three.js + **Vite**

Server: Express + Node

Expand Down Expand Up @@ -37,7 +37,7 @@ Web Page: Three.js, References to the official 3D example of `Three.js`

## Install
```
git clone https://github.com/moshang-xc/lottery.git
git clone https://github.com/cloydlau/lottery.git

cd lottery

Expand Down
1 change: 1 addition & 0 deletions product/src/index.html → product/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<script src="./lib/TrackballControls.js"></script>
<script src="./lib/CSS3DRenderer.js"></script>
<script src="./lib/ajax.js"></script>
<script type="module" src="./src/index.js"></script>

<div class="canvas-box">
<canvas id="canvas">你的浏览器不支持canvas</canvas>
Expand Down
Loading