Skip to content

Commit b4fc263

Browse files
committed
feat: New dance
1 parent 0e68d48 commit b4fc263

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.github/workflows/opencode.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
permissions:
1818
id-token: write
19-
contents: read
20-
pull-requests: read
21-
issues: read
19+
contents: write
20+
pull-requests: write
21+
issues: write
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v6
@@ -27,5 +27,7 @@ jobs:
2727
uses: anomalyco/opencode/github@latest
2828
env:
2929
ZHIPU_API_KEY: ${{ secrets.ZHIPU_API_KEY }}
30+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3031
with:
32+
use_github_token: 'true'
3133
model: zai-coding-plan/glm-4.7

src/app/[locale]/(homepage)/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,11 @@ export default function IndexPage() {
109109
websiteUrl="https://karasnap.mikn.dev"
110110
/>
111111
<OSSProductCard
112-
name={t("ossProducts.nextDiscordAuth.title")}
113-
description={t("ossProducts.nextDiscordAuth.description")}
114-
icon={IdCard}
115-
repoUrl="https://github.com/mikndotdev/next-discord-auth"
116-
websiteUrl="https://npm.im/@mikandev/next-discord-auth"
112+
name={t("ossProducts.nextDiscordAuth.title")}
113+
description={t("ossProducts.nextDiscordAuth.description")}
114+
icon={IdCard}
115+
repoUrl="https://github.com/mikndotdev/next-discord-auth"
116+
websiteUrl="https://npm.im/@mikandev/next-discord-auth"
117117
/>
118118
</div>
119119
</div>

src/components/vrm.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ const animations = [
1919
loop: true,
2020
percentage: 10,
2121
},
22+
{
23+
url: "https://cdn.mikn.dev/vroid/horahora.vrma",
24+
loop: true,
25+
percentage: 1.14514,
26+
},
2227
{ url: "https://cdn.mikn.dev/vroid/hi.vrma", loop: false, percentage: 50 },
2328
{
2429
url: "https://cdn.mikn.dev/vroid/uishig.vrma",

0 commit comments

Comments
 (0)