mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-26 18:26:23 +00:00
update
This commit is contained in:
31
luban_examples/DataTables/Datas/test/misc_datas/1.json
Normal file
31
luban_examples/DataTables/Datas/test/misc_datas/1.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"x1":true,
|
||||
"x2":3,
|
||||
"x3":128,
|
||||
"x4":1,
|
||||
"x5":11223344,
|
||||
"x6":1.2,
|
||||
"x7":1.23432,
|
||||
"x8_0":12312,
|
||||
"x8":112233,
|
||||
"x9":223344,
|
||||
"x10":"hq",
|
||||
"x12": { "x1":10},
|
||||
"x13":"B",
|
||||
"x14":{"$type": "DemoD2", "x1":1, "x2":2},
|
||||
"s1": "/def",
|
||||
"v2":{"x":1, "y":2},
|
||||
"v3":{"x":1.1, "y":2.2, "z":3.4},
|
||||
"v4":{"x":10.1, "y":11.2, "z":12.3, "w":13.4},
|
||||
"t1":"1970-01-01 00:00:00",
|
||||
"k1":[1,2],
|
||||
"k2":[2,3],
|
||||
"k3":[1,3],
|
||||
"k4":[1,5],
|
||||
"k5":[1,6],
|
||||
"k6":[1,7],
|
||||
"k7":[2,3],
|
||||
"k8":[[2,2],[4,10]],
|
||||
"k9":[{"y1":1, "y2":true},{"y1":2, "y2":false}],
|
||||
"k15":[{"$type": "DemoD2", "x1":1, "x2":2}]
|
||||
}
|
78
luban_examples/DataTables/Datas/test/misc_datas/1.xml
Normal file
78
luban_examples/DataTables/Datas/test/misc_datas/1.xml
Normal file
@@ -0,0 +1,78 @@
|
||||
<data>
|
||||
<x1>true</x1>
|
||||
<x2>4</x2>
|
||||
<x3>128</x3>
|
||||
<x4>11</x4>
|
||||
<x5>112233445566</x5>
|
||||
<x6>1.3</x6>
|
||||
<x7>1112232.43123</x7>
|
||||
<x8>112233</x8>
|
||||
<x8_0>123</x8_0>
|
||||
<x9>112334</x9>
|
||||
<x10>yf</x10>
|
||||
<x12>
|
||||
<x1>1</x1>
|
||||
</x12>
|
||||
<x13>C</x13>
|
||||
<x14 __type__="DemoD2">
|
||||
<x1>1</x1>
|
||||
<x2>2</x2>
|
||||
</x14>
|
||||
<s1>/apple</s1>
|
||||
<v2>1,2</v2>
|
||||
<v3>1.2,2.3,3.4</v3>
|
||||
<v4>1.2,2.2,3.2,4.3</v4>
|
||||
|
||||
<t1>1970-01-01 00:00:00</t1>
|
||||
|
||||
<k1>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k1>
|
||||
<k2>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k2>
|
||||
<k3>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k3>
|
||||
<k4>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k4>
|
||||
<k5>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k5>
|
||||
<k6>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k6>
|
||||
<k7>
|
||||
<item>1</item>
|
||||
<item>3</item>
|
||||
</k7>
|
||||
|
||||
<k8>
|
||||
<item> <key>2</key><value>10</value></item>
|
||||
<item> <key>3</key><value>30</value></item>
|
||||
</k8>
|
||||
|
||||
<k9>
|
||||
<item>
|
||||
<y1>1</y1>
|
||||
<y2>true</y2>
|
||||
</item>
|
||||
<item>
|
||||
<y1>2</y1>
|
||||
<y2>false</y2>
|
||||
</item>
|
||||
</k9>
|
||||
<k15>
|
||||
<item __type__="DemoD2">
|
||||
<x1>1</x1>
|
||||
<x2>2</x2>
|
||||
</item>
|
||||
</k15>
|
||||
</data>
|
31
luban_examples/DataTables/Datas/test/misc_datas/2.json
Normal file
31
luban_examples/DataTables/Datas/test/misc_datas/2.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"x1":true,
|
||||
"x2":3,
|
||||
"x3":128,
|
||||
"x4":2,
|
||||
"x5":11223344,
|
||||
"x6":1.2,
|
||||
"x7":1.23432,
|
||||
"x8_0":12312,
|
||||
"x8":112233,
|
||||
"x9":223344,
|
||||
"x10":"hq",
|
||||
"x12": { "x1":10},
|
||||
"x13":"B",
|
||||
"x14":{"__type__": "DemoD2", "x1":1, "x2":2},
|
||||
"s1": "/apple",
|
||||
"v2":{"x":1, "y":2},
|
||||
"v3":{"x":1.1, "y":2.2, "z":3.4},
|
||||
"v4":{"x":10.1, "y":11.2, "z":12.3, "w":13.4},
|
||||
"t1":"1970-01-01 00:00:00",
|
||||
"k1":[1,2],
|
||||
"k2":[2,3],
|
||||
"k3":[1,3],
|
||||
"k4":[1,5],
|
||||
"k5":[1,6],
|
||||
"k6":[1,7],
|
||||
"k7":[2,3],
|
||||
"k8":[[2,2],[4,10]],
|
||||
"k9":[{"y1":1, "y2":true},{"y1":2, "y2":false}],
|
||||
"k15":[{"__type__": "DemoD2", "x1":1, "x2":2}]
|
||||
}
|
78
luban_examples/DataTables/Datas/test/misc_datas/2.xml
Normal file
78
luban_examples/DataTables/Datas/test/misc_datas/2.xml
Normal file
@@ -0,0 +1,78 @@
|
||||
<data>
|
||||
<x1>true</x1>
|
||||
<x2>4</x2>
|
||||
<x3>128</x3>
|
||||
<x4>12</x4>
|
||||
<x5>112233445566</x5>
|
||||
<x6>1.3</x6>
|
||||
<x7>1112232.43123</x7>
|
||||
<x8>112233</x8>
|
||||
<x8_0>123</x8_0>
|
||||
<x9>112334</x9>
|
||||
<x10>yf</x10>
|
||||
<x12>
|
||||
<x1>1</x1>
|
||||
</x12>
|
||||
<x13>C</x13>
|
||||
<x14 __type__="DemoD2">
|
||||
<x1>1</x1>
|
||||
<x2>2</x2>
|
||||
</x14>
|
||||
<s1>/apple</s1>
|
||||
<v2>1,2</v2>
|
||||
<v3>1.2,2.3,3.4</v3>
|
||||
<v4>1.2,2.2,3.2,4.3</v4>
|
||||
|
||||
<t1>1970-01-01 00:00:00</t1>
|
||||
|
||||
<k1>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k1>
|
||||
<k2>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k2>
|
||||
<k3>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k3>
|
||||
<k4>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k4>
|
||||
<k5>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k5>
|
||||
<k6>
|
||||
<item>1</item>
|
||||
<item>2</item>
|
||||
</k6>
|
||||
<k7>
|
||||
<item>1</item>
|
||||
<item>3</item>
|
||||
</k7>
|
||||
|
||||
<k8>
|
||||
<item> <key>2</key><value>10</value></item>
|
||||
<item> <key>3</key><value>30</value></item>
|
||||
</k8>
|
||||
|
||||
<k9>
|
||||
<item>
|
||||
<y1>1</y1>
|
||||
<y2>true</y2>
|
||||
</item>
|
||||
<item>
|
||||
<y1>2</y1>
|
||||
<y2>false</y2>
|
||||
</item>
|
||||
</k9>
|
||||
<k15>
|
||||
<item __type__="DemoD2">
|
||||
<x1>1</x1>
|
||||
<x2>2</x2>
|
||||
</item>
|
||||
</k15>
|
||||
</data>
|
68
luban_examples/DataTables/Datas/test/misc_datas/3.yml
Normal file
68
luban_examples/DataTables/Datas/test/misc_datas/3.yml
Normal file
@@ -0,0 +1,68 @@
|
||||
---
|
||||
x1: true
|
||||
x2: 3
|
||||
x3: 128
|
||||
x4: 40
|
||||
x5: 11223344
|
||||
x6: 1.2
|
||||
x7: 1.23432
|
||||
x8_0: 12312
|
||||
x8: 112233
|
||||
x9: 223344
|
||||
x10: hq
|
||||
x12:
|
||||
x1: 10
|
||||
x13: B
|
||||
x14:
|
||||
$type: DemoD2
|
||||
x1: 1
|
||||
x2: 2
|
||||
s1: /apple
|
||||
v2:
|
||||
x: 1
|
||||
y: 2
|
||||
v3:
|
||||
x: 1.1
|
||||
y: 2.2
|
||||
z: 3.4
|
||||
v4:
|
||||
x: 10.1
|
||||
y: 11.2
|
||||
z: 12.3
|
||||
w: 13.4
|
||||
t1: '1970-01-01 00:00:00'
|
||||
k1:
|
||||
- 1
|
||||
- 2
|
||||
k2:
|
||||
- 2
|
||||
- 3
|
||||
k3:
|
||||
- 1
|
||||
- 3
|
||||
k4:
|
||||
- 1
|
||||
- 5
|
||||
k5:
|
||||
- 1
|
||||
- 6
|
||||
k6:
|
||||
- 1
|
||||
- 7
|
||||
k7:
|
||||
- 2
|
||||
- 3
|
||||
k8:
|
||||
- - 2
|
||||
- 2
|
||||
- - 4
|
||||
- 10
|
||||
k9:
|
||||
- y1: 1
|
||||
y2: true
|
||||
- y1: 2
|
||||
y2: false
|
||||
k15:
|
||||
- $type: DemoD2
|
||||
x1: 1
|
||||
x2: 2
|
32
luban_examples/DataTables/Datas/test/misc_datas/demo.lua
Normal file
32
luban_examples/DataTables/Datas/test/misc_datas/demo.lua
Normal file
@@ -0,0 +1,32 @@
|
||||
return
|
||||
{
|
||||
x1 = false,
|
||||
x2 = 2,
|
||||
x3 = 128,
|
||||
x4 = 22,
|
||||
x5 = 112233445566,
|
||||
x6 = 1.3,
|
||||
x7 = 1122,
|
||||
x8 = 12,
|
||||
x8_0 = 13,
|
||||
x9 = 123,
|
||||
x10 = "yf",
|
||||
x12 = {x1=1},
|
||||
x13 = "D",
|
||||
x14 = { __type__="DemoD2", x1 = 1, x2=3},
|
||||
s1 = '/apple',
|
||||
v2 = {x= 1,y = 2},
|
||||
v3 = {x=0.1, y= 0.2,z=0.3},
|
||||
v4 = {x=1,y=2,z=3.5,w=4},
|
||||
t1 = "1970-01-01 00:00:00",
|
||||
k1 = {1,2},
|
||||
k2 = {2,3},
|
||||
k3 = {3,4},
|
||||
k4 = {1,2},
|
||||
k5 = {1,3},
|
||||
k6 = {1,2},
|
||||
k7 = {1,8},
|
||||
k8 = {[2]=10,[3]=12},
|
||||
k9 = {{y1=1,y2=true}, {y1=10,y2=false}},
|
||||
k15 = {{ __type__="DemoD2", x1 = 1, x2=3}},
|
||||
}
|
Reference in New Issue
Block a user