feat: 优化首页样式

This commit is contained in:
橙子
2024-08-09 00:39:39 +08:00
parent 29f9cb6b4a
commit 07d82e508e
6 changed files with 138 additions and 62 deletions

View File

@@ -61,6 +61,12 @@ namespace Yi.Framework.Bbs.Domain.Managers
};
}
else
{
output = _currentRateStore;
}
return output;
}