-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
owent
committed
Sep 10, 2024
1 parent
8997c01
commit 2d2f410
Showing
175 changed files
with
1,109 additions
and
337 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
-- this file is generated by xresloader, please don't edit it. | ||
|
||
return { | ||
[1] = { | ||
count = 3, | ||
data_source = { | ||
{ | ||
count = 3, | ||
file = "资源转换示例.xlsx", | ||
sheet = "arr_in_arr", | ||
}, | ||
}, | ||
data_ver = "1.0.0.0", | ||
description = "Test arr_in_arr_cfg", | ||
hash_code = "sha256:b4d268d9a7b1a8cf6fc18489dd67c4a298408e7bffbde43c91d6ac2f47836601", | ||
xres_ver = "2.19.0", | ||
}, | ||
[2] = "arr_in_arr_cfg", | ||
arr_in_arr_cfg = { | ||
{ | ||
arr = { | ||
}, | ||
id = 10001, | ||
test_map_is = { | ||
[10] = "Map嵌套模式[0].value", | ||
[11] = "Map嵌套模式[1].value", | ||
}, | ||
test_map_sm = { | ||
["aa"] = { | ||
id = 111, | ||
level = "112", | ||
}, | ||
["特殊:字符"] = { | ||
id = 121, | ||
level = "122", | ||
}, | ||
}, | ||
test_plain_enum_arr = { | ||
10001, | ||
10001, | ||
10001, | ||
}, | ||
test_plain_msg = { | ||
test_id_1 = 1, | ||
}, | ||
test_plain_msg_arr = { | ||
{ | ||
test_id_1 = 1, | ||
}, | ||
{ | ||
test_id_1 = 3, | ||
}, | ||
{ | ||
test_id_1 = 5, | ||
}, | ||
}, | ||
}, | ||
{ | ||
arr = { | ||
}, | ||
id = 10002, | ||
test_map_is = { | ||
[20] = "Map嵌套模式[0].value", | ||
[21] = "Map嵌套模式[1].value", | ||
}, | ||
test_map_sm = { | ||
["ba"] = { | ||
id = 211, | ||
level = "212", | ||
}, | ||
["特殊.字符"] = { | ||
id = 221, | ||
level = "222", | ||
}, | ||
}, | ||
test_plain_enum_arr = { | ||
10101, | ||
10101, | ||
10101, | ||
}, | ||
test_plain_msg = { | ||
test_id_1 = 3, | ||
test_id_3 = 5, | ||
}, | ||
test_plain_msg_arr = { | ||
{ | ||
test_id_1 = 7, | ||
}, | ||
{ | ||
test_id_1 = 9, | ||
}, | ||
}, | ||
}, | ||
{ | ||
arr = { | ||
}, | ||
id = 10003, | ||
test_map_is = { | ||
[30] = "Map嵌套模式[0].value", | ||
[31] = "Map嵌套模式[1].value", | ||
}, | ||
test_map_sm = { | ||
["ca"] = { | ||
id = 311, | ||
level = "312", | ||
}, | ||
["cb"] = { | ||
id = 321, | ||
level = "322", | ||
}, | ||
}, | ||
test_plain_enum_arr = { | ||
10001, | ||
10001, | ||
10001, | ||
}, | ||
test_plain_msg = { | ||
test_id_1 = 6, | ||
}, | ||
test_plain_msg_arr = { | ||
{ | ||
test_id_1 = 11, | ||
}, | ||
}, | ||
}, | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
sample/proto_v2/csv/Private/ConfigRec/KeepOrStripEmptyListCfg.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.