doc: update screenshots

This commit is contained in:
Yidadaa
2023-04-06 01:22:29 +08:00
parent de78fd07c5
commit 7da0cc6551
11 changed files with 33 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ import { showToast } from "./components/ui-lib";
import Locale from "./locales";
export function trimTopic(topic: string) {
return topic.replace(/[,。!?、,.!?]*$/, "");
return topic.replace(/[,。!?”“"、,.!?]*$/, "");
}
export async function copyToClipboard(text: string) {