Skip to content

Commit 955b200

Browse files
committed
[fix] several Repository Name bugs
1 parent f53faef commit 955b200

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/init-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
env:
77
TEMPLATE_OWNER: idea2app
8-
TEMPLATE_NAME: Next-Bootstrap-ts
8+
TEMPLATE_NAME: Lark-Next-Bootstrap-ts
99
REPOSITORY_OWNER: ${{ github.repository_owner }}
1010
REPOSITORY_NAME: ${{ github.event.repository.name }}
1111

README.md

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

33
[Lark][0] project scaffold based on [TypeScript][2], [React][1], [Next.js][3], [Bootstrap][4] & [Workbox][5]. And this project bootstrapped with [`create-next-app`][6].
44

5-
[![CI & CD](https://github.com/idea2app/lark-Lark-Next-Bootstrap-ts/actions/workflows/main.yml/badge.svg)][7]
5+
[![CI & CD](https://github.com/idea2app/Lark-Next-Bootstrap-ts/actions/workflows/main.yml/badge.svg)][7]
66

77
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)][8]
88
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)][9]
@@ -109,9 +109,9 @@ pnpm container
109109
[4]: https://getbootstrap.com/
110110
[5]: https://developers.google.com/web/tools/workbox
111111
[6]: https://github.com/vercel/next.js/tree/canary/packages/create-next-app
112-
[7]: https://github.com/idea2app/lark-Lark-Next-Bootstrap-ts/actions/workflows/main.yml
113-
[8]: https://codespaces.new/idea2app/lark-Lark-Next-Bootstrap-ts
114-
[9]: https://gitpod.io/?autostart=true#https://github.com/idea2app/lark-Lark-Next-Bootstrap-ts
112+
[7]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/actions/workflows/main.yml
113+
[8]: https://codespaces.new/idea2app/Lark-Next-Bootstrap-ts
114+
[9]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Lark-Next-Bootstrap-ts
115115
[10]: https://mdxjs.com/
116116
[11]: https://mobx.js.org/
117117
[12]: https://github.com/features/actions
@@ -121,11 +121,11 @@ pnpm container
121121
[16]: https://pullrequestbadge.com/
122122
[17]: https://code.visualstudio.com/
123123
[18]: https://github.com/new?template_name=Lark-Next-Bootstrap-ts&template_owner=idea2app
124-
[19]: https://github.com/idea2app/lark-Lark-Next-Bootstrap-ts/blob/80967ed49045af9dbcf4d3695a2c39d53a6f71f1/.github/workflows/pull-request.yml#L9-L11
124+
[19]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/blob/80967ed49045af9dbcf4d3695a2c39d53a6f71f1/.github/workflows/pull-request.yml#L9-L11
125125
[20]: https://github.com/kaiyuanshe/kaiyuanshe.github.io/blob/bb4675a56bf1d6b207231313da5ed0af7cf0ebd6/.github/workflows/pull-request.yml#L32-L56
126-
[21]: https://github.com/idea2app/lark-Lark-Next-Bootstrap-ts/settings/secrets/actions
127-
[22]: https://github.com/idea2app/lark-Lark-Next-Bootstrap-ts/issues/new/choose
128-
[23]: https://github.com/idea2app/lark-Lark-Next-Bootstrap-ts/projects
126+
[21]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/settings/secrets/actions
127+
[22]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/issues/new/choose
128+
[23]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/projects
129129
[24]: https://nextjs.org/docs/api-routes/introduction
130130
[25]: https://nextjs.org/docs
131131
[26]: https://nextjs.org/learn

components/Navigator/MainNavigator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export const MainNavigator: FC = observer(() => (
2828

2929
<Nav.Link
3030
target="_blank"
31-
href="https://github.com/idea2app/lark-lark-next-bootstrap-ts"
31+
href="https://github.com/idea2app/Lark-Next-Bootstrap-ts"
3232
>
3333
{t('source_code')}
3434
</Nav.Link>

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ networks:
55

66
services:
77
lark-next-bootstrap-ts:
8-
image: idea2app/lark-lark-next-bootstrap-ts
8+
image: idea2app/lark-next-bootstrap-ts
99
networks:
1010
- idea2app
1111
healthcheck:

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@idea2app/lark-lark-next-bootstrap-ts",
2+
"name": "@idea2app/lark-next-bootstrap-ts",
33
"version": "2.1.0",
44
"description": "Lark project scaffold based on TypeScript, React, Next.js, Bootstrap & Workbox.",
55
"private": true,
@@ -106,7 +106,7 @@
106106
"start": "next start",
107107
"lint": "next lint && tsc --noEmit",
108108
"test": "lint-staged && npm run lint",
109-
"pack-image": "docker build -t idea2app/lark-lark-next-bootstrap-ts:latest .",
110-
"container": "docker rm -f lark-next-bootstrap-ts && docker run --name lark-next-bootstrap-ts -p 3000:3000 -d idea2app/lark-lark-next-bootstrap-ts:latest"
109+
"pack-image": "docker build -t idea2app/lark-next-bootstrap-ts:latest .",
110+
"container": "docker rm -f lark-next-bootstrap-ts && docker run --name lark-next-bootstrap-ts -p 3000:3000 -d idea2app/lark-next-bootstrap-ts:latest"
111111
}
112112
}

0 commit comments

Comments
 (0)