There was an error while loading. Please reload this page.
1 parent a2a6989 commit 860975cCopy full SHA for 860975c
1 file changed
backend/src/vendor/open-api.js
@@ -278,7 +278,7 @@ export class OpenAPI {
278
content +
279
(openURL ? `\n点击跳转: ${openURL}` : '') +
280
(mediaURL ? `\n多媒体: ${mediaURL}` : '');
281
- console.log(`${title}\n${subtitle}\n${content_}\n\n`);
+ console.log(`[Notify] ${title}\n${subtitle}\n${content_}\n\n`);
282
283
let push = eval('process.env.SUB_STORE_PUSH_SERVICE');
284
if (push) {
0 commit comments