mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 01:44:39 -05:00
27 lines
759 B
Plaintext
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") |