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:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
tag:
|
tag:
|
||||||
description: 'Release Tag'
|
description: "Release Tag"
|
||||||
required: true
|
required: true
|
||||||
publish:
|
publish:
|
||||||
description: 'Publish: If want ignore'
|
description: "Publish: If want ignore"
|
||||||
required: false
|
required: false
|
||||||
play:
|
play:
|
||||||
description: 'Play: If want ignore'
|
description: "Play: If want ignore"
|
||||||
required: false
|
required: false
|
||||||
jobs:
|
jobs:
|
||||||
libcore:
|
libcore:
|
||||||
@ -33,7 +33,7 @@ jobs:
|
|||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: ^1.21
|
go-version: "1.22.10"
|
||||||
- name: Native Build
|
- name: Native Build
|
||||||
if: steps.cache.outputs.cache-hit != 'true'
|
if: steps.cache.outputs.cache-hit != 'true'
|
||||||
run: ./run lib core
|
run: ./run lib core
|
||||||
|
|||||||
@ -333,7 +333,7 @@ class MainActivity : ThemedActivity(),
|
|||||||
|
|
||||||
R.id.nav_about -> displayFragment(AboutFragment())
|
R.id.nav_about -> displayFragment(AboutFragment())
|
||||||
R.id.nav_tuiguang -> {
|
R.id.nav_tuiguang -> {
|
||||||
launchCustomTab("https://matsuricom.pages.dev/")
|
launchCustomTab("https://neko-box.pages.dev/喵")
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user