mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-18 22:20:06 +08:00
fix: build
This commit is contained in:
parent
08505a7722
commit
e8beeec94c
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -3,13 +3,13 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: 'Release Tag'
|
||||
description: "Release Tag"
|
||||
required: true
|
||||
publish:
|
||||
description: 'Publish: If want ignore'
|
||||
description: "Publish: If want ignore"
|
||||
required: false
|
||||
play:
|
||||
description: 'Play: If want ignore'
|
||||
description: "Play: If want ignore"
|
||||
required: false
|
||||
jobs:
|
||||
libcore:
|
||||
@ -33,7 +33,7 @@ jobs:
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: ^1.21
|
||||
go-version: "1.22.10"
|
||||
- name: Native Build
|
||||
if: steps.cache.outputs.cache-hit != 'true'
|
||||
run: ./run lib core
|
||||
|
||||
@ -333,7 +333,7 @@ class MainActivity : ThemedActivity(),
|
||||
|
||||
R.id.nav_about -> displayFragment(AboutFragment())
|
||||
R.id.nav_tuiguang -> {
|
||||
launchCustomTab("https://matsuricom.pages.dev/")
|
||||
launchCustomTab("https://neko-box.pages.dev/喵")
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user