We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490a082 commit 2cc4cd3Copy full SHA for 2cc4cd3
README.md
@@ -1,6 +1,12 @@
1
-## jackHack2025\_A
+# キャンセラビット(jackHack2025チームA)
2
3
-Chrome拡張機能として動作するプロジェクトです。
+かわいいうさぎが、ネガティブな文章を検知したらポジティブな文章に変えてくれる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">
10
11
## 使用テンプレート
12
assets/キャンセラビットタイトル.png
52.8 KB
assets/キャンセラビット紹介.png
73 KB
pages/content-ui/src/index.tsx
@@ -69,7 +69,7 @@ const App: React.FC = () => {
69
initialWindowOverRef.current = false;
70
setTimeout(() => {
71
initialWindowOverRef.current = true;
72
- }, 3000);
+ }, 2000);
73
};
74
75
/* ─────────── SPA ナビゲーションでリセット ─────────── */
0 commit comments