mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 03:32:17 +08:00
update url
This commit is contained in:
parent
78106b0ad3
commit
571992106d
|
@ -9,8 +9,8 @@
|
||||||
<a href="https://github.com/mihomo-party-org/mihomo-party/releases">
|
<a href="https://github.com/mihomo-party-org/mihomo-party/releases">
|
||||||
<img src="https://img.shields.io/github/release/mihomo-party-org/mihomo-party/all.svg">
|
<img src="https://img.shields.io/github/release/mihomo-party-org/mihomo-party/all.svg">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://t.me/mihomo_party_channel">
|
<a href="https://t.me/mihomo_party_group">
|
||||||
<img src="https://img.shields.io/badge/Telegram-Channel-blue?logo=telegram">
|
<img src="https://img.shields.io/badge/Telegram-Group-blue?logo=telegram">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<div align='center'>
|
<div align='center'>
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
### Breaking Changes
|
### Breaking Changes
|
||||||
|
|
||||||
- 此版本将Sub-Store后端默认监听端口修改为38324,如果此前使用了内置Sub-Store的订阅链接,请修改端口或重新导入
|
- 此版本将Sub-Store后端默认监听端口修改为38324,如果此前使用了内置Sub-Store的订阅链接,请修改端口或重新导入
|
||||||
|
- 旧的 Telegram 群组炸了,麻烦大家添加新的群组 https://t.me/mihomo_party_group ,只此一个,大家谨防假冒群组
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- 修复url-test代理组节点无法取消固定的问题
|
- 修复 url-test 代理组节点无法取消固定的问题
|
||||||
- 修复WebDAV备份时Sub-Store目录备份失败的问题
|
- 修复 WebDAV 备份时 Sub-Store 目录备份失败的问题
|
||||||
|
|
|
@ -373,7 +373,7 @@ export const firstDriver = driver({
|
||||||
popover: {
|
popover: {
|
||||||
title: '教程结束',
|
title: '教程结束',
|
||||||
description:
|
description:
|
||||||
'现在您已经了解了软件的基本用法,导入您的订阅开始使用吧,祝您使用愉快!\n您还可以加入我们的官方 <a href="https://t.me/mihomo_party_channel" target="_blank">Telegram 频道</a> 获取最新资讯',
|
'现在您已经了解了软件的基本用法,导入您的订阅开始使用吧,祝您使用愉快!\n您还可以加入我们的官方 <a href="https://t.me/mihomo_party_group" target="_blank">Telegram 群组</a> 获取最新资讯',
|
||||||
side: 'top',
|
side: 'top',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
onNextClick: async (): Promise<void> => {
|
onNextClick: async (): Promise<void> => {
|
||||||
|
|
|
@ -22,7 +22,7 @@ const ErrorFallback = ({ error }: FallbackProps): JSX.Element => {
|
||||||
color="primary"
|
color="primary"
|
||||||
variant="flat"
|
variant="flat"
|
||||||
className="ml-2"
|
className="ml-2"
|
||||||
onPress={() => open('https://t.me/mihomo_party')}
|
onPress={() => open('https://t.me/mihomo_party_group')}
|
||||||
>
|
>
|
||||||
Telegram
|
Telegram
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
@ -48,7 +48,7 @@ const Settings: React.FC = () => {
|
||||||
className="app-nodrag"
|
className="app-nodrag"
|
||||||
title="Telegram 群组"
|
title="Telegram 群组"
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
window.open('https://t.me/mihomo_party')
|
window.open('https://t.me/mihomo_party_group')
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<FaTelegramPlane className="text-lg" />
|
<FaTelegramPlane className="text-lg" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user