Initial commit: Memind H5 portal with MindSpace, Plaza, and agent jobs.
Track application source and tests; exclude local env, user workspaces, and runtime data via .gitignore. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export function plazaPreviewUrl(postId: string): string {
|
||||
const base = String(import.meta.env.VITE_PLAZA_BASE ?? 'https://plaza.tkmind.cn').replace(/\/$/, '');
|
||||
return `${base}/plaza/p/${encodeURIComponent(postId)}`;
|
||||
}
|
||||
|
||||
export function mindSpaceLoginUrl(): string {
|
||||
const base = String(import.meta.env.VITE_MINDSPACE_BASE ?? 'http://localhost:5173').replace(/\/$/, '');
|
||||
return base;
|
||||
}
|
||||
Reference in New Issue
Block a user