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,4 +1,4 @@
import { Comment } from '@/services/xhs-db/comment.ts';
import { Comment } from '@kevisual/xhs/services/xhs-db/comment.ts';
import { Sequelize, Model, DataTypes, InferAttributes, InferCreationAttributes } from 'sequelize';
import path from 'path';

View File

@@ -1,4 +1,4 @@
import { app } from '@/index.ts';
import { app } from '@kevisual/xhs/index.ts';
app.parse({
path: 'mention',