Commit 9c5850cd authored by wildfirecode's avatar wildfirecode

1

parent 37378ddb
...@@ -116,13 +116,13 @@ ...@@ -116,13 +116,13 @@
<script> <script>
window['fresp'] = 10; window['fresp'] = 10;
window['signconfigs'] = [ window['signconfigs'] = [
{ nums: '0.10元', type: 'quan10' }, { nums: '10元宝', type: 'money' },
{ nums: '*1', type: 'hammer' }, { nums: '*1', type: 'hammer' },
{ nums: '0.15元', type: 'quan15' }, { nums: '30元宝', type: 'money' },
{ nums: '*1', type: 'boom' }, { nums: '*1', type: 'boom' },
{ nums: '0.23元', type: 'quan23' }, { nums: '50元宝', type: 'money' },
{ nums: '*1', type: 'steps' }, { nums: '*1', type: 'steps' },
{ nums: '0.36元', type: 'quan36' } { nums: '0.3元', type: 'quan30' }
]; ];
// localStorage.clear(); // localStorage.clear();
window['imgver'] = '11112'; window['imgver'] = '11112';
......
...@@ -73,7 +73,7 @@ ...@@ -73,7 +73,7 @@
"name": "exchange" "name": "exchange"
}, },
{ {
"keys": "signitem_png,signicon6_png,signicon5_png,signicon4_png,signicon3_png,signicon2_png,signicon_blood_png,signbtn4_png,signbtn3_png,signbtn2_png,signbtn1_png,signbg_png,sign_quan88_png,sign_quan8_png,sign_quan58_png,sign_quan38_png,sign_quan28_png,sign_quan16_png,sign_quan15_png,sign_quan12_png,sign_line2_png,sign_line_png,sign_light_png,sign_icon1_png,sign_quan10_png,sign_quan23_png,sign_quan36_png,sign_quan25_png,sign_quan35_png", "keys": "signitem_png,signicon6_png,signicon5_png,signicon4_png,signicon3_png,signicon2_png,signicon_blood_png,signbtn4_png,signbtn3_png,signbtn2_png,signbtn1_png,signbg_png,sign_quan88_png,sign_quan8_png,sign_quan58_png,sign_quan38_png,sign_quan28_png,sign_quan16_png,sign_quan15_png,sign_quan12_png,sign_line2_png,sign_line_png,sign_light_png,sign_icon1_png,sign_quan10_png,sign_quan23_png,sign_quan36_png,sign_quan25_png,sign_quan35_png,sign_quan30_png",
"name": "sign" "name": "sign"
}, },
{ {
...@@ -235,10 +235,6 @@ ...@@ -235,10 +235,6 @@
{ {
"keys": "lijiqianwang_png,copyCodeBg_png,shareWxpyqIcon_png,shareWxIcon_png,shareQqIcon_png,shareWeiboIcon_png,zhantiegeihaoyou_png", "keys": "lijiqianwang_png,copyCodeBg_png,shareWxpyqIcon_png,shareWxIcon_png,shareQqIcon_png,shareWeiboIcon_png,zhantiegeihaoyou_png",
"name": "sharecodepanel" "name": "sharecodepanel"
},
{
"name": "preload",
"keys": "honeymc_json"
} }
], ],
"resources": [ "resources": [
...@@ -4548,10 +4544,15 @@ ...@@ -4548,10 +4544,15 @@
"name": "zhantiegeihaoyou_png" "name": "zhantiegeihaoyou_png"
}, },
{ {
"name": "honeymc_json",
"type": "sheet",
"url": "assets/mc/honeymc.json", "url": "assets/mc/honeymc.json",
"subkeys": "合成 4_00013,合成 4_00012,合成 4_00011,合成 4_00010,合成 4_00009,合成 4_00008,合成 4_00007,合成 4_00006,合成 4_00005,合成 4_00004,合成 4_00003,合成 4_00002,合成 4_00001" "type": "sheet",
"name": "honeymc_json",
"subkeys": "合成 4_00001,合成 4_00002,合成 4_00003,合成 4_00004,合成 4_00005,合成 4_00006,合成 4_00007,合成 4_00008,合成 4_00009,合成 4_00010,合成 4_00011,合成 4_00012,合成 4_00013"
},
{
"url": "assets/sign/sign_quan30.png",
"type": "image",
"name": "sign_quan30_png"
} }
] ]
} }
\ No newline at end of file
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
<e:Image id="quan8" x="95" y="56" source="sign_quan8_png" visible="false"/> <e:Image id="quan8" x="95" y="56" source="sign_quan8_png" visible="false"/>
<e:Image id="quan88" x="95" y="56" source="sign_quan88_png" visible="false"/> <e:Image id="quan88" x="95" y="56" source="sign_quan88_png" visible="false"/>
<e:Image id="quan35" x="95" y="56" source="sign_quan35_png" visible="false"/> <e:Image id="quan35" x="95" y="56" source="sign_quan35_png" visible="false"/>
<e:Image id="quan30" x="95" y="56" source="sign_quan30_png" visible="false"/>
<e:Image id="quan25" x="95" y="56" source="sign_quan25_png" visible="false"/> <e:Image id="quan25" x="95" y="56" source="sign_quan25_png" visible="false"/>
<e:Button id="btn1" label="" x="364" y="65"> <e:Button id="btn1" label="" x="364" y="65">
<e:skinName> <e:skinName>
......
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