ci: Update plugins

This commit is contained in:
2025-06-17 01:12:55 +08:00
parent a8f46113d4
commit 7562be2c09
47 changed files with 209 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 123d46d01924a434fbe65219e8baba1e
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

Binary file not shown.

View File

@@ -1587,6 +1587,11 @@
The parent type.
</summary>
</member>
<member name="P:Cryville.EEW.Report.ReportViewModelPropertyType.Root">
<summary>
The root type.
</summary>
</member>
<member name="M:Cryville.EEW.Report.ReportViewModelPropertyType.OfSubtype(System.String)">
<summary>
Creates a sub-type from this type.

View File

@@ -1,6 +1,39 @@
{
"Culture": "en-US",
"Strings": {
"AuthorityName": "USGS",
"AuthorityNameForwarded": "{0} | {1}",
"PropertyDepth": "Depth",
"PropertyDepthValue": "{0}km",
"PropertyMagnitude": "M",
"PropertyValue": "{0}{1}",
"ShakeMapTitle": "ShakeMap ({0})",
"SourceName": "USGS"
},
"StringSets": {
"ContoursName": {
"Strings": {
"cont_mi": "Intensity Contours",
"cont_mmi": "Intensity Contours",
"cont_pga": "PGA Contours",
"cont_pgv": "PGV Contours"
}
},
"ContoursPropertyName": {
"Strings": {
"cont_mi": "Max intensity",
"cont_mmi": "Max intensity",
"cont_pga": "Max PGA",
"cont_pgv": "Max PGV"
}
},
"PropertyUnits": {
"Strings": {
"mmi": "",
"pctg": "%g",
"g": "g",
"cms": "cm/s"
}
}
}
}

View File

@@ -0,0 +1,39 @@
{
"Culture": "yue-HK",
"Strings": {
"AuthorityName": "USGS",
"AuthorityNameForwarded": "{0} | {1}",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyMagnitude": "M",
"PropertyValue": "{0}{1}",
"ShakeMapTitle": "地震動圖({0}",
"SourceName": "USGS"
},
"StringSets": {
"ContoursName": {
"Strings": {
"cont_mi": "等烈度綫",
"cont_mmi": "等烈度綫",
"cont_pga": "等最大地面加速度綫",
"cont_pgv": "等最大地面速度綫"
}
},
"ContoursPropertyName": {
"Strings": {
"cont_mi": "最大烈度",
"cont_mmi": "最大烈度",
"cont_pga": "最大PGA",
"cont_pgv": "最大PGV"
}
},
"PropertyUnits": {
"Strings": {
"mmi": "",
"pctg": "%g",
"g": "g",
"cms": "cm/s"
}
}
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 6f321e8c7c214c648a5dc5abfae0a628
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,39 @@
{
"Culture": "zh-TW",
"Strings": {
"AuthorityName": "USGS",
"AuthorityNameForwarded": "{0} | {1}",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyMagnitude": "M",
"PropertyValue": "{0}{1}",
"ShakeMapTitle": "地震動圖({0}",
"SourceName": "USGS"
},
"StringSets": {
"ContoursName": {
"Strings": {
"cont_mi": "等震度綫",
"cont_mmi": "等震度綫",
"cont_pga": "等最大地面加速度綫",
"cont_pgv": "等最大地面速度綫"
}
},
"ContoursPropertyName": {
"Strings": {
"cont_mi": "最大震度",
"cont_mmi": "最大震度",
"cont_pga": "最大PGA",
"cont_pgv": "最大PGV"
}
},
"PropertyUnits": {
"Strings": {
"mmi": "",
"pctg": "%g",
"g": "g",
"cms": "cm/s"
}
}
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 44c3032bb65e45441be984876fd9a89e
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,39 @@
{
"Culture": "zh-CN",
"Strings": {
"AuthorityName": "USGS",
"AuthorityNameForwarded": "{0} | {1}",
"PropertyDepth": "深度",
"PropertyDepthValue": "{0}km",
"PropertyMagnitude": "M",
"PropertyValue": "{0}{1}",
"ShakeMapTitle": "地震动图({0}",
"SourceName": "USGS"
},
"StringSets": {
"ContoursName": {
"Strings": {
"cont_mi": "等烈度线",
"cont_mmi": "等烈度线",
"cont_pga": "等峰值地面加速度线",
"cont_pgv": "等峰值地面速度线"
}
},
"ContoursPropertyName": {
"Strings": {
"cont_mi": "最大烈度",
"cont_mmi": "最大烈度",
"cont_pga": "最大PGA",
"cont_pgv": "最大PGV"
}
},
"PropertyUnits": {
"Strings": {
"mmi": "",
"pctg": "%g",
"g": "g",
"cms": "cm/s"
}
}
}
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: b3c804718aac7954ab4e4949d15b7904
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: