Skip to content

Commit

Permalink
Change Test branch to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
JadynWong committed Jun 27, 2021
1 parent e483734 commit c01ac2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 58 deletions.
53 changes: 0 additions & 53 deletions .github/workflows/sync_qqwry.yml

This file was deleted.

7 changes: 3 additions & 4 deletions QQWryTest/QQWryIpSearchTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ protected QQWryIpSearch GetInstance()

var option = new QQWryOptions(dbPath)
{
QQWryUrl = "https://github.com/JadynWong/IP_qqwry/raw/test/qqwry.rar",
CopyWriteUrl = "https://github.com/JadynWong/IP_qqwry/raw/test/copywrite.rar"
QQWryUrl = "https://github.com/JadynWong/QQWrySync/raw/main/qqwry.rar",
CopyWriteUrl = "https://github.com/JadynWong/QQWrySync/raw/main/copywrite.rar"
};
QQWryIpSearch ipSearch = new QQWryIpSearch(option);
return ipSearch;
return new QQWryIpSearch(option);
}

protected string GetRandomIp(IIpSearch ipSearch)
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![.NET Core](https://github.com/JadynWong/IP_qqwry/actions/workflows/dotnetcore.yml/badge.svg)](https://github.com/JadynWong/IP_qqwry/actions/workflows/dotnetcore.yml)
[![release](https://github.com/JadynWong/IP_qqwry/actions/workflows/release.yml/badge.svg)](https://github.com/JadynWong/IP_qqwry/actions/workflows/release.yml)
[![sync_qqwry](https://github.com/JadynWong/IP_qqwry/actions/workflows/sync_qqwry.yml/badge.svg)](https://github.com/JadynWong/IP_qqwry/actions/workflows/sync_qqwry.yml)

| Packages | Version |
| ---- | ---- |
Expand Down

0 comments on commit c01ac2d

Please sign in to comment.