diff --git a/CRSim.ScreenSimulator/CRSim.ScreenSimulator.csproj b/CRSim.ScreenSimulator/CRSim.ScreenSimulator.csproj
index 0523a0d..d926b28 100644
--- a/CRSim.ScreenSimulator/CRSim.ScreenSimulator.csproj
+++ b/CRSim.ScreenSimulator/CRSim.ScreenSimulator.csproj
@@ -8,7 +8,6 @@
-
@@ -17,18 +16,6 @@
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
- PreserveNewest
-
-
-
diff --git a/CRSim.ScreenSimulator/Models/StylesInfoData.json b/CRSim.ScreenSimulator/Models/StylesInfoData.json
index 0a33885..5eb278d 100644
--- a/CRSim.ScreenSimulator/Models/StylesInfoData.json
+++ b/CRSim.ScreenSimulator/Models/StylesInfoData.json
@@ -6,7 +6,7 @@
"Author": "电排骨",
"Type": "车站大屏",
"Parameters": [
- "Region",
+ "Station",
"Text"
]
},
@@ -17,7 +17,7 @@
"Author": "电排骨",
"Type": "检票口屏",
"Parameters": [
- "Region",
+ "Station",
"TicketCheck",
"Text"
]
@@ -29,7 +29,7 @@
"Author": "电排骨",
"Type": "检票口屏",
"Parameters": [
- "Region",
+ "Station",
"TicketCheck"
]
},
@@ -40,7 +40,7 @@
"Author": "电排骨",
"Type": "检票口屏",
"Parameters": [
- "Region",
+ "Station",
"TicketCheck",
"Text"
]
@@ -52,7 +52,7 @@
"Author": "电排骨",
"Type": "检票口屏",
"Parameters": [
- "Region",
+ "Station",
"TicketCheck",
"Text"
]
@@ -74,7 +74,7 @@
"Author": "电排骨",
"Type": "车站大屏",
"Parameters": [
- "Region",
+ "Station",
"Text"
]
},
@@ -85,7 +85,7 @@
"Author": "电排骨",
"Type": "站台屏",
"Parameters": [
- "Region",
+ "Station",
"Text",
"Video",
"Platform"
@@ -98,7 +98,7 @@
"Author": "电排骨",
"Type": "站台屏",
"Parameters": [
- "Region",
+ "Station",
"Text",
"Video",
"Platform"
@@ -111,7 +111,7 @@
"Author": "电排骨",
"Type": "站台屏",
"Parameters": [
- "Region",
+ "Station",
"Text",
"Video",
"Platform"
@@ -124,7 +124,7 @@
"Author": "电排骨",
"Type": "车站大屏",
"Parameters": [
- "Region",
+ "Station",
"Text"
]
},
@@ -145,7 +145,7 @@
"Author": "电排骨",
"Type": "站台屏",
"Parameters": [
- "Region",
+ "Station",
"Platform",
"Text"
]
@@ -157,7 +157,7 @@
"Author": "电排骨",
"Type": "站台屏",
"Parameters": [
- "Region",
+ "Station",
"Platform",
"Location"
]
@@ -169,7 +169,7 @@
"Author": "电排骨",
"Type": "站台屏",
"Parameters": [
- "Region",
+ "Station",
"Platform",
"Location"
]
@@ -201,7 +201,7 @@
"Author": "wxl0430",
"Type": "检票口屏",
"Parameters": [
- "Region",
+ "Station",
"TicketCheck",
"Text"
]
@@ -213,7 +213,7 @@
"Author": "wxl0430",
"Type": "站台屏",
"Parameters": [
- "Region",
+ "Station",
"Platform",
"Location",
"Text"
@@ -226,7 +226,7 @@
"Author": "wxl0430",
"Type": "走廊出发屏",
"Parameters": [
- "Region",
+ "Station",
"Platform",
"Location"
]
@@ -248,7 +248,7 @@
"Author": "电排骨",
"Type": "车站大屏",
"Parameters": [
- "Region",
+ "Station",
"Text"
]
},
@@ -259,7 +259,7 @@
"Author": "电排骨",
"Type": "出站口屏",
"Parameters": [
- "Region",
+ "Station",
"Text"
]
},
@@ -270,7 +270,7 @@
"Author": "电排骨",
"Type": "车站大屏",
"Parameters": [
- "Region",
+ "Station",
"Text"
]
},
@@ -281,7 +281,7 @@
"Author": "wxl0430",
"Type": "走廊到达屏",
"Parameters": [
- "Region",
+ "Station",
"Platform"
]
},
@@ -292,7 +292,7 @@
"Author": "wxl0430",
"Type": "走廊出发屏",
"Parameters": [
- "Region",
+ "Station",
"Platform",
"Location"
]
@@ -304,7 +304,7 @@
"Author": "wxl0430",
"Type": "站台屏",
"Parameters": [
- "Region",
+ "Station",
"Platform",
"Location"
]
@@ -316,7 +316,7 @@
"Author": "wxl0430",
"Type": "站台屏",
"Parameters": [
- "Region",
+ "Station",
"Platform",
"Location",
"Text"
diff --git a/CRSim.ScreenSimulator/Assets/Advertisement-1.mp4 b/CRSim/Assets/Advertisement-1.mp4
similarity index 100%
rename from CRSim.ScreenSimulator/Assets/Advertisement-1.mp4
rename to CRSim/Assets/Advertisement-1.mp4
diff --git a/CRSim.ScreenSimulator/Assets/Advertisement-2.mp4 b/CRSim/Assets/Advertisement-2.mp4
similarity index 100%
rename from CRSim.ScreenSimulator/Assets/Advertisement-2.mp4
rename to CRSim/Assets/Advertisement-2.mp4
diff --git a/CRSim.ScreenSimulator/Assets/Advertisement-3.mp4 b/CRSim/Assets/Advertisement-3.mp4
similarity index 100%
rename from CRSim.ScreenSimulator/Assets/Advertisement-3.mp4
rename to CRSim/Assets/Advertisement-3.mp4
diff --git a/CRSim/CRSim.csproj b/CRSim/CRSim.csproj
index 8560d1a..fdd9495 100644
--- a/CRSim/CRSim.csproj
+++ b/CRSim/CRSim.csproj
@@ -14,8 +14,20 @@
+
+
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+
+
+ PreserveNewest
+