Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
* 将SauceNAO相关API提交至PixivCS项目
Browse files Browse the repository at this point in the history
* 添加字符串
  • Loading branch information
frg2089 committed Oct 6, 2019
1 parent b73c6ac commit 3f2a036
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 8 deletions.
6 changes: 0 additions & 6 deletions PixivFSUWP/PixivFSUWP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,6 @@
<Compile Include="SauceNAOPage.xaml.cs">
<DependentUpon>SauceNAOPage.xaml</DependentUpon>
</Compile>
<Compile Include="SauceNAO\Imgur.cs" />
<Compile Include="SauceNAO\Pixiv.cs" />
<Compile Include="SauceNAO\Response.cs" />
<Compile Include="SauceNAO\Result.cs" />
<Compile Include="SauceNAO\Sauce.cs" />
<Compile Include="SauceNAO\SauceNao.cs" />
<Compile Include="SearchPage.xaml.cs">
<DependentUpon>SearchPage.xaml</DependentUpon>
</Compile>
Expand Down
2 changes: 1 addition & 1 deletion PixivFSUWP/SearchPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
using PixivFSUWP.Interfaces;
using static PixivFSUWP.Data.OverAll;
// 额外内容
using PixivFSUWP.SauceNao;
using PixivCS.SauceNao;

// https://go.microsoft.com/fwlink/?LinkId=234238 上介绍了“空白页”项模板

Expand Down
4 changes: 4 additions & 0 deletions PixivFSUWP/Strings/ja/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -492,4 +492,8 @@
<value>Direct Connection (!Experimental!)</value>
<comment>CheckBox</comment>
</data>
<data name="NewComment.Content" xml:space="preserve">
<value>新しいコメント</value>
<comment>ToggleButton</comment>
</data>
</root>
24 changes: 24 additions & 0 deletions PixivFSUWP/Strings/zh-Hans/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,28 @@
<value>撰写评论</value>
<comment>ToggleButton</comment>
</data>
<data name="BtnSauceNAO.Content" xml:space="preserve">
<value>SauceNAO 以图搜图</value>
<comment>Button +</comment>
</data>
<data name="GoPixivID.PlaceholderText" xml:space="preserve">
<value>Pixiv ID</value>
<comment>AutoSuggestBox +</comment>
</data>
<data name="ImageDir.Text" xml:space="preserve">
<value>图像保存目录:</value>
<comment>TextBlock +</comment>
</data>
<data name="SearchMore.Text" xml:space="preserve">
<value>更多搜索功能</value>
<comment>TextBlock +</comment>
</data>
<data name="GoToPixivID.Text" xml:space="preserve">
<value>Pixiv ID 直达</value>
<comment>TextBlock +</comment>
</data>
<data name="QuickLS.Text" xml:space="preserve">
<value>一键二连</value>
<comment>MenuFlyoutItem +</comment>
</data>
</root>
20 changes: 20 additions & 0 deletions PixivFSUWP/Strings/zh-Hant/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,24 @@
<value>撰写评论</value>
<comment>ToggleButton</comment>
</data>
<data name="BtnSauceNAO.Content" xml:space="preserve">
<value>SauceNAO 以圖搜圖</value>
<comment>Button +</comment>
</data>
<data name="ImageDir.Text" xml:space="preserve">
<value>圖像保存目錄</value>
<comment>TextBlock +</comment>
</data>
<data name="SearchMore.Text" xml:space="preserve">
<value>更多功能</value>
<comment>TextBlock +</comment>
</data>
<data name="GoToPixivID.Text" xml:space="preserve">
<value>Pixiv ID 直達</value>
<comment>TextBlock +</comment>
</data>
<data name="QuickLS.Text" xml:space="preserve">
<value>一鍵收藏保存</value>
<comment>MenuFlyoutItem +</comment>
</data>
</root>
4 changes: 3 additions & 1 deletion UpdataLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@
>*|优化ID搜图|为ID搜图设置图标
>|||!!断网无调试云写代码警告!!
>*|資源添加|使用MAT工具添加字符串
>|||我云寫代碼成功了!可把我牛逼坏了(插会腰)
>|||我云寫代碼成功了!可把我牛逼坏了(插会腰)
>!|修复字符串|刚刚好像没推送出去..重推
>-|删除SauceNAO API|将SauceNAO相关API移至项目PixivCS

0 comments on commit 3f2a036

Please sign in to comment.