Files
trpic/web/scripts/convert/convert.js
Hubert Chen dbdf086401 add raw_ext to replace filename in files table
database:
    ent:
        add `raw_ext` field in file schema
        remove `filename` field in file schema
    migrate:
        add migration v5
image:
    `Inspect` function will always detect image format
action:
    remove `Update*Files` functions
    always use inspect file format when creating or uploading files
task/artworks:
    `CheckArtworks` and `CheckArtworksID` will not longer call `Update*Files` functions
2026-04-26 23:37:40 +08:00

11 KiB