Skip to content

Commit

Permalink
feat: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Dec 23, 2024
1 parent 5a3cd7f commit 1a52b17
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .postcssrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @module .postcssrc
* @description PostCSS 配置.
* @description PostCSS 配置
*/

import targets from './tools/lib/targets.js';
Expand Down
2 changes: 1 addition & 1 deletion .swcrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @module .swcrc
* @description SWC 配置.
* @description SWC 配置
*/

import targets from './tools/lib/targets.js';
Expand Down
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @module app.config
* @description 应用配置.
* @description 应用配置
*/

import path from 'node:path';
Expand Down
2 changes: 1 addition & 1 deletion svgo.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @module svgo.config
* @description Svgo 配置.
* @description Svgo 配置
*/

import { createHash } from 'node:crypto';
Expand Down

0 comments on commit 1a52b17

Please sign in to comment.