From dc8e767d0fdcedcc0fa8e4a4b1074199d3f052db Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 27 Jun 2024 06:34:00 +0000 Subject: [PATCH] add language icons --- public/c.svg | 1 + public/python.svg | 1 + src/components/SelectLanguage.vue | 25 +++++++++++++++++++++---- 3 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 public/c.svg create mode 100644 public/python.svg diff --git a/public/c.svg b/public/c.svg new file mode 100644 index 0000000..0f99f82 --- /dev/null +++ b/public/c.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/python.svg b/public/python.svg new file mode 100644 index 0000000..f2a4fbe --- /dev/null +++ b/public/python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/SelectLanguage.vue b/src/components/SelectLanguage.vue index b0b8d61..4f28e50 100644 --- a/src/components/SelectLanguage.vue +++ b/src/components/SelectLanguage.vue @@ -1,11 +1,28 @@