mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-04 08:59:39 -04:00
Add theme support.
This commit is contained in:
parent
c6b35c82e8
commit
7e0420073b
20 changed files with 430 additions and 12 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
$.ajax({
|
||||
url: url,
|
||||
data: {action: 'get', setup: true, options: true, types: true, langs: true},
|
||||
data: {action: 'get', setup: true, options: true, types: true, theme: true, langs: true},
|
||||
type: 'POST',
|
||||
dataType: 'json',
|
||||
success: function (config) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue