feat: add gated h5 code run entry

This commit is contained in:
John
2026-07-02 07:19:26 +08:00
parent 0271d83756
commit ac20ac212e
6 changed files with 72 additions and 2 deletions
+2
View File
@@ -7,6 +7,8 @@ interface ImportMetaEnv {
readonly VITE_TKMIND_MEMORY_QUERY: string;
readonly VITE_PLAZA_BASE?: string;
readonly VITE_MINDSPACE_BASE?: string;
readonly VITE_AGENT_CODE_RUNS_ENABLED?: string;
readonly VITE_AGENT_CODE_RUNS_AUTODETECT?: string;
}
interface ImportMeta {