| 6 | declare const __APP_VERSION__: string; |
| 7 | |
| 8 | interface NoticeTypes { |
| 9 | isShow: boolean; |
| 10 | type: 'create' | 'error' | 'info' | 'success' | 'warning'; |
| 11 | content: string; |
| 12 | isButton: boolean; |
| 13 | buttonContent: string; |
| 14 | url: string; |
| 15 | rankVers: string; |
| 16 | version: string; |
| 17 | noticeId: string; |
| 18 | } |
| 19 | |
| 20 | export class Notice { |
| 21 | public url = 'https://frank-notice-1302853015.cos.ap-chongqing.myqcloud.com/frankRust.json' |
nothing calls this directly
no outgoing calls
no test coverage detected