@somecat/financial-report 0.1.0 → 0.1.1

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # 3311 看板 H5 页面
1
+ # H5 页面
2
2
 
3
3
  基于设计图还原的 Vue3 H5 页面,固定 750px 宽度。
4
4
 
@@ -78,7 +78,7 @@ import { ReportApp, ReportPlugin } from './src'
78
78
  const reportRef = ref(null)
79
79
  const reportData = {
80
80
  header: {
81
- week: '3312',
81
+ week: '3',
82
82
  date: '2026.08.24',
83
83
  title: '资金周报',
84
84
  subtitle: '稳资金.降成本.控风险',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@somecat/financial-report",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Vue financial report component with PNG export",
5
5
  "keywords": [
6
6
  "vue",