@atooyu/uxto-ui 1.1.0 → 1.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atooyu/uxto-ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "跨平台 UI 组件库 - 支持 Android、iOS、鸿蒙",
5
5
  "keywords": [
6
6
  "uxto-ui",
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
2
+ <path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
2
+ <path d="M3 11h8V3H3v8zm2-6h4v4H5V5zm8-2v8h8V3h-8zm6 6h-4V5h4v4zM3 21h8v-8H3v8zm2-6h4v4H5v-4zm13-2h-2v3h-3v2h3v3h2v-3h3v-2h-3v-3z"/>
3
+ </svg>
@@ -85,6 +85,8 @@ import bookmark from './icons/bookmark.svg'
85
85
  import bookmarkO from './icons/bookmark-o.svg'
86
86
  import chat from './icons/chat.svg'
87
87
  import clipboard from './icons/clipboard.svg'
88
+ import location from './icons/location.svg'
89
+ import scan from './icons/scan.svg'
88
90
 
89
91
  // 图标映射表
90
92
  export const icons: Record<string, string> = {
@@ -208,6 +210,10 @@ export const icons: Record<string, string> = {
208
210
  'clock': clock,
209
211
  'time': clock,
210
212
  'calendar': clock,
213
+
214
+ // 位置和扫码
215
+ 'location': location,
216
+ 'scan': scan,
211
217
  }
212
218
 
213
219
  // 获取图标 SVG 内容