diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 41a9a02c..4f6057d9 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -27,6 +27,8 @@ module.exports = { semi: "off", quotes: "off", "no-undef": "off", + "@typescript-eslint/ban-types": "off", + "@typescript-eslint/ban-ts-comment": "off", "prettier/prettier": "error", }, } diff --git a/assets/vdoing/styles/index.styl b/assets/vdoing/styles/index.styl index d20b62d1..69bd7589 100644 --- a/assets/vdoing/styles/index.styl +++ b/assets/vdoing/styles/index.styl @@ -1,5 +1,5 @@ // 引入字体图标 -@import '//at.alicdn.com/t/font_1678482_4tbhmh589x.css' +// @import '//at.alicdn.com/t/font_1678482_4tbhmh589x.css' @require "./palette" @require './config' diff --git a/blog.styl b/blog.styl deleted file mode 100644 index 93f21f9e..00000000 --- a/blog.styl +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright (c) 2023, Terwer . All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Terwer designates this - * particular file as subject to the "Classpath" exception as provided - * by Terwer in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Terwer, Shenzhen, Guangdong, China, youweics@163.com - * or visit www.terwer.space if you need additional information or have any - * questions. - */ -body - background blue - font-size 14px - - - diff --git a/components/vdoing/DropdownLink.vue b/components/vdoing/DropdownLink.vue index fdf1ae5b..0ddc5275 100644 --- a/components/vdoing/DropdownLink.vue +++ b/components/vdoing/DropdownLink.vue @@ -1,91 +1,100 @@ - diff --git a/components/vdoing/Navbar.vue b/components/vdoing/Navbar.vue index dd7cb6c5..3ab74e04 100644 --- a/components/vdoing/Navbar.vue +++ b/components/vdoing/Navbar.vue @@ -19,12 +19,7 @@ @@ -33,26 +28,45 @@ -