@@ -231,7 +231,7 @@ export async function copyToClipboard(text: string): Promise<boolean> {
|
||||
export function getRandomId() {
|
||||
const nanoid = customAlphabet("0123456789abcdefghijklmnopqrstuvwxyz")
|
||||
return nanoid()
|
||||
}
|
||||
}
|
||||
|
||||
// function getChromeVersion() {
|
||||
// var raw = navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./)
|
||||
|
||||
@@ -610,5 +610,3 @@ export interface DetailsData {
|
||||
}
|
||||
|
||||
export type Grade = "S" | "A" | "B" | "C"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user