defaultData.js 178 Bytes
Newer Older
李维's avatar
李维 committed
1 2 3
export default {
  version: "1.0",
  key: "DataKey_East_L226",
李维's avatar
李维 committed
4 5 6 7 8 9 10 11
  dataArray: [
    {
      type: "Text",
      text: "Apple",
      audio_url: "",
      image_url: ""
    }
  ],
李维's avatar
李维 committed
12
}