fix: exported antenna data cannot be imported in some cases (#15985)

* chore: add ExportedAntenna type

* chore: use ExportedAntenna on export and fix schema

* fix: excludeNotesInSensitiveChannel is not included

* chore: revert unnecessary changes

* chore: add doc for future developer

* docs: update changelog
This commit is contained in:
anatawa12
2025-05-09 17:48:01 +09:00
committed by GitHub
parent ebf291084f
commit 0bd44bca6d
4 changed files with 18 additions and 5 deletions

View File

@@ -106,3 +106,6 @@ export class MiAntenna {
})
public excludeNotesInSensitiveChannel: boolean;
}
// Note for future developers: When you added a new column,
// You should update ExportAntennaProcessorService and ImportAntennaProcessorService
// to export and import antennas correctly.