Initial commit

This commit is contained in:
2026-03-16 10:37:46 +08:00
commit c052a67816
508 changed files with 22987 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "ak-charts",
"version": "0.1.0",
"description": "一个简单的uni_modules图表插件支持基础柱状图和折线图UTS插件规范。",
"uni_modules": {
"uni_modules": true,
"platforms": ["app", "h5", "mp-weixin"],
"uts": true
},
"main": "index.uts",
"keywords": ["charts", "canvas", "uni_modules", "uts"]
}