1.0.8-fixbug

This commit is contained in:
ddmt 2024-11-15 20:25:27 +08:00
parent 14a24bb283
commit 2bff4c84c2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
* @Description: ddmt-index file * @Description: ddmt-index file
* @FilePath: /index.js * @FilePath: /index.js
*/ */
export { animateStart } from './Tool/animate.js'; export { animateStart, setClassVar, getStyleVar } from './Tool/animate.js';
export { randomNum, nextArray, ArrayDeHeavy, getRelativeTime } from './Tool/number.js'; export { randomNum, nextArray, ArrayDeHeavy, getRelativeTime } from './Tool/number.js';
console.log('ddmt-tool Loading successfully!! 😺'); console.log('ddmt-tool Loading successfully!! 😺');

View File

@ -1,6 +1,6 @@
{ {
"name": "ddmt-tool", "name": "ddmt-tool",
"version": "0.0.3", "version": "0.0.3-beta.1",
"description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.", "description": "A utility library that provides commonly used functions to simplify everyday development tasks. Whether it's string manipulation, array operations, or other frequent functionalities, `ddmt-tool` helps you work more efficiently.",
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",