time-runner 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,7 +24,8 @@ yarn add time-runner
24
24
  ## 页面引入
25
25
  ```jsx
26
26
  import { TimeRunner } from "time-runner";
27
- import "time-runner/dist/time-runner.css";
27
+ // 1.0.3 版本开始,不需要引入css文件了
28
+ // import "time-runner/dist/time-runner.css";
28
29
  ```
29
30
 
30
31
  ## 使用说明
@@ -111,6 +112,10 @@ textShadowColor?: string;
111
112
 
112
113
  # 更新日志
113
114
 
115
+ ## [1.0.4] - 2025-11-16
116
+ ### 更新内容
117
+ - 更新Readme内容
118
+
114
119
  ## [1.0.3] - 2025-11-16
115
120
  ### 更新内容
116
121
  - 增加 textShadowColor(文字阴影颜色)属性
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "time-runner",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Displaying timer, current time, and countdown with light animation effects(React component)",
5
5
  "keywords": ["react", "countdown", "timer", "hook", "card", "less", "animation", "vite"],
6
6
  "main": "./dist/time-runner.umd.js",