From d32f07245700ba55cdc4313d22b6e0d5fec4905c Mon Sep 17 00:00:00 2001
From: wanggang <76527413@qq.com>
Date: Thu, 2 Dec 2021 09:49:44 +0800
Subject: [PATCH] 0.1.1
---
src/PhotoCollector/PhotoCollector.csproj | 2 +-
src/PhotoCollector/WebView2Interop.cs | 5 +++
src/WebApiTestServer/wwwroot/index.html | 54 +++++++++++++-----------
3 files changed, 35 insertions(+), 26 deletions(-)
diff --git a/src/PhotoCollector/PhotoCollector.csproj b/src/PhotoCollector/PhotoCollector.csproj
index b2146c1..2437476 100644
--- a/src/PhotoCollector/PhotoCollector.csproj
+++ b/src/PhotoCollector/PhotoCollector.csproj
@@ -10,7 +10,7 @@
full
True
zh-Hans
- 0.1.0
+ 0.1.1
diff --git a/src/PhotoCollector/WebView2Interop.cs b/src/PhotoCollector/WebView2Interop.cs
index 3f2ae2e..9703da9 100644
--- a/src/PhotoCollector/WebView2Interop.cs
+++ b/src/PhotoCollector/WebView2Interop.cs
@@ -15,5 +15,10 @@ namespace PhotoCollector
}
return null;
}
+
+ public string GetAppPath()
+ {
+ return AppContext.BaseDirectory;
+ }
}
}
\ No newline at end of file
diff --git a/src/WebApiTestServer/wwwroot/index.html b/src/WebApiTestServer/wwwroot/index.html
index 624e045..04b26a2 100644
--- a/src/WebApiTestServer/wwwroot/index.html
+++ b/src/WebApiTestServer/wwwroot/index.html
@@ -86,7 +86,7 @@