This commit is contained in:
lloydzhou
2024-09-30 00:38:30 +08:00
parent 7df308d655
commit b5f6e5a598
3 changed files with 16 additions and 22 deletions

View File

@@ -7,7 +7,7 @@ import yaml from "js-yaml";
import { adapter, getOperationId } from "../utils";
import { useAccessStore } from "./access";
const isApp = getClientConfig()?.isApp;
const isApp = getClientConfig()?.isApp !== false;
export type Plugin = {
id: string;