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

Manually merged
remilia merged 30 commits from feat/directus into master 2025-10-24 17:22:40 +08:00
46 changed files with 2224 additions and 305 deletions
Showing only changes of commit 8269155ae3 - Show all commits

View File

@ -23,7 +23,7 @@ export interface ContactInfoTranslation {
id: number;
contact_info_id?: ContactInfo | string | null;
languages_code?: Language | string | null;
content?: 'json' | null;
content?: string | null;
}
export interface DocumentsTranslation {