File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ This project inspire by [fouber.lottery](https://github.com/fouber/lottery)
28
28
滑鼠點擊 ` 抽! ` 這個按鈕,並按下 ` 停! ` 按鈕即可,會一次把此次抽的獎項需要的名額一口氣抽完。
29
29
若已經沒有獎項可以抽,就會直接跳出提示視窗。
30
30
31
- ### Key variable and file
31
+ ### Key variables and files
32
32
33
33
- config/award.js: 存放這次要抽的獎項,由上到下
34
34
- config/member.js: 存放這次可以抽的人員名單
Original file line number Diff line number Diff line change 70
70
v-if ="showNotifyModal "> </ modal-notification >
71
71
</ div >
72
72
73
- < script crossorigin ="anonymous " src ="https://unpkg.com/ionicons@5.5 .2/dist/ionicons/ionicons.esm.js "
73
+ < script crossorigin ="anonymous " src ="https://unpkg.com/ionicons@7.2 .2/dist/ionicons/ionicons.esm.js "
74
74
type ="module "> </ script >
75
- < script nomodule src ="https://unpkg.com/ionicons@5.5 .2/dist/ionicons/ionicons.js "> </ script >
75
+ < script nomodule src ="https://unpkg.com/ionicons@7.2 .2/dist/ionicons/ionicons.js "> </ script >
76
76
< script defer src ="https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js "> </ script >
77
- < script defer src ="https://cdn.jsdelivr.net/npm/vue@3.2.45 /dist/vue.global.min.js "> </ script >
77
+ < script defer src ="https://cdn.jsdelivr.net/npm/vue@3.4.21 /dist/vue.global.min.js "> </ script >
78
78
< script defer src ="https://www.goat1000.com/tagcanvas.min.js "> </ script >
79
79
< script defer src ="src/config/members.js "> </ script >
80
80
< script defer src ="src/config/awards.js "> </ script >
You can’t perform that action at this time.
0 commit comments