Skip to content

Commit

Permalink
feat: 新增jrkf样式配置 (#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
ht-xiaomei authored Oct 29, 2024
1 parent 0bf15d2 commit 492fd78
Show file tree
Hide file tree
Showing 14 changed files with 6,529 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"dev": "vite --open --force",
"dev:rtl": "VITE_RTL=rtl vite --open --force",
"dev:jmapp": "VITE_APP_PROJECT_ID=jmapp vite --open --force",
"dev:jrkf": "VITE_APP_PROJECT_ID=jrkf vite --open --force",
"dev:theme": "npm run generate:themes-dev && npm run checked && vite --force --config vite.config.theme.ts",
"dev:taro:weapp": "pnpm run update:taro:entry && pnpm --dir ./packages/nutui-taro-demo dev:weapp",
"dev:taro:jd": "pnpm run update:taro:entry && pnpm --dir ./packages/nutui-taro-demo dev:jd",
Expand Down
175 changes: 175 additions & 0 deletions src/styles/font-jrkf/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,175 @@
{
"name": "nutui-icon",
"data": [
{
"name": "粗体 Icon",
"nameEn": "Bold Icon",
"icons": [
"order",
"refresh",
"add",
"JD",
"eye",
"dshop",
"my2",
"star",
"del2",
"more-x",
"comment",
"microphone",
"people",
"service",
"cart2",
"location2",
"marshalling",
"fabulous",
"s-follow",
"shop",
"jdl"
]
},
{
"name": "细体 Icon",
"nameEn": "Thin Icon",
"icons": [
"ask",
"tips",
"notice",
"lower",
"top",
"download",
"dongdong",
"JIMI40",
"location",
"scan",
"addfollow",
"search",
"share",
"follow",
"del",
"edit",
"cart",
"home",
"find",
"category",
"my",
"footprint",
"link",
"scan2",
"left",
"close",
"locationg3",
"share",
"shop3",
"message",
"ask2",
"search2",
"clock",
"setting",
"refresh2",
"horizontal",
"date",
"photograph",
"more-s",
"play-stop",
"play-start",
"play-double-back",
"play-double-forward",
"voice",
"image",
"image-error"
]
},
{
"name": "应用图标",
"nameEn": "Application Icon",
"icons": [
"arrow-up",
"arrow-down",
"arrow-up2",
"arrow-down2",
"down-arrow",
"joy-smile",
"close-little",
"horizontal-n",
"share-n",
"heart1",
"heart-fill",
"star-n",
"star-fill-n",
"triangle-down",
"triangle-up"
]
},
{
"name": "基础图标",
"nameEn": "Basic Icon",
"icons": [
"rect-up",
"rect-down",
"rect-left",
"rect-right",
"uploader",
"mask-close",
"circle-close",
"right",
"arrow-right",
"github",
"screen-little",
"plus",
"minus",
"Check",
"issue",
"failure",
"success",
"retweet",
"poweroff-circle-fill",
"play-circle-fill",
"checked",
"checklist",
"check-disabled",
"check-normal",
"check-checked",
"loading",
"loading1"
]
}

],
"style":[
{
"name": "通用动态样式",
"nameEn": "Universal Dynamic Style",
"icons": [{
"name":"dou-arrow-up",
"animation-name":"am-jump",
"animation-time":"am-infinite"
},{
"name":"star",
"animation-name":"am-blink",
"animation-time":"am-infinite"
},{
"name":"refresh2",
"animation-name":"am-rotate",
"animation-time":"am-infinite"
},{
"name":"heart-fill",
"animation-name":"am-breathe",
"animation-time":"am-infinite"
},{
"name":"microphone",
"animation-name":"am-flash",
"animation-time":"am-infinite"
},{
"name":"download",
"animation-name":"am-bounce",
"animation-time":"am-infinite"
},{
"name":"message",
"animation-name":"am-shake",
"animation-time":"am-infinite"
}
]
}
]
}
Loading

0 comments on commit 492fd78

Please sign in to comment.