Skip to content

Commit c3405fe

Browse files
committed
chore: update repo addresses
1 parent faf0330 commit c3405fe

24 files changed

Lines changed: 28 additions & 28 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Apple Music-like Lyrics TTML Tool
66

7-
一个全新的逐词歌词编辑器!针对 [Apple Music-like Lyrics 生态](https://github.com/Steve-xmh/applemusic-like-lyrics)制作!
7+
一个全新的逐词歌词编辑器!针对 [Apple Music-like Lyrics 生态](https://github.com/amll-dev/applemusic-like-lyrics)制作!
88

99
<img width="1312" alt="image" src="https://github.com/user-attachments/assets/4db81b29-df0c-4f6e-819a-3b956b28247c">
1010
<img width="1312" alt="image" src="https://github.com/user-attachments/assets/929eefee-ebda-43db-ad04-c0f099077053">
@@ -21,7 +21,7 @@
2121

2222
欢迎访问[ test 分支](https://amll-ttml-tool-test.vercel.app/)来体验最新的功能和最新的 BUG!
2323

24-
也可以使用 Github Action 构建的 Tauri 桌面版本,具体见 [Github Action 构建 Tauri 桌面版本](https://github.com/Steve-xmh/amll-ttml-tool/actions/workflows/build-desktop.yaml)
24+
也可以使用 Github Action 构建的 Tauri 桌面版本,具体见 [Github Action 构建 Tauri 桌面版本](https://github.com/amll-dev/amll-ttml-tool/actions/workflows/build-desktop.yaml)
2525

2626
## 编辑器功能
2727

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 本项目的源代码的使用受到 GNU GENERAL PUBLIC LICENSE version 3 许可证的约束,具体可以参阅以下链接。
77
* Use of this source code is governed by the GNU GPLv3 license that can be found through the following link.
88
*
9-
* https://github.com/Steve-xmh/amll-ttml-tool/blob/main/LICENSE
9+
* https://github.com/amll-dev/amll-ttml-tool/blob/main/LICENSE
1010
*/
1111

1212
import {

src/components/DarkThemeDetector/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 本项目的源代码的使用受到 GNU GENERAL PUBLIC LICENSE version 3 许可证的约束,具体可以参阅以下链接。
77
* Use of this source code is governed by the GNU GPLv3 license that can be found through the following link.
88
*
9-
* https://github.com/Steve-xmh/amll-ttml-tool/blob/main/LICENSE
9+
* https://github.com/amll-dev/amll-ttml-tool/blob/main/LICENSE
1010
*/
1111

1212
import { useAtomValue, useSetAtom } from "jotai";

src/components/RibbonBar/common.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 本项目的源代码的使用受到 GNU GENERAL PUBLIC LICENSE version 3 许可证的约束,具体可以参阅以下链接。
77
* Use of this source code is governed by the GNU GPLv3 license that can be found through the following link.
88
*
9-
* https://github.com/Steve-xmh/amll-ttml-tool/blob/main/LICENSE
9+
* https://github.com/amll-dev/amll-ttml-tool/blob/main/LICENSE
1010
*/
1111

1212
import { Flex, Separator, Text } from "@radix-ui/themes";

src/components/RibbonBar/edit-mode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 本项目的源代码的使用受到 GNU GENERAL PUBLIC LICENSE version 3 许可证的约束,具体可以参阅以下链接。
77
* Use of this source code is governed by the GNU GPLv3 license that can be found through the following link.
88
*
9-
* https://github.com/Steve-xmh/amll-ttml-tool/blob/main/LICENSE
9+
* https://github.com/amll-dev/amll-ttml-tool/blob/main/LICENSE
1010
*/
1111

1212
import {

src/components/RibbonBar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 本项目的源代码的使用受到 GNU GENERAL PUBLIC LICENSE version 3 许可证的约束,具体可以参阅以下链接。
77
* Use of this source code is governed by the GNU GPLv3 license that can be found through the following link.
88
*
9-
* https://github.com/Steve-xmh/amll-ttml-tool/blob/main/LICENSE
9+
* https://github.com/amll-dev/amll-ttml-tool/blob/main/LICENSE
1010
*/
1111

1212
import { Card, Inset } from "@radix-ui/themes";

src/components/RibbonBar/preview-mode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 本项目的源代码的使用受到 GNU GENERAL PUBLIC LICENSE version 3 许可证的约束,具体可以参阅以下链接。
77
* Use of this source code is governed by the GNU GPLv3 license that can be found through the following link.
88
*
9-
* https://github.com/Steve-xmh/amll-ttml-tool/blob/main/LICENSE
9+
* https://github.com/amll-dev/amll-ttml-tool/blob/main/LICENSE
1010
*/
1111

1212
import { Checkbox, Grid, Text, TextField } from "@radix-ui/themes";

src/components/RibbonBar/sync-mode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 本项目的源代码的使用受到 GNU GENERAL PUBLIC LICENSE version 3 许可证的约束,具体可以参阅以下链接。
77
* Use of this source code is governed by the GNU GPLv3 license that can be found through the following link.
88
*
9-
* https://github.com/Steve-xmh/amll-ttml-tool/blob/main/LICENSE
9+
* https://github.com/amll-dev/amll-ttml-tool/blob/main/LICENSE
1010
*/
1111

1212
import { useCurrentLocation } from "$/modules/lyric-editor/utils/lyric-states.ts";

src/components/TopMenu/useTopMenuActions.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,17 +215,17 @@ export const useTopMenuActions = () => {
215215

216216
const onOpenGitHub = useCallback(async () => {
217217
if (import.meta.env.TAURI_ENV_PLATFORM) {
218-
await open("https://github.com/Steve-xmh/amll-ttml-tool");
218+
await open("https://github.com/amll-dev/amll-ttml-tool");
219219
} else {
220-
window.open("https://github.com/Steve-xmh/amll-ttml-tool");
220+
window.open("https://github.com/amll-dev/amll-ttml-tool");
221221
}
222222
}, []);
223223

224224
const onOpenWiki = useCallback(async () => {
225225
if (import.meta.env.TAURI_ENV_PLATFORM) {
226-
await open("https://github.com/Steve-xmh/amll-ttml-tool/wiki");
226+
await open("https://github.com/amll-dev/amll-ttml-tool/wiki");
227227
} else {
228-
window.open("https://github.com/Steve-xmh/amll-ttml-tool/wiki");
228+
window.open("https://github.com/amll-dev/amll-ttml-tool/wiki");
229229
}
230230
}, []);
231231

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 本项目的源代码的使用受到 GNU GENERAL PUBLIC LICENSE version 3 许可证的约束,具体可以参阅以下链接。
77
* Use of this source code is governed by the GNU GPLv3 license that can be found through the following link.
88
*
9-
* https://github.com/Steve-xmh/amll-ttml-tool/blob/main/LICENSE
9+
* https://github.com/amll-dev/amll-ttml-tool/blob/main/LICENSE
1010
*/
1111

1212
import * as Sentry from "@sentry/react";

0 commit comments

Comments
 (0)