Skip to content

Commit 2cc4cd3

Browse files
update README
1 parent 490a082 commit 2cc4cd3

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
## jackHack2025\_A
1+
# キャンセラビット(jackHack2025チームA)
22

3-
Chrome拡張機能として動作するプロジェクトです。
3+
かわいいうさぎが、ネガティブな文章を検知したらポジティブな文章に変えてくれるChrome拡張機能です
4+
5+
## プロダクト紹介
6+
デモ動画:https://www.youtube.com/watch?v=w4L3FMTnRj8
7+
8+
<img src="assets/キャンセラビットタイトル.png" alt="キャンセラビットタイトル" width="480">
9+
<img src="assets/キャンセラビット紹介.png" alt="キャンセラビット紹介" width="480">
410

511
## 使用テンプレート
612

52.8 KB
Loading
73 KB
Loading

pages/content-ui/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const App: React.FC = () => {
6969
initialWindowOverRef.current = false;
7070
setTimeout(() => {
7171
initialWindowOverRef.current = true;
72-
}, 3000);
72+
}, 2000);
7373
};
7474

7575
/* ─────────── SPA ナビゲーションでリセット ─────────── */

0 commit comments

Comments
 (0)