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 faf2eb4b44 - Show all commits

View File

@ -9,7 +9,7 @@ export interface CompanyProfileTranslation {
id: number; id: number;
company_profile_id?: CompanyProfile | string | null; company_profile_id?: CompanyProfile | string | null;
languages_code?: Language | string | null; languages_code?: Language | string | null;
content?: 'json' | null; content?: string | null;
} }
export interface ContactInfo { export interface ContactInfo {