Commit 3a909711 authored by 范雪寒's avatar 范雪寒

feat: 基本完成

parent 55fee5d1
This diff is collapsed.
...@@ -55,4 +55,4 @@ ...@@ -55,4 +55,4 @@
"tslint": "~5.18.0", "tslint": "~5.18.0",
"typescript": "~3.7.5" "typescript": "~3.7.5"
} }
} }
\ No newline at end of file
{ {
"ver": "1.1.2", "ver": "1.1.2",
"uuid": "c35bb2f6-f24a-4850-ae44-643f2fdc7541", "uuid": "c35bb2f6-f24a-4850-ae44-643f2fdc7541",
"isBundle": false, "isBundle": true,
"bundleName": "", "bundleName": "",
"priority": 1, "priority": 1,
"compressionType": {}, "compressionType": {},
"optimizeHotUpdate": {}, "optimizeHotUpdate": {},
"inlineSpriteFrames": {}, "inlineSpriteFrames": {},
"isRemoteBundle": {}, "isRemoteBundle": {
"ios": true,
"android": true
},
"subMetas": {} "subMetas": {}
} }
\ No newline at end of file
{
"ver": "2.0.1",
"uuid": "3b1ffc7b-387a-4e0e-a0d9-2571a5dda711",
"downloadMode": 0,
"duration": 0.390113,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "2.0.1",
"uuid": "b4ac381b-f746-4fba-9c2c-d79b747d05ec",
"downloadMode": 0,
"duration": 0.940408,
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.1.0",
"uuid": "f5946259-9a27-4b99-b41b-c6dc8e77cbe0",
"subMetas": {}
}
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
export const defaultData = { export const defaultData = {
"pic_url": "http://staging-teach.cdn.ireadabc.com/ed94332a503c31e0908bd4c6923a2665.png", question: {
"pic_url_2": "http://staging-teach.cdn.ireadabc.com/5fb60317ade0195d35ad8034d5370a7f.png", labelLeft: 'I like',
"text": "This is a test label.", labelRight: '.'
"audio_url": "http://staging-teach.cdn.ireadabc.com/f47f1d7b5c160fe1c59500d180346240.mp3" },
options: [{
image: '//staging-teach.cdn.ireadabc.com/9f05f3c93fa5222c2290309b24db3d6a.png',
word: 'Apple'
}, {
image: '//staging-teach.cdn.ireadabc.com/eb28421cc9a72506c11f5db3e1d15b99.png',
word: 'Banana'
}, {
image: '//staging-teach.cdn.ireadabc.com/20f8ba0fdb560d0ab9af76adfae8fda4.png',
word: 'Orange'
}],
} }
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"type": "sprite", "type": "sprite",
"wrapMode": "clamp", "wrapMode": "clamp",
"filterMode": "bilinear", "filterMode": "bilinear",
"premultiplyAlpha": false, "premultiplyAlpha": true,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 1103, "width": 1103,
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"bl": { "bl": {
"version": "1.2.2", "version": "1.2.3",
"resolved": "https://registry.npmjs.org/bl/-/bl-1.2.2.tgz", "resolved": "https://registry.npmjs.org/bl/-/bl-1.2.3.tgz",
"integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==", "integrity": "sha512-pvcNpa0UU69UT341rO6AYy4FVAIkUHuZXRIWbq+zHnsVcRzDDjIAhGuuYoi0d//cwIwtt4pkpKycWEfjdV+vww==",
"requires": { "requires": {
"readable-stream": "^2.3.5", "readable-stream": "^2.3.5",
"safe-buffer": "^5.1.1" "safe-buffer": "^5.1.1"
......
{"ios":{"sceneName":"AK09","version":"80358"},"android":{"sceneName":"AK09","version":"80358"}}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment