This commit is contained in:
2025-05-03 21:12:58 +08:00
parent c2a0623482
commit d6014b3c40
19 changed files with 115 additions and 35 deletions

View File

@@ -1,5 +1,5 @@
import { app, xhsServices } from '@/app.ts';
import { Parse } from '@/libs/parse.ts';
import { app, xhsServices } from '@kevisual/xhs/app.ts';
import { Parse } from '@kevisual/xhs/libs/parse.ts';
app
.route({
path: 'fans',

View File

@@ -1,4 +1,4 @@
import { app, xhsServices } from '@/app.ts';
import { app, xhsServices } from '@kevisual/xhs/app.ts';
app
.route({

View File

@@ -1,6 +1,6 @@
import { app, xhsServices } from '@/app.ts';
import { Mention } from '@/libs/xhs-type/mention.ts';
import { Parse } from '@/libs/parse.ts';
import { app, xhsServices } from '@kevisual/xhs/app.ts';
import { Mention } from '@kevisual/xhs/libs/xhs-type/mention.ts';
import { Parse } from '@kevisual/xhs/libs/parse.ts';
app
.route({
@@ -20,7 +20,7 @@ app
path: 'mention',
key: 'getMention',
payload: {
num: 2,
num: unread_count,
},
});
if (mentionRes.code === 200) {