From ded268ef592deae2539e58e024776c6eafadf7b2 Mon Sep 17 00:00:00 2001 From: joyqi Date: Fri, 1 Apr 2022 16:50:23 +0800 Subject: [PATCH] Pr/1344 (#1360) * Add missing theme action * Fix typo * Optimize code * Optimize code * Update themes.php * Simpler missing theme judgement Co-authored-by: sy-records <52o@qq52o.cn> --- admin/themes.php | 19 +++++++++++++++---- config.inc.sqlite.php | 27 +++++++++++++++++++++++++++ var/Widget/Options.php | 8 +++++++- var/Widget/Themes/Config.php | 2 +- var/Widget/Themes/Edit.php | 5 +++-- var/Widget/Themes/Files.php | 13 ++++++++++++- 6 files changed, 65 insertions(+), 9 deletions(-) create mode 100644 config.inc.sqlite.php diff --git a/admin/themes.php b/admin/themes.php index 0358e67b..2a3a6601 100644 --- a/admin/themes.php +++ b/admin/themes.php @@ -12,7 +12,7 @@ include 'menu.php';