File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright © 2023 -PRESENT 三咲智子 (https://github.com/sxzz)
3+ Copyright © 2024 -PRESENT Kevin Deng (https://github.com/sxzz)
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1- # unplugin-inline-enum [ ![ npm ] ( https://img.shields.io/npm/v/unplugin-inline-enum.svg )] ( https://npmjs.com/package/unplugin-inline-enum ) [ ![ jsr ] ( https://jsr.io/badges/@unplugin/inline-enum )] ( https://jsr.io/@unplugin/inline-enum )
1+ # unplugin-inline-enum
22
3- [ ![ Unit Test] ( https://github.com/unplugin/unplugin-inline-enum/actions/workflows/unit-test.yml/badge.svg )] ( https://github.com/unplugin/unplugin-inline-enum/actions/workflows/unit-test.yml )
3+ [ ![ npm version] [ npm-version-src ]] [ npm-version-href ]
4+ [ ![ npm downloads] [ npm-downloads-src ]] [ npm-downloads-href ]
5+ [ ![ jsr] [ jsr-src ]] [ jsr-href ]
6+ [ ![ Unit Test] [ unit-test-src ]] [ unit-test-href ]
47
58Inline enum values to optimize bundle size.
69
@@ -133,4 +136,15 @@ Thanks to [@xiaoxiangmoe](https://github.com/xiaoxiangmoe) and
133136
134137## License
135138
136- [ MIT] ( ./LICENSE ) License © 2024-PRESENT [ 三咲智子] ( https://github.com/sxzz )
139+ [ MIT] ( ./LICENSE ) License © 2024-PRESENT [ Kevin Deng] ( https://github.com/sxzz )
140+
141+ <!-- Badges -->
142+
143+ [ npm-version-src ] : https://img.shields.io/npm/v/unplugin-inline-enum.svg
144+ [ npm-version-href ] : https://npmjs.com/package/unplugin-inline-enum
145+ [ npm-downloads-src ] : https://img.shields.io/npm/dm/unplugin-inline-enum
146+ [ npm-downloads-href ] : https://www.npmcharts.com/compare/unplugin-inline-enum?interval=30
147+ [ jsr-src ] : https://jsr.io/badges/@unplugin/inline-enum
148+ [ jsr-href ] : https://jsr.io/@unplugin/inline-enum
149+ [ unit-test-src ] : https://github.com/unplugin/unplugin-inline-enum/actions/workflows/unit-test.yml/badge.svg
150+ [ unit-test-href ] : https://github.com/unplugin/unplugin-inline-enum/actions/workflows/unit-test.yml
You can’t perform that action at this time.
0 commit comments