Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: content sync before parser update #88

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 19 additions & 6 deletions app_data/assets/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,26 @@
"md5Checksum": "a9cad2b710e4c0efc104be4eed375d80",
"size_kb": 829.6
},
"debug_asset_pack_1/test_image.png": {
"md5Checksum": "e6d6c6a12ca13a6277084e01c088378c",
"size_kb": 2
"debug_asset_pack_1/image_1.png": {
"md5Checksum": "c26f0932f501f5b0e55322c0ad30fddf",
"size_kb": 8.8
},
"debug_asset_pack_1/image_3.png": {
"md5Checksum": "5de98f5bb24410b7e088a6b36dd87b8e",
"size_kb": 9.6
},
"debug_asset_pack_1/test_image_2.png": {
"md5Checksum": "52ec3256ba473e6a19987b4d766bc5f9",
"size_kb": 6.5
"debug_asset_pack_1/image_4.png": {
"md5Checksum": "085692002e23e08fa7134e6b01007ce4",
"overrides": {
"theme_default": {
"es_sp": {
"filePath": "debug_asset_pack_1/es_sp/image_4.png",
"md5Checksum": "fe9353eee21f8afa0cf9346a7d4aaa6e",
"size_kb": 10.1
}
}
},
"size_kb": 11.9
},
"debug_theme_language.png": {
"md5Checksum": "a86e175e00b77a34a936cc08214359ca",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_data/assets/debug_asset_pack_1/image_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_data/assets/debug_asset_pack_1/image_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app_data/assets/debug_asset_pack_1/image_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed app_data/assets/debug_asset_pack_1/test_image.png
Binary file not shown.
Binary file removed app_data/assets/debug_asset_pack_1/test_image_2.png
Binary file not shown.
32 changes: 28 additions & 4 deletions app_data/sheets/template/debug/debug_remote_assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,21 @@
"_translations": {
"value": {}
},
"style_list": [
"width:140px"
],
"name": "text_1",
"_nested_name": "display_group_4.text_1"
},
{
"type": "image",
"value": "debug_asset_pack_1/test_image.png",
"value": "debug_asset_pack_1/image_1.png",
"_translations": {
"value": {}
},
"style_list": [
"max-width:140px"
],
"name": "image_2",
"_nested_name": "display_group_4.image_2"
}
Expand All @@ -77,15 +83,21 @@
"_translations": {
"value": {}
},
"style_list": [
"width:140px"
],
"name": "text_1",
"_nested_name": "display_group_6.text_1"
},
{
"type": "image",
"value": "debug_asset_pack_1/test_remote_only.png",
"value": "debug_asset_pack_1/image_2.png",
"_translations": {
"value": {}
},
"style_list": [
"max-width:140px"
],
"name": "image_2",
"_nested_name": "display_group_6.image_2"
}
Expand All @@ -102,15 +114,21 @@
"_translations": {
"value": {}
},
"style_list": [
"width:140px"
],
"name": "text_1",
"_nested_name": "display_group_8.text_1"
},
{
"type": "image",
"value": "debug_asset_pack_1/country_flag.png",
"value": "debug_asset_pack_1/image_3.png",
"_translations": {
"value": {}
},
"style_list": [
"max-width:140px"
],
"name": "image_2",
"_nested_name": "display_group_8.image_2"
}
Expand All @@ -127,15 +145,21 @@
"_translations": {
"value": {}
},
"style_list": [
"width:140px"
],
"name": "text_1",
"_nested_name": "display_group_10.text_1"
},
{
"type": "image",
"value": "debug_asset_pack_1/country_flag_bw.png",
"value": "debug_asset_pack_1/image_4.png",
"_translations": {
"value": {}
},
"style_list": [
"max-width:140px"
],
"name": "image_2",
"_nested_name": "display_group_10.image_2"
}
Expand Down
Loading