mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-01-22 10:38:14 -05:00
This commit is contained in:
parent
64afb7845d
commit
0de998dc25
@ -23,3 +23,4 @@ docker-compose.yml
|
||||
storage/laravels.conf
|
||||
storage/laravels.pid
|
||||
storage/laravels-timer-process.pid
|
||||
/frontend
|
||||
|
@ -159,7 +159,7 @@ class ThemeService
|
||||
throw new Exception('主题已存在');
|
||||
}
|
||||
|
||||
File::moveDirectory($sourcePath, $targetPath);
|
||||
File::copyDirectory($sourcePath, $targetPath);
|
||||
$this->initConfig($config['name']);
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user