mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 03:05:15 +00:00
Merge remote-tracking branch 'origin2/main'
This commit is contained in:
commit
150f067379
2 changed files with 14 additions and 116 deletions
115
.github/workflows/node.js.yml
vendored
115
.github/workflows/node.js.yml
vendored
|
@ -1,115 +0,0 @@
|
||||||
name: CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- dev
|
|
||||||
|
|
||||||
env:
|
|
||||||
NODE_VERSION: 16
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: Build web assets
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Set up Node.js ${{ env.NODE_VERSION }}
|
|
||||||
uses: actions/setup-node@v2
|
|
||||||
with:
|
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
|
||||||
- name: Install dependencies
|
|
||||||
run: npm i; cd NUXT; npm i
|
|
||||||
- name: Set App Version
|
|
||||||
working-directory: NUXT
|
|
||||||
run: sed -i 's/dev-local/${{ github.sha }}/' nuxt.config.js
|
|
||||||
- name: Build web assets
|
|
||||||
working-directory: NUXT
|
|
||||||
run: npm run generate
|
|
||||||
- name: Upload artifacts
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: dist
|
|
||||||
path: dist
|
|
||||||
android:
|
|
||||||
name: Build Android platform
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
needs: [build]
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Download artifacts
|
|
||||||
uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
name: dist
|
|
||||||
path: dist
|
|
||||||
- name: Set up Node.js ${{ env.NODE_VERSION }}
|
|
||||||
uses: actions/setup-node@v2
|
|
||||||
with:
|
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
|
||||||
- name: Install dependencies
|
|
||||||
run: npm i
|
|
||||||
- name: Set up JDK 11
|
|
||||||
uses: actions/setup-java@v1
|
|
||||||
with:
|
|
||||||
java-version: 11
|
|
||||||
- name: Copy web assets to native platform
|
|
||||||
run: npx cap copy android
|
|
||||||
- name: Update native platform
|
|
||||||
run: npx cap update android
|
|
||||||
- name: Build with Gradle
|
|
||||||
working-directory: android
|
|
||||||
run: chmod +x gradlew; ./gradlew clean assembleRelease -x test -Pandroid.injected.signing.store.file=/home/runner/work/VueTube/VueTube/android/key.jks -Pandroid.injected.signing.store.password=${{ secrets.ANDROID_STORE_PASSWORD }} -Pandroid.injected.signing.key.alias=${{ secrets.ANDROID_KEY_ALIAS }} -Pandroid.injected.signing.key.password=${{ secrets.ANDROID_KEY_PASSWORD }}
|
|
||||||
- name: Upload artifacts
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: android
|
|
||||||
path: android/app/build/outputs/apk/release/app-release.apk
|
|
||||||
|
|
||||||
ios:
|
|
||||||
name: Build iOS platform
|
|
||||||
runs-on: macos-latest
|
|
||||||
needs: [build]
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
- name: Download artifacts
|
|
||||||
uses: actions/download-artifact@v2
|
|
||||||
with:
|
|
||||||
name: dist
|
|
||||||
path: dist
|
|
||||||
- name: Set up Node.js ${{ env.NODE_VERSION }}
|
|
||||||
uses: actions/setup-node@v2
|
|
||||||
with:
|
|
||||||
node-version: ${{ env.NODE_VERSION }}
|
|
||||||
- name: Install dependencies
|
|
||||||
run: npm i
|
|
||||||
- name: Copy web assets to native platform
|
|
||||||
run: npx cap copy ios
|
|
||||||
- name: Update native platform
|
|
||||||
run: npx cap update ios
|
|
||||||
- name: Add empty `GoogleService-Info.plist`
|
|
||||||
run: echo "$GOOGLE_SERVICE_INFO_PLIST" > ios/App/App/GoogleService-Info.plist
|
|
||||||
env:
|
|
||||||
GOOGLE_SERVICE_INFO_PLIST: ${{secrets.GOOGLE_SERVICE_INFO_PLIST}}
|
|
||||||
- name: Build and archive with xcodebuild
|
|
||||||
working-directory: ios
|
|
||||||
run: xcodebuild
|
|
||||||
-workspace App/App.xcworkspace
|
|
||||||
-scheme App
|
|
||||||
-archivePath App/build/App.xarchive
|
|
||||||
clean build archive
|
|
||||||
CODE_SIGN_IDENTITY=""
|
|
||||||
CODE_SIGNING_REQUIRED=NO
|
|
||||||
CODE_SIGNING_ALLOWED="NO"
|
|
||||||
CODE_SIGN_ENTITLEMENTS=""
|
|
||||||
- name: Make IPA
|
|
||||||
run: mkdir Payload && mv ~/Library/Developer/Xcode/DerivedData/App-*/Build/Products/Debug-iphoneos/App.app/ Payload && zip -r Payload.zip Payload && mv Payload.zip VueTube.ipa
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
|
||||||
uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: iOS
|
|
||||||
path: VueTube.ipa
|
|
|
@ -55,7 +55,9 @@ module.exports = {
|
||||||
language: "言語",
|
language: "言語",
|
||||||
backup: "バックアップ",
|
backup: "バックアップ",
|
||||||
backupinfo: "アプリの設定をバックアップ、または復元する。",
|
backupinfo: "アプリの設定をバックアップ、または復元する。",
|
||||||
restore: "復元"
|
restore: "復元",
|
||||||
|
personalizedrecommendations: "Personalized recommendations",
|
||||||
|
personalizedrecommendationsinfo: "Receive personalized recommendations in exchange for sending watch time telemetry.",
|
||||||
},
|
},
|
||||||
theme: {
|
theme: {
|
||||||
normal: "通常",
|
normal: "通常",
|
||||||
|
@ -73,6 +75,17 @@ module.exports = {
|
||||||
roundthumbnails: "丸みを帯びたサムネイル",
|
roundthumbnails: "丸みを帯びたサムネイル",
|
||||||
roundwatchpagecomponents: "視聴画面のコンポーネントを丸く",
|
roundwatchpagecomponents: "視聴画面のコンポーネントを丸く",
|
||||||
radius: "半径",
|
radius: "半径",
|
||||||
|
launchscreen: "起動画面",
|
||||||
|
centeredlayout: "中央揃えのレイアウト",
|
||||||
|
fullscreenlayout: "全画面レイアウト",
|
||||||
|
themedicon: "テーマアイコン",
|
||||||
|
bottomnavigation: "下部のナビゲーション",
|
||||||
|
shift: "シフト",
|
||||||
|
showlabels: "ラベルを表示する",
|
||||||
|
mdi: "MDI",
|
||||||
|
materialsymbols: "マテリアルシンボル",
|
||||||
|
fluentuiicons: "FluentUI アイコン",
|
||||||
|
ibmcarbonicons: "IBM カーボン アイコン",
|
||||||
},
|
},
|
||||||
startup: {
|
startup: {
|
||||||
defaultpage: "起動時のページ",
|
defaultpage: "起動時のページ",
|
||||||
|
|
Loading…
Reference in a new issue