mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 11:42:19 +08:00
update url
This commit is contained in:
parent
c6cc455469
commit
384f8594f2
2
.github/ISSUE_TEMPLATE/bug_report_zh.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report_zh.yml
vendored
|
@ -10,7 +10,7 @@ body:
|
||||||
options:
|
options:
|
||||||
- label: 我已在标题简短的描述了我所遇到的问题
|
- label: 我已在标题简短的描述了我所遇到的问题
|
||||||
- label: 我未在[Issue Tracker](./?q=is%3Aissue)中找到我要提出的问题
|
- label: 我未在[Issue Tracker](./?q=is%3Aissue)中找到我要提出的问题
|
||||||
- label: 我未在[常见问题](https://mihomo.party/guides/issue/general/)中找到我要提出的问题
|
- label: 我未在[常见问题](https://mihomo.party/docs/issues/common)中找到我要提出的问题
|
||||||
- label: 这是GUI程序的问题,而不是内核程序的问题
|
- label: 这是GUI程序的问题,而不是内核程序的问题
|
||||||
- label: 我已经使用最新的测试版本测试过,问题依旧存在
|
- label: 我已经使用最新的测试版本测试过,问题依旧存在
|
||||||
|
|
||||||
|
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -2,4 +2,4 @@ blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: '常见问题'
|
- name: '常见问题'
|
||||||
about: '提出问题前请先查看常见问题'
|
about: '提出问题前请先查看常见问题'
|
||||||
url: 'https://mihomo.party/guides/issue/general/'
|
url: 'https://mihomo.party/docs/issues/common'
|
||||||
|
|
|
@ -356,7 +356,7 @@ export const firstDriver = driver({
|
||||||
popover: {
|
popover: {
|
||||||
title: '覆写',
|
title: '覆写',
|
||||||
description:
|
description:
|
||||||
'Mihomo Party 提供强大的覆写功能,可以对您导入的订阅配置进行个性化修改,如添加规则、自定义代理组等,您可以直接导入别人写好的覆写文件,也可以自己动手编写,<b>编辑好覆写文件一定要记得在需要覆写的订阅上启用</b>,覆写文件的语法请参考 <a href="https://mihomo.party/guides/function/override/overview" target="_blank">官方文档</a>',
|
'Mihomo Party 提供强大的覆写功能,可以对您导入的订阅配置进行个性化修改,如添加规则、自定义代理组等,您可以直接导入别人写好的覆写文件,也可以自己动手编写,<b>编辑好覆写文件一定要记得在需要覆写的订阅上启用</b>,覆写文件的语法请参考 <a href="https://mihomo.party/docs/guide/override" target="_blank">官方文档</a>',
|
||||||
side: 'right',
|
side: 'right',
|
||||||
align: 'center'
|
align: 'center'
|
||||||
}
|
}
|
||||||
|
|
|
@ -131,7 +131,7 @@ const Override: React.FC = () => {
|
||||||
isIconOnly
|
isIconOnly
|
||||||
className="app-nodrag"
|
className="app-nodrag"
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
open('https://mihomo.party/guides/function/override/yaml/')
|
open('https://mihomo.party/docs/guide/override')
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<HiOutlineDocumentText className="text-lg" />
|
<HiOutlineDocumentText className="text-lg" />
|
||||||
|
@ -210,14 +210,14 @@ const Override: React.FC = () => {
|
||||||
await addOverrideItem({
|
await addOverrideItem({
|
||||||
name: '新建YAML',
|
name: '新建YAML',
|
||||||
type: 'local',
|
type: 'local',
|
||||||
file: '# https://mihomo.party/guides/function/override/yaml/',
|
file: '# https://mihomo.party/docs/guide/override/yaml',
|
||||||
ext: 'yaml'
|
ext: 'yaml'
|
||||||
})
|
})
|
||||||
} else if (key === 'new-js') {
|
} else if (key === 'new-js') {
|
||||||
await addOverrideItem({
|
await addOverrideItem({
|
||||||
name: '新建JS',
|
name: '新建JS',
|
||||||
type: 'local',
|
type: 'local',
|
||||||
file: '// https://mihomo.party/guides/function/override/js/\nfunction main(config) {\n return config\n}',
|
file: '// https://mihomo.party/docs/guide/override/javascript\nfunction main(config) {\n return config\n}',
|
||||||
ext: 'js'
|
ext: 'js'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user