部分数据逻辑更新
This commit is contained in:
parent
fbbe68c00b
commit
5f7d0b7875
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
||||
//
|
||||
// 你可以指定所有值,也可以让修订版本和内部版本号采用默认值,
|
||||
// 方法是按如下所示使用 "*":
|
||||
[assembly: AssemblyVersion("1.0.14252.72")]
|
||||
[assembly: AssemblyVersion("1.0.14252.73")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
@ -38,7 +38,6 @@ namespace Web12306
|
||||
var crc = GetTextCrc(data);
|
||||
if (!r.EndsWith(crc + ""))
|
||||
{
|
||||
context.Response.Write(crc);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -211,6 +211,7 @@
|
||||
<Content Include="js\modules\jquery\jquery.js" />
|
||||
<Content Include="js\modules\seajs\sea.js" />
|
||||
<Content Include="js\modules\underscore\underscore.js" />
|
||||
<Content Include="js\ui\extesniondisabled.js" />
|
||||
<Content Include="js\ui\noextension.js" />
|
||||
<Content Include="js\ui\ui-autorefresh.js" />
|
||||
<Content Include="js\ui\ui-autosubmitform.js" />
|
||||
|
@ -86,7 +86,7 @@
|
||||
[new Date(2015, 1, 20), new Date(2014, 2, 18)]
|
||||
];
|
||||
|
||||
exports.startTrainStationSuggestQueryLimit = 2;
|
||||
exports.startTrainStationSuggestQueryLimit = 1;
|
||||
exports.maxSuggestStationTimeRange = {
|
||||
"": 300,
|
||||
"G": 180,
|
||||
|
Loading…
Reference in New Issue
Block a user