no message

This commit is contained in:
kuaifan
2025-05-21 11:40:38 +08:00
parent fef39b2720
commit bd8b6d0319
6 changed files with 26 additions and 17 deletions

View File

@@ -15,6 +15,10 @@ class Apps
*/
public static function isInstalled(string $appId): bool
{
if ($appId === 'appstore') {
return true;
}
$key = 'app_installed_' . $appId;
if (RequestContext::has($key)) {
return RequestContext::get($key);