GithubHelp home page GithubHelp logo

[TODO] GCG 数据处理 about teyvatguide HOT 4 OPEN

BTMuli avatar BTMuli commented on August 17, 2024
[TODO] GCG 数据处理

from teyvatguide.

Comments (4)

BTMuli avatar BTMuli commented on August 17, 2024

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

from teyvatguide.

BTMuli avatar BTMuli commented on August 17, 2024

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

from teyvatguide.

BTMuli avatar BTMuli commented on August 17, 2024

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

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)
)

大概是这个样子

from teyvatguide.

BTMuli avatar BTMuli commented on August 17, 2024

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

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

from teyvatguide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.