Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Muska-Ami/NyaLCF into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Sep 30, 2024
2 parents d4d2c11 + 63389c5 commit d39e07e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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

0 comments on commit d39e07e

Please sign in to comment.