L_1Conf.ts 379 B

1234567891011121314
  1. export namespace L_1Conf {
  2. export const data = {
  3. "100001": {
  4. "Id": 100001,
  5. "Zh": "燃烧的远征-{0}",
  6. "Cn": "Xxx"
  7. },
  8. "100002": {
  9. "Id": 100002,
  10. "Zh": "群雄逐鹿-{0}",
  11. "Cn": "xx000"
  12. }
  13. };
  14. }