Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to new API #196

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Fetch Version
run: |
run: |-
sudo snap install yq
cd nyalcf_gui
nyalcf_version=$(yq eval '.version' pubspec.yaml)
Expand Down
3 changes: 1 addition & 2 deletions nyalcf_core/lib/network/dio/basic_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ BaseOptions options = BaseOptions(
'Nya/LoCyanFrp $appendInfo host=${Platform.operatingSystem}/${Platform.operatingSystemVersion}',
},
);
const apiV2Url = 'https://api-v2-next.locyanfrp.cn/api/v2';
const apiV2Url = 'https://api-v2.locyanfrp.cn/api/v2';
// const apiV2Url = 'http://localhost:18080/api/v2';
const frpcConfigUrl = 'https://lcf-frps-api.locyanfrp.cn/api';
const githubApiUrl = 'https://api-gh.1l1.icu';
const githubMainUrl = 'https://github.com';

Expand Down