From 958ac3f009f8d343e530b1c0a515b9575dbac7c0 Mon Sep 17 00:00:00 2001 From: xion Date: Wed, 25 Jun 2025 00:18:52 +0800 Subject: [PATCH] fix: add username --- src/routes/app-manager/public/post.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/app-manager/public/post.ts b/src/routes/app-manager/public/post.ts index e4d39dd..2cb5393 100644 --- a/src/routes/app-manager/public/post.ts +++ b/src/routes/app-manager/public/post.ts @@ -91,7 +91,8 @@ app }); ctx.body = { - url: `/share/${key}/`, + url: `/${username}/${key}/`, + username: username, appModel: { id: appModel.id, title: appModel.title,