feat: error track, app scroll

This commit is contained in:
archer
2023-09-03 17:37:14 +08:00
parent 7c16d08ec0
commit e0b23a26f2
9 changed files with 101 additions and 40 deletions

View File

@@ -13,6 +13,11 @@ export const fileImgs = [
{ suffix: 'md', src: '/imgs/files/markdown.svg' }
];
export enum TrackEventName {
windowError = 'windowError',
pageError = 'pageError'
}
export const htmlTemplate = `<!DOCTYPE html>
<html lang="en">
<head>