diff --git a/console/atest-ui/src/views/WelcomePage.vue b/console/atest-ui/src/views/WelcomePage.vue index e53f49c1..e85e71ff 100644 --- a/console/atest-ui/src/views/WelcomePage.vue +++ b/console/atest-ui/src/views/WelcomePage.vue @@ -1,6 +1,7 @@ - Welcome to use atest to improve your code quality! - Please read the following guide if this is your first time to use atest. - Create a store for saving the data - Create a test suite on the left panel - Select a suite, then create the test case - - - Please get more details from the official document. - - - + + + + + Welcome to atest + + + + + Use atest to improve your code quality! + Please read the following guide if this is your first time using atest: + + + + + + + + + + View official documentation + + + + - - Golang dependencies: - - - - {{ v }}@{{ k }} - - - - + - - JavaScript dependencies: - - - - {{ v }}@{{ k }} - - - {{ v }}@{{ k }} - - + + + + + + + Golang Dependencies + {{ Object.keys(sbomItems.go || {}).length }} packages + + + + + + {{ v }} + {{ k }} + + + + + + + + + + + JavaScript Dependencies + + {{ Object.keys(sbomItems.js?.dependencies || {}).length + Object.keys(sbomItems.js?.devDependencies || {}).length }} packages + + + + + + + + + {{ v }} + {{ k }} + + + + + + + + + {{ v }} + {{ k }} + + + + + + + + + + + + \ No newline at end of file
Use atest to improve your code quality!
Please read the following guide if this is your first time using atest: