From 907c970dbefad2775620a863667c70168efc6ef7 Mon Sep 17 00:00:00 2001 From: Seng Jik <853974536@qq.com> Date: Thu, 4 Feb 2021 22:18:19 +0800 Subject: [PATCH] Try publish msix package --- KoKoViewer/KoKoViewer.csproj | 27 +++++++++++++++++++++------ KoKoViewer/Package.appxmanifest | 4 ++-- README.md | 13 +++++++++++++ 3 files changed, 36 insertions(+), 8 deletions(-) diff --git a/KoKoViewer/KoKoViewer.csproj b/KoKoViewer/KoKoViewer.csproj index d494a06..d958062 100644 --- a/KoKoViewer/KoKoViewer.csproj +++ b/KoKoViewer/KoKoViewer.csproj @@ -17,7 +17,16 @@ 512 {A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} true - false + True + False + KoKoViewer_TemporaryKey.pfx + SHA256 + False + C:\Repos\KoKo\KoKoViewer\bin\AppPackages\ + True + Always + x86|x64 + 0 true @@ -29,6 +38,7 @@ false prompt true + false bin\x86\Release\ @@ -40,7 +50,7 @@ false prompt true - true + false true @@ -52,6 +62,7 @@ false prompt true + false bin\ARM\Release\ @@ -63,7 +74,7 @@ false prompt true - true + false true @@ -75,7 +86,7 @@ false prompt true - true + false bin\ARM64\Release\ @@ -87,7 +98,7 @@ false prompt true - true + false true @@ -99,6 +110,7 @@ false prompt true + false bin\x64\Release\ @@ -110,7 +122,7 @@ false prompt true - true + false PackageReference @@ -191,6 +203,9 @@ ..\KoKo\bin\$(Configuration)\netstandard2.0\KoKo.Core.dll + + + 14.0 diff --git a/KoKoViewer/Package.appxmanifest b/KoKoViewer/Package.appxmanifest index 548625e..fa31624 100644 --- a/KoKoViewer/Package.appxmanifest +++ b/KoKoViewer/Package.appxmanifest @@ -8,8 +8,8 @@ + Publisher="CN=KoKo" + Version="0.1.0.0" /> diff --git a/README.md b/README.md index c2fe072..7a130a2 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,16 @@ Anime wallpaper downloader. ## 目前问题 * Yandere报告的图片数量(posts标签的count属性)远远小于其实际图片数量 * Gelbooru需要登录后才可查看20000后的图片 + +## KoKoViewer +KoKoViewer是KoKo的使用UWP的GUI实现,提供了基本的浏览功能。 + +### 后续工作 +- [ ] 收藏夹 +- [ ] 下载图片 +- [ ] 支持播放视频 + +### 如何安装 +1. 下载Release包后解压并运行Install.ps1,此脚本将会引导你打开Windows的“开发人员模式”并安装KoKoViewer,此后便可在开始菜单找到。 +2. 到“设置” - “网络和Internet” - “WLAN” - “选择能够使用你的WLAN数据的应用”中打开KoKoViewer,如果没有这个选项则可以无视此条,也可能需要到其它位置打开KoKoViewer的网络权限。 +3. 使用[Windows Loopback Exemption Manager](https://github.com/Richasy/Windows-Loopback-Exemption-Manager)解除KoKoViewer的网络回环限制。