Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BREAK CHANGE] 词典导入/导出字段变化 #371

Open
neavo opened this issue Nov 30, 2024 · 0 comments
Open

[BREAK CHANGE] 词典导入/导出字段变化 #371

neavo opened this issue Nov 30, 2024 · 0 comments
Labels

Comments

@neavo
Copy link
Collaborator

neavo commented Nov 30, 2024

BREAK CHANGE

从 20241129 版本的开发测试版开始
词典导出文件中的字段与标准 GPT 词典字段统一

旧版:

{
    "srt": "ダリヤ",
    "dst": "达莉雅",
    "info": "女性的名字",
}

新版:

{
    "src": "ダリヤ",
    "dst": "达莉雅",
    "info": "女性的名字",
}

目前 KeywordGacha 已更新版本以支持新版字段
各个表格页面的导入功能将继续兼容一段时间的旧版,导出字段固定为新版
兼容功能后续将移除,请尽快更新至新版 KG

@neavo neavo pinned this issue Nov 30, 2024
@neavo neavo changed the title [BREAK CHANGE] 从 20241129 开发版本开始,词典导出字段变化 [BREAK CHANGE] 词典导出字段变化 Nov 30, 2024
@neavo neavo changed the title [BREAK CHANGE] 词典导出字段变化 [BREAK CHANGE] 词典导入/导出字段变化 Nov 30, 2024
@neavo neavo added the announce label Dec 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant