mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
7 lines
407 B
TypeScript
7 lines
407 B
TypeScript
/** 请求有 UA 限制的网址时, 可以使用此内置 UA (取自Firefox) */
|
|
export const UserAgent =
|
|
'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0'
|
|
/** 空白透明图像的 URL */
|
|
export const EmptyImageUrl =
|
|
'data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="0" height="0"></svg>'
|