Add new analytics parameters pathSuffix
Some checks failed
openium/resgen.swift/pipeline/head There was a failure building this commit
Some checks failed
openium/resgen.swift/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -6,26 +6,26 @@ import SwiftUI
|
||||
extension ImageYolo {
|
||||
|
||||
public var article_notification_pull_detail: Image {
|
||||
Image("article_notification_pull_detail")
|
||||
Image("article_notification_pull_detail", bundle: Bundle.main)
|
||||
}
|
||||
|
||||
public var article_notification_pull: Image {
|
||||
Image("article_notification_pull")
|
||||
Image("article_notification_pull", bundle: Bundle.main)
|
||||
}
|
||||
|
||||
public var new_article: Image {
|
||||
Image("new_article")
|
||||
Image("new_article", bundle: Bundle.main)
|
||||
}
|
||||
|
||||
public var welcome_background: Image {
|
||||
Image("welcome_background")
|
||||
Image("welcome_background", bundle: Bundle.main)
|
||||
}
|
||||
|
||||
public var article_trash: Image {
|
||||
Image("article_trash")
|
||||
Image("article_trash", bundle: Bundle.main)
|
||||
}
|
||||
|
||||
public var ic_close_article: Image {
|
||||
Image("ic_close_article")
|
||||
Image("ic_close_article", bundle: Bundle.main)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user