@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
|
@@ -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 内容
|