plugins/sdvx@asphyxia/webui/import_assets.pug
dannylin0711 27116545a4 6.1.0
2023-08-25 04:48:00 +08:00

27 lines
759 B
Plaintext

//DATA//
-
.card
.card-header
p.card-header-title
span.icon
i.mdi.mdi-comment-question-outline
| Import Assets
.card-content
.field
label.label SDVX Base Path(The folder that contains data folder)
.control
input.input(type="text" id="path", placeholder="C:/GamePath")
.field
button.button.is-primary(id="import_assets")
span.icon
i.mdi.mdi-check
span Submit
div This function is still in testing phase, be careful when using it. If the import is not successful, please check the console for error messages and manually copy the assets.
script(src="static/asset/js/import_assets.js")