-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下一步更新计划 #52
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Comments
luyanci
added
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
labels
Mar 24, 2024
以后会做win7适配吗? |
好好,谢谢大佬 |
大佬抽时间加一下那个dockerhub用户名和秘钥,微信发过的那个 @cyanial |
大佬能不能更新个数据保留功能,每次打开名单都要重新上传一遍 |
求个安卓版 出去玩的时候 大家可以用 |
macos 15.1系统打不开了,大佬会更新下吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
Recreate #23
目前已知bug #55 #63
现在正在重构中…(#45 )[重构完成,在
milestone
或者wip_v2分支
(这里加了ci)]1. 修复全屏/无法退出问题
修改思路:
express 写两个 api 一个用来关闭,另外一个用来切换fullscreen, electron 和 express 代码都在
main.js
里,应该比较好改。网页端可用把主页上右上角的按钮写成调用 express 关闭的api, 左上角问号旁边有个fullscreen的按钮可用做切换fullscreen.
Misc.
这个思路应该可以做很多保存,读取相关的功能,比如导入照片等等。。。
(实际上已经修复完成了…)
2. 星级/保底/去重复
代码中存在一些原来作者写的抽卡算法(用来模拟原神的抽卡), 但是这个算法不太适用于点名。
我设计了一种新的思路,同时解决以下问题:
描述一下我的设计思路:
(如果有人愿意可以实现, 修改 /src/helper/gocha/member.js相关文件)
string list
, 使用者保证输入名单无重复。GenerateDrawPool()
生成卡池;RandomShuffle
(洗牌算法)n
抽就拿n个.Misc.
同时可以做一个卡池的主页图片, 显示此次为5星的人物信息
(luyanci:这样做其实无异于重构了吧…)
The text was updated successfully, but these errors were encountered: