feat: add license block

This commit is contained in:
saicaca
2023-11-03 14:10:54 +08:00
parent a20c647495
commit c642691dc8
13 changed files with 111 additions and 8 deletions

View File

@@ -23,6 +23,10 @@ enum I18nKey {
primaryColor = "primaryColor",
more = "more",
author = "author",
publishedAt = "publishedAt",
license = "license",
}
export default I18nKey;