From 53bff82047197635a4df304ad4160efc7b131af7 Mon Sep 17 00:00:00 2001 From: Wangjunqi123 Date: Thu, 28 Nov 2024 14:49:19 +0800 Subject: [PATCH] modify copyright author in web --- .gitignore | 2 +- vendor/github.com/bytedance/sonic/go.work | 9 +++++++++ web/env.d.ts | 2 +- web/index.html | 2 +- web/src/App.vue | 2 +- web/src/main.ts | 2 +- web/src/request/api.ts | 2 +- web/src/request/prometheus.ts | 2 +- web/src/request/request.ts | 2 +- web/src/router/index.ts | 2 +- web/src/shims-vue.d.ts | 2 +- web/src/stores/charts.ts | 2 +- web/src/stores/mac.ts | 2 +- web/src/utils/dateFormat.ts | 2 +- web/src/utils/datePicker.ts | 2 +- web/src/utils/echarts.ts | 2 +- 16 files changed, 24 insertions(+), 15 deletions(-) create mode 100644 vendor/github.com/bytedance/sonic/go.work diff --git a/.gitignore b/.gitignore index b5e4417..77a0bda 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,4 @@ log/ *.gz *.rpm -go.work* \ No newline at end of file +dump.rdb \ No newline at end of file diff --git a/vendor/github.com/bytedance/sonic/go.work b/vendor/github.com/bytedance/sonic/go.work new file mode 100644 index 0000000..8d2af51 --- /dev/null +++ b/vendor/github.com/bytedance/sonic/go.work @@ -0,0 +1,9 @@ +go 1.18 + +use ( + . + ./external_jsonlib_test + ./fuzz + ./generic_test + ./loader +) diff --git a/web/env.d.ts b/web/env.d.ts index 9b325b3..5b9edc4 100755 --- a/web/env.d.ts +++ b/web/env.d.ts @@ -2,7 +2,7 @@ * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. * PilotGo-plugin-topology licensed under the Mulan Permissive Software License, Version 2. * See LICENSE file for more details. - * Author: Wangjunqi123 + * Author: zhao_zhen_fang * Date: Mon Oct 9 11:19:00 2023 +0800 */ /// diff --git a/web/index.html b/web/index.html index f187fff..ea619b2 100755 --- a/web/index.html +++ b/web/index.html @@ -2,7 +2,7 @@ * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. * PilotGo-plugin-topology licensed under the Mulan Permissive Software License, Version 2. * See LICENSE file for more details. - * Author: Wangjunqi123 + * Author: zhao_zhen_fang * Date: Mon Oct 9 11:19:00 2023 +0800 --> diff --git a/web/src/App.vue b/web/src/App.vue index 3816a76..eabf392 100755 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -2,7 +2,7 @@ * Copyright (c) KylinSoft Co., Ltd. 2024.All rights reserved. * PilotGo-plugin-topology licensed under the Mulan Permissive Software License, Version 2. * See LICENSE file for more details. - * Author: Wangjunqi123 + * Author: zhao_zhen_fang * Date: Mon Oct 9 11:19:00 2023 +0800 -->