feat: parse html for url

This commit is contained in:
2025-07-15 05:29:18 +00:00
parent 1117a1ffa9
commit 7f126eb649
30 changed files with 457 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net8.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "8.0.0"
},
"configProperties": {
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}