Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 3f95cb6

Browse files
committed
更新template的main文件里的链接
1 parent f2c2105 commit 3f95cb6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

template/src-js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default class extends Extension {
77
onInit() {
88
// 启用扩展
99
for (const c of categories) {
10-
// Fix https://github.com/bddjr/makeccx/issues/5
10+
// Fix https://github.com/makeccx/makeccx/issues/5
1111
api.removeCategory(c.id)
1212
api.addCategory({
1313
categoryId: c.id,

template/src-ts/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default class extends Extension {
55
onInit(): void {
66
// 启用扩展
77
for (const c of categories) {
8-
// Fix https://github.com/bddjr/makeccx/issues/5
8+
// Fix https://github.com/makeccx/makeccx/issues/5
99
api.removeCategory(c.id)
1010
api.addCategory({
1111
categoryId: c.id,

0 commit comments

Comments
 (0)