Files
uzVideo/html/store/config.js
2025-04-04 12:52:56 +08:00

33 lines
1.3 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// URL Schemes
export const URL_SCHEMES = {
BASE: 'uzVideo://uzVideo?action=addSub&url=',
INTENT: 'intent://uzVideo?action=addSub&url='
};
// Messages
export const MESSAGES = {
COPY_SUCCESS: '复制成功',
COPY_FAIL: '复制失败,请手动复制:\n\n',
USAGE_PATH: '使用路径uz影视 -> 设置 -> 数据管理 -> 订阅 -> +',
EMPTY_URL: '请输入资源链接',
INVALID_URL: '请输入有效的URL'
};
// Resource Configs
export const RESOURCE_CONFIGS = [
{
title: 'uz影视 all in one',
description: '整合大佬们开发的资源,感谢所有大佬. <a href="https://github.com/Yswag">Yswag</a> <a href="https://github.com/wangdepeng100">wangdepeng100</a>',
resourceUrl: 'https://raw.githubusercontent.com/YYDS678/uzVideo-extensions/refs/heads/main/uzAio.zip'
},
{
title: 'pv大佬 all in one',
description: '<a href="https://github.com/proversion2024">proversion2024</a> 大佬 all in one感谢大佬',
resourceUrl: 'https://ghproxy.cn/https://raw.githubusercontent.com/proversion2024/uz-extensions/refs/heads/master/uzAio.json'
},
{
title: '采集站',
description: '采集站资源,不需要添加太多两个够用',
resourceUrl: 'https://github.moeyy.xyz/https://raw.githubusercontent.com/YYDS678/uzVideo/main/video_sources_default.json'
}
];