From 1a52b171053c52e92d97b12f7e704177270b7451 Mon Sep 17 00:00:00 2001 From: nuintun Date: Mon, 23 Dec 2024 10:37:08 +0800 Subject: [PATCH] feat: Update code --- .postcssrc.js | 2 +- .swcrc.js | 2 +- app.config.js | 2 +- svgo.config.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.postcssrc.js b/.postcssrc.js index 29e7f4b2..59940daa 100644 --- a/.postcssrc.js +++ b/.postcssrc.js @@ -1,6 +1,6 @@ /** * @module .postcssrc - * @description PostCSS 配置. + * @description PostCSS 配置 */ import targets from './tools/lib/targets.js'; diff --git a/.swcrc.js b/.swcrc.js index 1cac31eb..70a9f138 100644 --- a/.swcrc.js +++ b/.swcrc.js @@ -1,6 +1,6 @@ /** * @module .swcrc - * @description SWC 配置. + * @description SWC 配置 */ import targets from './tools/lib/targets.js'; diff --git a/app.config.js b/app.config.js index cf9b7275..69eb5057 100644 --- a/app.config.js +++ b/app.config.js @@ -1,6 +1,6 @@ /** * @module app.config - * @description 应用配置. + * @description 应用配置 */ import path from 'node:path'; diff --git a/svgo.config.js b/svgo.config.js index 67f1b973..04e7e309 100644 --- a/svgo.config.js +++ b/svgo.config.js @@ -1,6 +1,6 @@ /** * @module svgo.config - * @description Svgo 配置. + * @description Svgo 配置 */ import { createHash } from 'node:crypto';