Skip to content

Commit 610f584

Browse files
committed
chore: update Node.js version, pnpm lockfile, and add deploy script
1 parent 57d7295 commit 610f584

5 files changed

Lines changed: 6707 additions & 5005 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ logs
2525

2626
# cloudflare
2727
.wrangler/*
28+
29+
# deploy
30+
deploy.sh

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 设置基础镜像
2-
ARG NODE_VERSION=18.14.2
2+
ARG NODE_VERSION=20.18.2
33
FROM node:${NODE_VERSION}-slim as base
44
ARG PORT=3000
55
ENV NODE_ENV=production

components/BaseEmpty.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
<v-card
44
class="empty-card"
55
title="暂无相关数据"
6-
text="新站上线:面向自媒体/内容创作者的最流行的工具及资源导航站~"
6+
text="新站Edit0上线:极致体验的免费AI图像编辑器,支持Nano Banana Pro"
77
min-width="200"
88
variant="outlined"
9-
href="https://turbo0.com"
9+
href="https://edit0.com"
1010
target="_blank"
1111
></v-card>
1212
<svg

components/PleaseInput.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@
9999
<v-card
100100
class="empty-card"
101101
title="请先输入搜索"
102-
text="新站上线:面向自媒体/内容创作者的最流行的工具及资源导航站~"
102+
text="新站Edit0上线:极致体验的免费AI图像编辑器,支持Nano Banana Pro"
103103
min-width="200"
104104
variant="outlined"
105-
href="https://turbo0.com"
105+
href="https://edit0.com"
106106
target="_blank"
107107
>
108108
</v-card>

0 commit comments

Comments
 (0)