Test.EIImageViewer
parent
1e44e3cc61
commit
2440d9b94c
|
@ -20,13 +20,16 @@ namespace IRaCIS.Core.API
|
|||
public static async Task Main(string[] args)
|
||||
{
|
||||
|
||||
if(!File.Exists($@"C:\.xingcang\config.json "))
|
||||
if(!File.Exists($@"C:\.xingcang\config.json"))
|
||||
{
|
||||
Console.WriteLine("µ±Ç°Î´×¢²á");
|
||||
|
||||
return
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue