ttl 提示

This commit is contained in:
Jesse-Ma
2022-12-06 10:55:14 +08:00
parent 4a8ff90081
commit 596a3c51d2
8 changed files with 48 additions and 17 deletions

View File

@@ -5,6 +5,7 @@ const en = {
content: {
blankTip: "I am Blank.",
noteTip: "Start writing something...",
deleteTip: "The note will be deleted automatically. ttl:"
},
button: {
ok: "OK",
@@ -24,7 +25,7 @@ const en = {
"100005": "Not Published!",
"100006": "Server Unavailable!",
"100011": "Empty Note!",
"100012": "Too Large, Beyond 200K!",
"100012": "Too Large, Beyond 400K!",
}
};
export default en;