generated from tailored/router-db-template
temp
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { app, xhsServices } from '@/app.ts';
|
||||
import { app, xhsServices } from '@kevisual/xhs/app.ts';
|
||||
|
||||
app
|
||||
.route({
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user