Skip to content

Commit

Permalink
update : 2.3資源更新 補回Constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Vocaloid2048 committed Jun 18, 2024
1 parent 69a3f89 commit 0e88599
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/constant/moc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ import MOCDataMap from "../../map/memory_of_chao_data_map";
import { TextLanguage } from "../language/language.types";

export const MocVersion = (lang: TextLanguage) => [
{
id: 1016,
name: `${MOCDataMap[1016].time.versionBegin} - ${MOCDataMap[1016].time.versionEnd} ${MOCDataMap[1016].name[lang]}`,
startBegin: MOCDataMap[1016].time.begin,
},
{
id: 1015,
name: `${MOCDataMap[1015].time.versionBegin} - ${MOCDataMap[1015].time.versionEnd} ${MOCDataMap[1015].name[lang]}`,
Expand Down
5 changes: 5 additions & 0 deletions src/constant/pf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ import PFDataMap from "../../map/pure_fiction_data_map";
import { TextLanguage } from "../language/language.types";

export const PFVersion = (lang: TextLanguage) => [
{
id: 2007,
name: `${PFDataMap[2007].name[lang]}`,
startBegin: PFDataMap[2007].time.begin,
},
{
id: 2006,
name: `${PFDataMap[2006].name[lang]}`,
Expand Down

0 comments on commit 0e88599

Please sign in to comment.