fix: add username

This commit is contained in:
熊潇 2025-06-25 00:18:52 +08:00
parent 3cf26e3eed
commit 958ac3f009

View File

@ -91,7 +91,8 @@ app
});
ctx.body = {
url: `/share/${key}/`,
url: `/${username}/${key}/`,
username: username,
appModel: {
id: appModel.id,
title: appModel.title,