Skip to content

Commit 860975c

Browse files
committed
feat: 完整通知日志输出
1 parent a2a6989 commit 860975c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/src/vendor/open-api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export class OpenAPI {
278278
content +
279279
(openURL ? `\n点击跳转: ${openURL}` : '') +
280280
(mediaURL ? `\n多媒体: ${mediaURL}` : '');
281-
console.log(`${title}\n${subtitle}\n${content_}\n\n`);
281+
console.log(`[Notify] ${title}\n${subtitle}\n${content_}\n\n`);
282282

283283
let push = eval('process.env.SUB_STORE_PUSH_SERVICE');
284284
if (push) {

0 commit comments

Comments
 (0)