Initial commit of akmon project

This commit is contained in:
2026-01-20 08:04:15 +08:00
commit 77a2bab985
1309 changed files with 343305 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"]
}