This commit is contained in:
tianshujie
2023-12-26 17:16:14 +08:00
parent 35c345c83b
commit cda2e2ec12
+2
View File
@@ -10,6 +10,8 @@ declare(strict_types=1);
*/
namespace zin;
$app->loadLang('story');
/* Get min stage. */
$minStage = $story->stage;
$stageList = implode(',', array_keys($this->lang->story->stageList));