add: app_data api
This commit is contained in:
parent
5c520f4308
commit
f423daf2fc
38 changed files with 410 additions and 91 deletions
|
@ -276,7 +276,6 @@
|
|||
("required" "")
|
||||
("minlength" "2")))
|
||||
(button
|
||||
("class" "primary")
|
||||
(text "{{ icon \"check\" }}")
|
||||
(span
|
||||
(text "{{ text \"general:action.save\" }}"))))))
|
||||
|
@ -305,7 +304,6 @@
|
|||
("minlength" "6")
|
||||
("autocomplete" "off")))
|
||||
(button
|
||||
("class" "primary")
|
||||
(text "{{ icon \"trash\" }}")
|
||||
(span
|
||||
(text "{{ text \"general:action.delete\" }}")))))
|
||||
|
@ -419,7 +417,6 @@
|
|||
("minlength" "6")
|
||||
("autocomplete" "off")))
|
||||
(button
|
||||
("class" "primary")
|
||||
(text "{{ icon \"check\" }}")
|
||||
(span
|
||||
(text "{{ text \"general:action.save\" }}")))))))))
|
||||
|
@ -908,7 +905,6 @@
|
|||
("accept" "image/png,image/jpeg,image/avif,image/webp,image/gif")
|
||||
("class" "w-content"))
|
||||
(button
|
||||
("class" "primary")
|
||||
(text "{{ icon \"check\" }}")))
|
||||
(span
|
||||
("class" "fade")
|
||||
|
@ -936,7 +932,6 @@
|
|||
("accept" "image/png,image/jpeg,image/avif,image/webp,image/gif")
|
||||
("class" "w-content"))
|
||||
(button
|
||||
("class" "primary")
|
||||
(text "{{ icon \"check\" }}")))
|
||||
(span
|
||||
("class" "fade")
|
||||
|
@ -1054,7 +1049,6 @@
|
|||
("class" "card w-full flex flex-wrap gap-2")
|
||||
("ui_ident" "import_export")
|
||||
(button
|
||||
("class" "primary")
|
||||
("onclick" "import_theme_settings()")
|
||||
(text "{{ icon \"upload\" }}")
|
||||
(span
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue