Skip to content
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

[TODO] GCG 数据处理 #6

Open
BTMuli opened this issue Mar 18, 2023 · 4 comments
Open

[TODO] GCG 数据处理 #6

BTMuli opened this issue Mar 18, 2023 · 4 comments
Assignees
Labels
PR Welcome Good for newcomers 待处理
Milestone

Comments

@BTMuli
Copy link
Owner

BTMuli commented Mar 18, 2023

编译原理实验好麻烦...GCG 各种数据结构也捋不清...

想了想还是公开算了,万一有人感兴趣然后提 issue 跟 pr 呢()

@BTMuli BTMuli added help wanted PR Welcome Good for newcomers 计划中 Something will be done labels Mar 18, 2023
@BTMuli BTMuli added this to the AlphaTarget milestone Mar 18, 2023
@BTMuli BTMuli pinned this issue Mar 21, 2023
@BTMuli BTMuli unpinned this issue Mar 27, 2023
@BTMuli
Copy link
Owner Author

BTMuli commented Mar 31, 2023

这一块先放着吧,下个小版本能写完素材日历就很不错了,这个起码得等到类似的功能点开写的时候一起写了

@BTMuli BTMuli added 待处理 and removed help wanted 计划中 Something will be done labels May 20, 2023
@BTMuli
Copy link
Owner Author

BTMuli commented May 24, 2023

其实参考目前素材日历的弹窗,已经可以写gc的简略弹窗了,其他wiki也差不多

@BTMuli
Copy link
Owner Author

BTMuli commented May 25, 2023

感觉应该搞一个表来存卡牌对应数据,不然光是存影幻牌就得耗好多流量

create table if not exists GCG (
    name text not null, -- 卡牌名称
    type text not null, -- 卡牌类型
    normal text not null, -- 普通卡面对应的图片
    special text not null, -- 特殊卡面对应的图片
    primary key (name)
)

大概是这个样子

@BTMuli BTMuli assigned BTMuli and unassigned jerry765 and BTMuli May 25, 2023
@BTMuli BTMuli modified the milestones: AlphaTarget, BetaTarget Sep 1, 2023
@BTMuli
Copy link
Owner Author

BTMuli commented Dec 15, 2023

该部分数据依赖于上游 Snap.Metadata,所以得看上游 issue 的进度 DGP-Studio/Snap.Hutao#396

...好吧,怎么上周关了,那就只能找找其他数据源了

@BTMuli BTMuli changed the title 【TODO】GCG 数据处理 [TODO] GCG 数据处理 Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR Welcome Good for newcomers 待处理
Projects
None yet
Development

No branches or pull requests

2 participants