save artifact content to cloudflare workers kv

This commit is contained in:
lloydzhou
2024-07-24 20:02:37 +08:00
parent 1ecefd88f7
commit 421bf33c0e
8 changed files with 289 additions and 52 deletions

View File

@@ -104,6 +104,10 @@ const cn = {
Toast: "正在生成截图",
Modal: "长按或右键保存图片",
},
Artifact: {
Title: "分享页面",
Error: "分享失败",
},
},
Select: {
Search: "搜索消息",

View File

@@ -106,6 +106,10 @@ const en: LocaleType = {
Toast: "Capturing Image...",
Modal: "Long press or right click to save image",
},
Artifact: {
Title: "Share Artifact",
Error: "Share Error",
},
},
Select: {
Search: "Search",