发布v2.6.0版本

This commit is contained in:
雨中磐石
2023-08-22 21:55:04 +08:00
parent f9001fbb46
commit ad77fdd196
17 changed files with 295 additions and 146 deletions

View File

@@ -63,6 +63,7 @@ class indexClassAction extends Action{
$this->smartydata['admintype'] = $isadmin;
$this->smartydata['my'] = $my;
$this->smartydata['afrom'] = $afrom;
$this->smartydata['tanwidth'] = $this->option->getval('tanwidth', '900x800');
$this->smartydata['face'] = $this->rock->repempt($my['face'], 'images/noface.png');
if(!isempt($homename))$this->title = $homename;