vfit 2.0.2 → 2.0.3

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 +4 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
1
  # vfit
2
2
 
3
- 官网:https://web-vfit.netlify.app
3
+ 官网:https://vfit.raychart.cn/
4
4
 
5
- 作者:一颗烂土豆
5
+ 公众号:RayChart(获取全网最全的大屏适配调研方案)
6
+
7
+ 作者:RayChart
6
8
 
7
9
  Vue 3 的轻量缩放与定位解决方案。通过插件提供全局缩放值,并内置 `FitContainer` 与 5 个专用定位组件,让页面元素在不同分辨率下保持比例与位置一致。
8
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vfit",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "A tiny Vue 3 plugin to auto-fit UI scale based on container size, plus a FitContainer component for easy positioning.",
5
5
  "keywords": [
6
6
  "vue3",
@@ -39,7 +39,7 @@
39
39
  "bugs": {
40
40
  "url": "https://github.com/v-plugin/vfit/issues"
41
41
  },
42
- "homepage": "https://web-vfit.netlify.app",
42
+ "homepage": "https://vfit.raychart.cn/",
43
43
  "type": "module",
44
44
  "main": "dist/fitscale.umd.js",
45
45
  "module": "dist/fitscale.es.js",