mirror of
https://github.com/Pixeval/Pixeval.git
synced 2025-04-04 22:23:34 +08:00
* 添加翻译功能 * 清理测试代码 * 在翻译时禁用按钮 * update --------- Co-authored-by: Poker <poker_sang@outlook.com>
10 lines
490 B
XML
10 lines
490 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear></clear>
|
|
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
|
|
<add key="CommunityToolkit-Labs" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-Labs/nuget/v3/index.json" />
|
|
<!--<add key="Pixeval.Extensions" value="C:\WorkSpace\Pixeval.Extensions\src\output" />-->
|
|
</packageSources>
|
|
</configuration>
|