96 UI optimization (#122)
* fix(home): 🐛 解决多次切换路由后页面卡顿的问题 #96 卸载路由时清除requestAnimationFrame * feat: ✨ 文件存储使用Blob格式 * style: 💄 修改部分类型any为具体类型 * feat: ✨ 界面设置中模块使用瀑布流布局 #96 * fix: 🐛 md文档更换文件夹解决控制台警告 * style: 💄 switch按钮改回使用daisyui组件 * refactor: ♻️ 所有人员列表提取tableColumn * style: 💄 奖项列表中的图片类型修复
This commit is contained in:
31
src/assets/md/readme-en.md
Normal file
31
src/assets/md/readme-en.md
Normal file
@@ -0,0 +1,31 @@
|
||||
# Operation Guide
|
||||
|
||||
## Steps
|
||||
|
||||
1. Upon first entry, no data will be displayed. You can choose to use default data to view the overall display effect. It is recommended to import your own data for operation. The steps are as follows:
|
||||
|
||||
a. Personnel Configuration - Personnel List - Download Template, download the data template and modify it with your data (please note that the header cannot be modified).
|
||||
|
||||
b. After modification, click 'Upload File' on the same page to upload the modified Excel table.
|
||||
|
||||
2. Enter the Prize Configuration to modify your prize information. Try to keep the name short for better display; "All Participants" indicates whether this award will be drawn from all participants (those who have already won can still participate); "Winners" refers to the number of people to be drawn for this award; "Already Won" cannot be edited; "Selected" means this award has been used, unselecting it will reset the award but not the winners; "Image" is the prize image displayed on the home page (you can upload images in the image list); "Left Icon" is used to adjust the order of prizes.
|
||||
|
||||
Completing the above two steps allows normal use.
|
||||
|
||||
## Function Description
|
||||
|
||||
1. Add Temporary Draw: There is a '+' button in the prize list on the draw page. Clicking it allows you to add a temporary draw. Note: Only one temporary draw can be added at a time. After adding successfully, the current prize will be set to the temporary prize, and after drawing, it will return to the normal prize list.
|
||||
2. Music and Image List: You can upload files yourself for use. After uploading images successfully, you can select them in the prize configuration for display. After uploading music successfully, it will be added to the play list.
|
||||
3. Music Playback: Left-click with the mouse to play/pause, right-click to play the next song.
|
||||
4. Interface Configuration - Pattern Settings: You can use the mouse to click and customize the highlighted patterns on the home page.
|
||||
5. If you do not want to display the prize list on the home page, uncheck 'Always Show Prize List' in the interface configuration.
|
||||
6. When clicking buttons on the home page, the button value will not update immediately but will only update after the animation ends. This is a normal phenomenon.
|
||||
|
||||
## Shortcuts
|
||||
|
||||
Shortcuts are set up on the draw page.
|
||||
|
||||
| Shortcut | Description |
|
||||
| --- | --- |
|
||||
| Space | Enter Draw / Start / Draw Lucky Winner / Continue |
|
||||
| Esc | Cancel |
|
||||
Reference in New Issue
Block a user