mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
Update utils.ts
This commit is contained in:
parent
fe3654a030
commit
c1e3caa831
@ -1,6 +1,10 @@
|
|||||||
import { showToast } from "./components/ui-lib";
|
import { showToast } from "./components/ui-lib";
|
||||||
import Locale from "./locales";
|
import Locale from "./locales";
|
||||||
|
|
||||||
|
export function trimTopic(topic: string) {
|
||||||
|
return topic.replace(/[,。!?、,.!?]*$/, "");
|
||||||
|
}
|
||||||
|
|
||||||
export async function copyToClipboard(text: string) {
|
export async function copyToClipboard(text: string) {
|
||||||
try {
|
try {
|
||||||
await navigator.clipboard.writeText(text);
|
await navigator.clipboard.writeText(text);
|
||||||
|
Loading…
Reference in New Issue
Block a user