1
0
This commit is contained in:
2025-07-18 12:20:46 +09:00
parent 4a1594bd11
commit 31588fc4b7
3 changed files with 7 additions and 3 deletions

View File

@@ -21,7 +21,8 @@ jobs:
submodules: true
fetch-depth: 0
- run: |
yarn install
npm install -g yarn@1.22.19 # ← yarn 1系を使う
yarn install --frozen-lockfile --ignore-engines
rm -rf public
git clone https://${GITEA_TOKEN}@git.syui.ai/ai/card_public public
rm -rf public/.git*

View File

@@ -21,5 +21,8 @@
},
"devDependencies": {
"@vue/cli-service": "~4.5.15"
},
"resolutions": {
"minimatch": "^3.1.2"
}
}

View File

@@ -1,7 +1,7 @@
<template>
<div id="app">
<link rel="stylesheet" href="https://syui.ai/bower_components/icomoon/style.css" />
<link rel="stylesheet" href="https://syui.ai/bower_components/font-awesome/css/all.min.css" />
<link rel="stylesheet" href="https://syui.github.io/bower_components/icomoon/style.css" />
<link rel="stylesheet" href="https://syui.github.io/bower_components/font-awesome/css/all.min.css" />
<div class="menu">
<a href="/" class="top-icon"><span class="icon-ai"></span></a>
<code v-if="loc === 'te'"><a href="https://bsky.app/profile/yui.syui.ai" target="_blank">@yui.syui.ai</a> /ten</code>