Skip to content

Commit 415f00c

Browse files
TechQuerygithub-actions[bot]
authored andcommitted
[fix] replace Repository Name
1 parent 5411b38 commit 415f00c

8 files changed

Lines changed: 30 additions & 30 deletions

File tree

.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
NEXT_PUBLIC_SITE_NAME = Lark-Next-Bootstrap-ts
1+
NEXT_PUBLIC_SITE_NAME = activityhub-lark
22
NEXT_PUBLIC_SITE_SUMMARY = Lark project scaffold based on TypeScript, React, Next.js, Bootstrap & Workbox.
3-
NEXT_PUBLIC_LOGO = https://github.com/idea2app.png
3+
NEXT_PUBLIC_LOGO = https://github.com/open-source-bazaar.png
44

55
NEXT_PUBLIC_SENTRY_DSN =
66
SENTRY_ORG =
77
SENTRY_PROJECT =
88

99
NEXT_PUBLIC_LARK_API_HOST = https://open.feishu.cn/open-apis/
1010
NEXT_PUBLIC_LARK_APP_ID = cli_a2c7771153f8900c
11-
NEXT_PUBLIC_LARK_WIKI_URL = https://idea2app.feishu.cn/wiki/space/7318346900506181660
11+
NEXT_PUBLIC_LARK_WIKI_URL = https://open-source-bazaar.feishu.cn/wiki/space/7318346900506181660

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Lark-Next-Bootstrap-ts
1+
# activityhub-lark
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-Next-Bootstrap-ts/actions/workflows/main.yml/badge.svg)][7]
5+
[![CI & CD](https://github.com/open-source-bazaar/activityhub-lark/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]
@@ -31,7 +31,7 @@
3131
## User cases
3232

3333
1. https://github.com/kaiyuanshe/kaiyuanshe.github.io
34-
2. https://github.com/idea2app/idea2app.github.io
34+
2. https://github.com/open-source-bazaar/open-source-bazaar.github.io
3535

3636
## Best practice
3737

@@ -110,9 +110,9 @@ pnpm container
110110
[4]: https://getbootstrap.com/
111111
[5]: https://developers.google.com/web/tools/workbox
112112
[6]: https://github.com/vercel/next.js/tree/canary/packages/create-next-app
113-
[7]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/actions/workflows/main.yml
114-
[8]: https://codespaces.new/idea2app/Lark-Next-Bootstrap-ts
115-
[9]: https://gitpod.io/?autostart=true#https://github.com/idea2app/Lark-Next-Bootstrap-ts
113+
[7]: https://github.com/open-source-bazaar/activityhub-lark/actions/workflows/main.yml
114+
[8]: https://codespaces.new/open-source-bazaar/activityhub-lark
115+
[9]: https://gitpod.io/?autostart=true#https://github.com/open-source-bazaar/activityhub-lark
116116
[10]: https://mdxjs.com/
117117
[11]: https://mobx.js.org/
118118
[12]: https://koajs.com/
@@ -122,12 +122,12 @@ pnpm container
122122
[16]: https://github.com/apps/settings
123123
[17]: https://pullrequestbadge.com/
124124
[18]: https://code.visualstudio.com/
125-
[19]: https://github.com/new?template_name=Lark-Next-Bootstrap-ts&template_owner=idea2app
126-
[20]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/blob/afa51fad3b16e598bf3b10010b2dc47405b016a3/.github/workflows/main.yml#L9-L11
127-
[21]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/blob/363e023e5dd472c8ea53ec96eac25ec5122e667b/.github/workflows/Lark-notification.yml#L39
128-
[22]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/settings/secrets/actions
129-
[23]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/issues/new/choose
130-
[24]: https://github.com/idea2app/Lark-Next-Bootstrap-ts/projects
125+
[19]: https://github.com/new?template_name=activityhub-lark&template_owner=open-source-bazaar
126+
[20]: https://github.com/open-source-bazaar/activityhub-lark/blob/afa51fad3b16e598bf3b10010b2dc47405b016a3/.github/workflows/main.yml#L9-L11
127+
[21]: https://github.com/open-source-bazaar/activityhub-lark/blob/363e023e5dd472c8ea53ec96eac25ec5122e667b/.github/workflows/Lark-notification.yml#L39
128+
[22]: https://github.com/open-source-bazaar/activityhub-lark/settings/secrets/actions
129+
[23]: https://github.com/open-source-bazaar/activityhub-lark/issues/new/choose
130+
[24]: https://github.com/open-source-bazaar/activityhub-lark/projects
131131
[25]: https://nextjs.org/docs/api-routes/introduction
132132
[26]: https://nextjs.org/docs
133133
[27]: https://nextjs.org/learn

components/Navigator/MainNavigator.tsx

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

3939
<Nav.Link
4040
target="_blank"
41-
href="https://github.com/idea2app/Next-Bootstrap-TS"
41+
href="https://github.com/open-source-bazaar/Next-Bootstrap-TS"
4242
>
4343
{t('source_code')}
4444
</Nav.Link>

docker-compose.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
version: '3'
22

33
networks:
4-
idea2app:
4+
open-source-bazaar:
55

66
services:
7-
lark-next-bootstrap-ts:
8-
image: idea2app/lark-next-bootstrap-ts
7+
activityhub-lark:
8+
image: open-source-bazaar/activityhub-lark
99
networks:
10-
- idea2app
10+
- open-source-bazaar
1111
healthcheck:
1212
test: ['CMD-SHELL', 'curl -f http://localhost:3000/ || exit 1']
1313
interval: 3s
@@ -31,16 +31,16 @@ services:
3131
volumes:
3232
- /var/run/docker.sock:/var/run/docker.sock
3333
networks:
34-
- idea2app
34+
- open-source-bazaar
3535
restart: always
3636

3737
caddy:
3838
depends_on:
39-
- lark-next-bootstrap-ts
39+
- activityhub-lark
4040
image: caddy
4141
ports:
4242
- 80:80
4343
- 443:443
4444
networks:
45-
- idea2app
46-
command: caddy reverse-proxy --from your.domain.com --to lark-next-bootstrap-ts:3000
45+
- open-source-bazaar
46+
command: caddy reverse-proxy --from your.domain.com --to activityhub-lark:3000

models/Base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ githubClient.use(({ request }, next) => {
2323
return next();
2424
});
2525

26-
export const repositoryStore = new RepositoryModel('idea2app');
26+
export const repositoryStore = new RepositoryModel('open-source-bazaar');
2727

2828
type UploadedFile = Record<'originalname' | 'filename' | 'location', string>;
2929
/**

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-next-bootstrap-ts",
2+
"name": "@open-source-bazaar/activityhub-lark",
33
"version": "2.4.0",
44
"description": "Lark project scaffold based on TypeScript, React, Next.js, Bootstrap & Workbox.",
55
"private": true,
@@ -124,7 +124,7 @@
124124
"start": "next start",
125125
"lint": "next lint --fix && git add . && tsc --noEmit",
126126
"test": "lint-staged && npm run lint",
127-
"pack-image": "docker build -t idea2app/lark-next-bootstrap-ts:latest .",
128-
"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"
127+
"pack-image": "docker build -t open-source-bazaar/activityhub-lark:latest .",
128+
"container": "docker rm -f activityhub-lark && docker run --name activityhub-lark -p 3000:3000 -d open-source-bazaar/activityhub-lark:latest"
129129
}
130130
}

pages/scroll-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { repositoryStore } from '../models/Base';
1212
import { I18nContext } from '../models/Translation';
1313

1414
export const getServerSideProps = compose(errorLogger, cache(), async () => {
15-
const list = await new RepositoryModel('idea2app').getList();
15+
const list = await new RepositoryModel('open-source-bazaar').getList();
1616

1717
return { props: JSON.parse(JSON.stringify({ list })) };
1818
});

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "Lark-Next-Bootstrap-ts scaffold",
2+
"name": "activityhub-lark scaffold",
33
"short_name": "Next.ts demo",
44
"start_url": ".",
55
"description": "Lark project scaffold based on TypeScript, React, Next.js, Bootstrap & Workbox.",

0 commit comments

Comments
 (0)