Update Module.php

This commit is contained in:
Anyon 2022-07-11 20:14:18 +08:00
parent a0858a03ac
commit 464faac034

View File

@ -64,7 +64,7 @@ class Module extends Controller
$pattern = "|^(\d{4})\.(\d{2})\.(\d{2})\.(\d+)$|";
$this->module['change'] = array_reverse($this->module['change']);
foreach ($this->module['change'] as $version => &$change) {
$change = ['content' => $change, 'version' => preg_replace($pattern, '$1年$2月$3日 第 $4 次更新', $version)];
$change = ['content' => $change, 'version' => preg_replace($pattern, '$1年$2月$3日 更新', $version)];
}
$this->fetch();
} else {