feat!: 将项目有Strapi迁移至Directus #43

Manually merged
remilia merged 30 commits from feat/directus into master 2025-10-24 17:22:40 +08:00
29 changed files with 1590 additions and 140 deletions
Showing only changes of commit 9abe6431a6 - Show all commits

View File

@ -235,6 +235,8 @@ export interface Solution {
cover?: DirectusFile | string | null;
homepage_recommend?: Homepage | string | null;
recommend_sort?: number | null;
/** @description 条目创建时自动生成 */
create_at?: string | null;
translations?: SolutionsTranslation[] | null;
}
@ -245,7 +247,7 @@ export interface SolutionsTranslation {
languages_code?: Language | string | null;
title?: string | null;
summary?: string | null;
content?: 'json' | null;
content?: string | null;
}
export interface DirectusAccess {