add: gitea tools

This commit is contained in:
h z
2025-05-08 01:14:41 +01:00
parent d73a724ce9
commit b1642aa6a3
9 changed files with 150 additions and 45 deletions

7
NuGet.Config Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="hangman-lab" value="https://git.hangman-lab.top/api/packages/hzhang/nuget/index.json" />
</packageSources>
</configuration>