igiveup 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +100 -62
- package/bin/cli.js +26 -28
- package/dist/404.html +1 -1
- package/dist/__next.__PAGE__.txt +1 -1
- package/dist/__next._full.txt +1 -1
- package/dist/__next._head.txt +1 -1
- package/dist/__next._index.txt +1 -1
- package/dist/__next._tree.txt +1 -1
- package/dist/_not-found/__next._full.txt +1 -1
- package/dist/_not-found/__next._head.txt +1 -1
- package/dist/_not-found/__next._index.txt +1 -1
- package/dist/_not-found/__next._not-found.__PAGE__.txt +1 -1
- package/dist/_not-found/__next._not-found.txt +1 -1
- package/dist/_not-found/__next._tree.txt +1 -1
- package/dist/_not-found.html +1 -1
- package/dist/_not-found.txt +1 -1
- package/dist/index.html +1 -1
- package/dist/index.txt +1 -1
- package/package.json +1 -1
- /package/dist/_next/static/{Btx0p5I4qNygUnI8kASLN → vI4Wy-xsqGI2uTL0Ayvry}/_buildManifest.js +0 -0
- /package/dist/_next/static/{Btx0p5I4qNygUnI8kASLN → vI4Wy-xsqGI2uTL0Ayvry}/_clientMiddlewareManifest.json +0 -0
- /package/dist/_next/static/{Btx0p5I4qNygUnI8kASLN → vI4Wy-xsqGI2uTL0Ayvry}/_ssgManifest.js +0 -0
package/README.md
CHANGED
|
@@ -24,13 +24,28 @@ npx igiveup
|
|
|
24
24
|
>
|
|
25
25
|
> Options: `--port 8080` `--lang en`
|
|
26
26
|
|
|
27
|
+
### Docker
|
|
28
|
+
|
|
29
|
+
```bash
|
|
30
|
+
docker run -p 8080:8080 supra126/igiveup
|
|
31
|
+
|
|
32
|
+
# With API Key (optional)
|
|
33
|
+
docker run -p 8080:8080 -e GEMINI_API_KEY=your-api-key supra126/igiveup
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
> Open http://localhost:8080
|
|
37
|
+
|
|
38
|
+
### Railway
|
|
39
|
+
|
|
40
|
+
[](https://railway.com/deploy/Iu7ojt?referralCode=EnYHPz&utm_medium=integration&utm_source=template&utm_campaign=generic)
|
|
41
|
+
|
|
27
42
|
---
|
|
28
43
|
|
|
29
44
|
## Features
|
|
30
45
|
|
|
31
46
|
### Phase 1: Strategy Selection
|
|
32
47
|
|
|
33
|
-
|
|
48
|
+
_The Grind Begins_
|
|
34
49
|
|
|
35
50
|
- **Smart Product Analysis**: Upload product image, AI decodes visual features & brand semantics
|
|
36
51
|
- **3 Strategy Routes**: Instantly generate 3 distinct marketing directions
|
|
@@ -39,17 +54,17 @@ npx igiveup
|
|
|
39
54
|
|
|
40
55
|
### Phase 2: Content Planning
|
|
41
56
|
|
|
42
|
-
|
|
57
|
+
_Still Grinding_
|
|
43
58
|
|
|
44
59
|
#### Multi-Platform Sizes
|
|
45
60
|
|
|
46
|
-
| Size
|
|
47
|
-
|
|
48
|
-
| **1:1 Square**
|
|
49
|
-
| **9:16 Vertical**
|
|
50
|
-
| **4:5 Portrait**
|
|
51
|
-
| **16:9 Landscape** | Covers, ad banners
|
|
52
|
-
| **1:1 Commercial** | Professional product photography
|
|
61
|
+
| Size | Best For |
|
|
62
|
+
| ------------------ | ---------------------------------- |
|
|
63
|
+
| **1:1 Square** | FB posts, IG carousel, e-commerce |
|
|
64
|
+
| **9:16 Vertical** | Stories, Reels, full-screen mobile |
|
|
65
|
+
| **4:5 Portrait** | IG Feed, mobile-optimized |
|
|
66
|
+
| **16:9 Landscape** | Covers, ad banners |
|
|
67
|
+
| **1:1 Commercial** | Professional product photography |
|
|
53
68
|
|
|
54
69
|
#### Content Planning
|
|
55
70
|
|
|
@@ -66,12 +81,13 @@ npx igiveup
|
|
|
66
81
|
|
|
67
82
|
#### Prompt Mode & Reference Mode
|
|
68
83
|
|
|
69
|
-
| Mode
|
|
70
|
-
|
|
71
|
-
| **Prompt**
|
|
84
|
+
| Mode | Description |
|
|
85
|
+
| ------------- | ------------------------------------ |
|
|
86
|
+
| **Prompt** | Generate from AI visual prompts |
|
|
72
87
|
| **Reference** | Upload reference, control similarity |
|
|
73
88
|
|
|
74
89
|
**Similarity Levels:**
|
|
90
|
+
|
|
75
91
|
- Low: Creative freedom (only color tone & mood)
|
|
76
92
|
- Medium: Moderate reference (lighting & colors, flexible composition)
|
|
77
93
|
- High: Close match (composition, layout, style)
|
|
@@ -88,15 +104,15 @@ npx igiveup
|
|
|
88
104
|
|
|
89
105
|
## Tech Stack
|
|
90
106
|
|
|
91
|
-
| Category
|
|
92
|
-
|
|
93
|
-
| Framework | Next.js 16 + React 19 + TypeScript
|
|
94
|
-
| AI Models | Google Gemini
|
|
95
|
-
|
|
|
96
|
-
|
|
|
97
|
-
| Styling
|
|
98
|
-
| Fonts
|
|
99
|
-
| Auth
|
|
107
|
+
| Category | Technology |
|
|
108
|
+
| --------- | -------------------------------------------------------------- |
|
|
109
|
+
| Framework | Next.js 16 + React 19 + TypeScript |
|
|
110
|
+
| AI Models | Google Gemini |
|
|
111
|
+
| | `gemini-2.5-flash` (text analysis & content planning) |
|
|
112
|
+
| | `gemini-3-pro-image-preview` (image generation) |
|
|
113
|
+
| Styling | Tailwind CSS |
|
|
114
|
+
| Fonts | Inter + Playfair Display (UI), Noto Sans TC (generated images) |
|
|
115
|
+
| Auth | Cloudflare Zero Trust (optional) |
|
|
100
116
|
|
|
101
117
|
---
|
|
102
118
|
|
|
@@ -134,7 +150,7 @@ pnpm start
|
|
|
134
150
|
# Static version (GitHub Pages, Cloudflare Pages, etc.)
|
|
135
151
|
pnpm build:static
|
|
136
152
|
pnpm start:static # Local test
|
|
137
|
-
# Output: ./
|
|
153
|
+
# Output: ./dist
|
|
138
154
|
```
|
|
139
155
|
|
|
140
156
|
### Environment Variables
|
|
@@ -164,13 +180,13 @@ CF_ACCESS_AUD=your-application-aud
|
|
|
164
180
|
|
|
165
181
|
### Server vs Static Build
|
|
166
182
|
|
|
167
|
-
| Feature
|
|
168
|
-
|
|
169
|
-
| API Key
|
|
170
|
-
| Rate Limiting | Server-controlled
|
|
171
|
-
| Zero Trust
|
|
172
|
-
| Deployment
|
|
173
|
-
| Output
|
|
183
|
+
| Feature | Server | Static |
|
|
184
|
+
| ------------- | --------------------- | ------------------ |
|
|
185
|
+
| API Key | Server-side supported | User must provide |
|
|
186
|
+
| Rate Limiting | Server-controlled | None |
|
|
187
|
+
| Zero Trust | Supported | Not supported |
|
|
188
|
+
| Deployment | Node.js server | Any static hosting |
|
|
189
|
+
| Output | `.next/` | `dist/` |
|
|
174
190
|
|
|
175
191
|
---
|
|
176
192
|
|
|
@@ -244,18 +260,21 @@ IGiveUpOnLife/
|
|
|
244
260
|
## Why This Exists
|
|
245
261
|
|
|
246
262
|
### User Experience
|
|
263
|
+
|
|
247
264
|
- Zero design skills needed
|
|
248
265
|
- Fast response (~3 sec strategy)
|
|
249
266
|
- Smooth UX with polished animations
|
|
250
267
|
- Full control over AI-generated content
|
|
251
268
|
|
|
252
269
|
### Marketing Expertise
|
|
270
|
+
|
|
253
271
|
- Brand consistency based on story & features
|
|
254
272
|
- Competitor insights from reference copy
|
|
255
273
|
- Multi-angle strategies (feature, emotion, data)
|
|
256
274
|
- Multi-platform support in one go
|
|
257
275
|
|
|
258
276
|
### Technical Advantages
|
|
277
|
+
|
|
259
278
|
- Cost-optimized - only generate what's needed
|
|
260
279
|
- Flexible deployment - server or static
|
|
261
280
|
- Enterprise-ready - Cloudflare Zero Trust integration
|
|
@@ -270,14 +289,14 @@ Don't want to work alone? Neither do we.
|
|
|
270
289
|
- **Feature idea?** Let's discuss
|
|
271
290
|
- **Want to code?** PRs welcome
|
|
272
291
|
|
|
273
|
-
>
|
|
292
|
+
> _"I don't want to work hard, but I'll review your PR."_ — The Maintainers
|
|
274
293
|
|
|
275
294
|
---
|
|
276
295
|
|
|
277
296
|
## Authors
|
|
278
297
|
|
|
279
298
|
| <a href="https://github.com/mag477"><img src="https://github.com/mag477.png" width="80" alt="mag477"/><br/><sub>@mag477</sub></a> | <a href="https://github.com/supra126"><img src="https://github.com/supra126.png" width="80" alt="supra126"/><br/><sub>@supra126</sub></a> |
|
|
280
|
-
|
|
299
|
+
| :-------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: |
|
|
281
300
|
|
|
282
301
|
---
|
|
283
302
|
|
|
@@ -317,7 +336,22 @@ npx igiveup
|
|
|
317
336
|
|
|
318
337
|
> 一行指令啟動
|
|
319
338
|
>
|
|
320
|
-
> 選項: `--port 8080` `--lang
|
|
339
|
+
> 選項: `--port 8080` `--lang zh`
|
|
340
|
+
|
|
341
|
+
### Docker
|
|
342
|
+
|
|
343
|
+
```bash
|
|
344
|
+
docker run -p 8080:8080 supra126/igiveup
|
|
345
|
+
|
|
346
|
+
# 帶 API Key(可選)
|
|
347
|
+
docker run -p 8080:8080 -e GEMINI_API_KEY=your-api-key supra126/igiveup
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
> 開啟 http://localhost:8080
|
|
351
|
+
|
|
352
|
+
### Railway
|
|
353
|
+
|
|
354
|
+
[](https://railway.com/deploy/Iu7ojt?referralCode=EnYHPz&utm_medium=integration&utm_source=template&utm_campaign=generic)
|
|
321
355
|
|
|
322
356
|
---
|
|
323
357
|
|
|
@@ -325,7 +359,7 @@ npx igiveup
|
|
|
325
359
|
|
|
326
360
|
### 第一階段:視覺策略選擇
|
|
327
361
|
|
|
328
|
-
|
|
362
|
+
_讓我努力步驟一_
|
|
329
363
|
|
|
330
364
|
- **智能產品分析**:上傳產品圖片,AI 自動解讀視覺特徵與品牌語意
|
|
331
365
|
- **三條策略路線**:即時生成 3 種截然不同的行銷策略方向
|
|
@@ -334,17 +368,17 @@ npx igiveup
|
|
|
334
368
|
|
|
335
369
|
### 第二階段:完整內容企劃
|
|
336
370
|
|
|
337
|
-
|
|
371
|
+
_不努力步驟二_
|
|
338
372
|
|
|
339
373
|
#### 多平台尺寸支援
|
|
340
374
|
|
|
341
|
-
| 尺寸
|
|
342
|
-
|
|
343
|
-
| **1:1 方形圖**
|
|
375
|
+
| 尺寸 | 適用場景 |
|
|
376
|
+
| ----------------- | --------------------------- |
|
|
377
|
+
| **1:1 方形圖** | FB 貼文、IG 輪播、電商主圖 |
|
|
344
378
|
| **9:16 直式長圖** | 限時動態、Reels、手機全螢幕 |
|
|
345
|
-
| **4:5 直式圖**
|
|
346
|
-
| **16:9 橫式長圖** | 封面、廣告圖片
|
|
347
|
-
| **1:1 商業攝影**
|
|
379
|
+
| **4:5 直式圖** | IG Feed 主頁、優化手機瀏覽 |
|
|
380
|
+
| **16:9 橫式長圖** | 封面、廣告圖片 |
|
|
381
|
+
| **1:1 商業攝影** | 專業商品攝影風格 |
|
|
348
382
|
|
|
349
383
|
#### 內容企劃功能
|
|
350
384
|
|
|
@@ -361,12 +395,13 @@ npx igiveup
|
|
|
361
395
|
|
|
362
396
|
#### 提詞版 & 參考版
|
|
363
397
|
|
|
364
|
-
| 模式
|
|
365
|
-
|
|
398
|
+
| 模式 | 說明 |
|
|
399
|
+
| ---------- | ------------------------------ |
|
|
366
400
|
| **提詞版** | 使用 AI 生成的視覺 Prompt 創作 |
|
|
367
|
-
| **參考版** | 上傳參考圖片,控制相似度生成
|
|
401
|
+
| **參考版** | 上傳參考圖片,控制相似度生成 |
|
|
368
402
|
|
|
369
403
|
**相似度控制:**
|
|
404
|
+
|
|
370
405
|
- 低:創意自由(僅參考色調與氛圍)
|
|
371
406
|
- 中:適度參考(光線與色彩,構圖彈性)
|
|
372
407
|
- 高:高度相似(構圖、佈局、風格)
|
|
@@ -383,15 +418,15 @@ npx igiveup
|
|
|
383
418
|
|
|
384
419
|
## 技術棧
|
|
385
420
|
|
|
386
|
-
| 類別
|
|
387
|
-
|
|
388
|
-
| 框架
|
|
389
|
-
| AI 模型 | Google Gemini
|
|
390
|
-
|
|
|
391
|
-
|
|
|
392
|
-
| 樣式
|
|
393
|
-
| 字體
|
|
394
|
-
| 認證
|
|
421
|
+
| 類別 | 技術 |
|
|
422
|
+
| ------- | ---------------------------------------------------------- |
|
|
423
|
+
| 框架 | Next.js 16 + React 19 + TypeScript |
|
|
424
|
+
| AI 模型 | Google Gemini |
|
|
425
|
+
| | `gemini-2.5-flash`(文字分析與內容規劃) |
|
|
426
|
+
| | `gemini-3-pro-image-preview`(專業圖片生成) |
|
|
427
|
+
| 樣式 | Tailwind CSS |
|
|
428
|
+
| 字體 | Inter + Playfair Display(介面)、Noto Sans TC(生成圖片) |
|
|
429
|
+
| 認證 | Cloudflare Zero Trust(選填) |
|
|
395
430
|
|
|
396
431
|
---
|
|
397
432
|
|
|
@@ -429,7 +464,7 @@ pnpm start
|
|
|
429
464
|
# 靜態版(可部署到 GitHub Pages、Cloudflare Pages 等)
|
|
430
465
|
pnpm build:static
|
|
431
466
|
pnpm start:static # 本地測試
|
|
432
|
-
# 輸出目錄: ./
|
|
467
|
+
# 輸出目錄: ./dist
|
|
433
468
|
```
|
|
434
469
|
|
|
435
470
|
### 環境變數設定
|
|
@@ -459,13 +494,13 @@ CF_ACCESS_AUD=your-application-aud
|
|
|
459
494
|
|
|
460
495
|
### 伺服器版 vs 靜態版
|
|
461
496
|
|
|
462
|
-
| 功能
|
|
463
|
-
|
|
464
|
-
| API 金鑰
|
|
465
|
-
| 速率限制
|
|
466
|
-
| Zero Trust | 支援
|
|
467
|
-
| 部署方式
|
|
468
|
-
| 輸出目錄
|
|
497
|
+
| 功能 | 伺服器版 | 靜態版 |
|
|
498
|
+
| ---------- | -------------- | ------------ |
|
|
499
|
+
| API 金鑰 | 支援伺服器端 | 用戶必須提供 |
|
|
500
|
+
| 速率限制 | 伺服器控制 | 無 |
|
|
501
|
+
| Zero Trust | 支援 | 不支援 |
|
|
502
|
+
| 部署方式 | Node.js 伺服器 | 任何靜態託管 |
|
|
503
|
+
| 輸出目錄 | `.next/` | `dist/` |
|
|
469
504
|
|
|
470
505
|
---
|
|
471
506
|
|
|
@@ -539,18 +574,21 @@ IGiveUpOnLife/
|
|
|
539
574
|
## 為什麼做這個
|
|
540
575
|
|
|
541
576
|
### 使用者體驗
|
|
577
|
+
|
|
542
578
|
- 零設計門檻
|
|
543
579
|
- 極速響應(約 3 秒完成策略分析)
|
|
544
580
|
- 流暢體驗,精緻動畫
|
|
545
581
|
- AI 生成內容完全可控
|
|
546
582
|
|
|
547
583
|
### 行銷專業
|
|
584
|
+
|
|
548
585
|
- 基於品牌故事與特色的品牌一致性
|
|
549
586
|
- 從參考文案獲得競品洞察
|
|
550
587
|
- 多角度策略(功能、情感、數據)
|
|
551
588
|
- 一次支援多平台
|
|
552
589
|
|
|
553
590
|
### 技術優勢
|
|
591
|
+
|
|
554
592
|
- 成本優化 - 只生成需要的內容
|
|
555
593
|
- 彈性部署 - 伺服器或靜態皆可
|
|
556
594
|
- 企業整合 - Cloudflare Zero Trust 支援
|
|
@@ -565,14 +603,14 @@ IGiveUpOnLife/
|
|
|
565
603
|
- **功能建議?** 來討論看看
|
|
566
604
|
- **想寫程式?** 歡迎 PR
|
|
567
605
|
|
|
568
|
-
>
|
|
606
|
+
> _「我不想努力了,但我會 review 你的 PR。」_ — 維護者們
|
|
569
607
|
|
|
570
608
|
---
|
|
571
609
|
|
|
572
610
|
## 作者
|
|
573
611
|
|
|
574
612
|
| <a href="https://github.com/mag477"><img src="https://github.com/mag477.png" width="80" alt="mag477"/><br/><sub>@mag477</sub></a> | <a href="https://github.com/supra126"><img src="https://github.com/supra126.png" width="80" alt="supra126"/><br/><sub>@supra126</sub></a> |
|
|
575
|
-
|
|
613
|
+
| :-------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------: |
|
|
576
614
|
|
|
577
615
|
---
|
|
578
616
|
|
package/bin/cli.js
CHANGED
|
@@ -225,39 +225,37 @@ function openBrowser(url) {
|
|
|
225
225
|
}
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
+
// ANSI color codes
|
|
229
|
+
const colors = {
|
|
230
|
+
reset: "\x1b[0m",
|
|
231
|
+
cyan: "\x1b[36m",
|
|
232
|
+
green: "\x1b[32m",
|
|
233
|
+
yellow: "\x1b[33m",
|
|
234
|
+
dim: "\x1b[2m",
|
|
235
|
+
bold: "\x1b[1m",
|
|
236
|
+
};
|
|
237
|
+
|
|
228
238
|
// 啟動伺服器
|
|
229
239
|
server.listen(port, () => {
|
|
230
240
|
const url = `http://localhost:${port}`;
|
|
231
|
-
|
|
232
|
-
// Dynamic width based on content
|
|
233
|
-
const line1 = `🎨 ${t.title}`;
|
|
234
|
-
const line2 = `${t.serverStarted}: ${url}`;
|
|
235
|
-
const line3 = `📝 ${t.instructions}:`;
|
|
236
|
-
const line4 = `1. ${t.step1}`;
|
|
237
|
-
const line5 = `2. ${t.step2}`;
|
|
238
|
-
const line6 = `3. ${t.step3}`;
|
|
239
|
-
const line7 = `🔑 ${t.getApiKey}:`;
|
|
240
|
-
const line8 = `https://aistudio.google.com/app/apikey`;
|
|
241
|
-
const line9 = t.pressCtrlC;
|
|
241
|
+
const separator = "━".repeat(45);
|
|
242
242
|
|
|
243
243
|
console.log(`
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
║ ║
|
|
260
|
-
╚════════════════════════════════════════════════════════════╝
|
|
244
|
+
${colors.cyan}${colors.bold}🎨 ${t.title}${colors.reset}
|
|
245
|
+
${colors.dim}${separator}${colors.reset}
|
|
246
|
+
|
|
247
|
+
${colors.green}✓${colors.reset} ${t.serverStarted}: ${colors.cyan}${url}${colors.reset}
|
|
248
|
+
|
|
249
|
+
${colors.yellow}📝 ${t.instructions}:${colors.reset}
|
|
250
|
+
1. ${t.step1}
|
|
251
|
+
2. ${t.step2}
|
|
252
|
+
3. ${t.step3}
|
|
253
|
+
|
|
254
|
+
${colors.yellow}🔑 ${t.getApiKey}:${colors.reset}
|
|
255
|
+
${colors.dim}https://aistudio.google.com/app/apikey${colors.reset}
|
|
256
|
+
|
|
257
|
+
${colors.dim}${separator}${colors.reset}
|
|
258
|
+
${colors.dim}${t.pressCtrlC}${colors.reset}
|
|
261
259
|
`);
|
|
262
260
|
|
|
263
261
|
// 自動開啟瀏覽器
|
package/dist/404.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--vI4Wy_xsqGI2uTL0Ayvry--><html lang="zh-TW"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/7521cd4ba12a4d17.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/41307292ab86fe39.js"/><script src="/_next/static/chunks/d8c9b2a63125f582.js" async=""></script><script src="/_next/static/chunks/d9468907c0fe03d2.js" async=""></script><script src="/_next/static/chunks/turbopack-42182df38b37704b.js" async=""></script><script src="/_next/static/chunks/c218146104a27e59.js" async=""></script><script src="/_next/static/chunks/b18da497cd71639c.js" async=""></script><script src="/_next/static/chunks/a43937f87dbafba4.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap" as="style"/><meta name="robots" content="noindex"/><title>不想努力了 I Give Up</title><meta name="description" content="AI 驅動的產品行銷內容設計工具"/><link rel="icon" href="/icon?140e72a8a8e48b2f" type="image/png" sizes="32x32"/><link rel="apple-touch-icon" href="/apple-icon?e7fde030fe27eb68" type="image/png" sizes="180x180"/><link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="bg-dynamic"><div class="bg-grid"></div><div class="bg-glow"></div></div><script src="/_next/static/chunks/41307292ab86fe39.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[29712,[\"/_next/static/chunks/c218146104a27e59.js\"],\"LocaleProvider\"]\n3:I[4342,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"default\"]\n4:I[18580,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"default\"]\n5:I[99706,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[99706,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"ViewportBoundary\"]\na:I[99706,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"MetadataBoundary\"]\nc:I[576,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"default\"]\n:HL[\"/_next/static/chunks/7521cd4ba12a4d17.css\",\"style\"]\n:HL[\"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900\u0026display=swap\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"vI4Wy-xsqGI2uTL0Ayvry\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/7521cd4ba12a4d17.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c218146104a27e59.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-TW\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900\u0026display=swap\",\"rel\":\"stylesheet\"}]}],[\"$\",\"body\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-dynamic\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-grid\"}],[\"$\",\"div\",null,{\"className\":\"bg-glow\"}]]}],[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$@9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@b\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[1059,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"IconMark\"]\nb:[[\"$\",\"title\",\"0\",{\"children\":\"不想努力了 I Give Up\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI 驅動的產品行銷內容設計工具\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon?140e72a8a8e48b2f\",\"alt\":\"$undefined\",\"type\":\"image/png\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"3\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon?e7fde030fe27eb68\",\"alt\":\"$undefined\",\"type\":\"image/png\",\"sizes\":\"180x180\"}],[\"$\",\"$Ld\",\"4\",{}]]\n7:null\n"])</script></body></html>
|
package/dist/__next.__PAGE__.txt
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
3:I[31713,["/_next/static/chunks/c218146104a27e59.js","/_next/static/chunks/7f3a50588edd3e98.js","/_next/static/chunks/c24f9dcbcebdbbbc.js"],"default"]
|
|
4
4
|
6:I[99706,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"OutletBoundary"]
|
|
5
5
|
7:"$Sreact.suspense"
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"vI4Wy-xsqGI2uTL0Ayvry","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/7f3a50588edd3e98.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/c24f9dcbcebdbbbc.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
|
7
7
|
4:{}
|
|
8
8
|
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
9
9
|
8:null
|
package/dist/__next._full.txt
CHANGED
|
@@ -11,7 +11,7 @@ e:I[99706,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a439
|
|
|
11
11
|
10:I[576,[],"default"]
|
|
12
12
|
:HL["/_next/static/chunks/7521cd4ba12a4d17.css","style"]
|
|
13
13
|
:HL["https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","style"]
|
|
14
|
-
0:{"P":null,"b":"
|
|
14
|
+
0:{"P":null,"b":"vI4Wy-xsqGI2uTL0Ayvry","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7521cd4ba12a4d17.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c218146104a27e59.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-TW","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","rel":"stylesheet"}]}],["$","body",null,{"children":[["$","div",null,{"className":"bg-dynamic","children":[["$","div",null,{"className":"bg-grid"}],["$","div",null,{"className":"bg-glow"}]]}],["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/7f3a50588edd3e98.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/c24f9dcbcebdbbbc.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
|
|
15
15
|
7:{}
|
|
16
16
|
8:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
17
17
|
d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
package/dist/__next._head.txt
CHANGED
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
4:I[99706,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"MetadataBoundary"]
|
|
4
4
|
5:"$Sreact.suspense"
|
|
5
5
|
7:I[1059,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"IconMark"]
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"vI4Wy-xsqGI2uTL0Ayvry","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false}
|
|
7
7
|
3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
8
8
|
6:[["$","title","0",{"children":"不想努力了 I Give Up"}],["$","meta","1",{"name":"description","content":"AI 驅動的產品行銷內容設計工具"}],["$","link","2",{"rel":"icon","href":"/icon?140e72a8a8e48b2f","type":"image/png","sizes":"32x32"}],["$","link","3",{"rel":"apple-touch-icon","href":"/apple-icon?e7fde030fe27eb68","type":"image/png","sizes":"180x180"}],["$","$L7","4",{}]]
|
package/dist/__next._index.txt
CHANGED
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
4:I[18580,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"default"]
|
|
5
5
|
:HL["/_next/static/chunks/7521cd4ba12a4d17.css","style"]
|
|
6
6
|
:HL["https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","style"]
|
|
7
|
-
0:{"buildId":"
|
|
7
|
+
0:{"buildId":"vI4Wy-xsqGI2uTL0Ayvry","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7521cd4ba12a4d17.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/c218146104a27e59.js","async":true}]],["$","html",null,{"lang":"zh-TW","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","rel":"stylesheet"}]}],["$","body",null,{"children":[["$","div",null,{"className":"bg-dynamic","children":[["$","div",null,{"className":"bg-grid"}],["$","div",null,{"className":"bg-glow"}]]}],["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}]]}],"loading":null,"isPartial":false}
|
package/dist/__next._tree.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
:HL["/_next/static/chunks/7521cd4ba12a4d17.css","style"]
|
|
2
2
|
:HL["https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","style"]
|
|
3
|
-
0:{"buildId":"
|
|
3
|
+
0:{"buildId":"vI4Wy-xsqGI2uTL0Ayvry","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
|
@@ -9,7 +9,7 @@ a:I[99706,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a439
|
|
|
9
9
|
c:I[576,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"default"]
|
|
10
10
|
:HL["/_next/static/chunks/7521cd4ba12a4d17.css","style"]
|
|
11
11
|
:HL["https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","style"]
|
|
12
|
-
0:{"P":null,"b":"
|
|
12
|
+
0:{"P":null,"b":"vI4Wy-xsqGI2uTL0Ayvry","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7521cd4ba12a4d17.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c218146104a27e59.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-TW","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","rel":"stylesheet"}]}],["$","body",null,{"children":[["$","div",null,{"className":"bg-dynamic","children":[["$","div",null,{"className":"bg-grid"}],["$","div",null,{"className":"bg-glow"}]]}],["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$@9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$@b"}]}]}],null]}],false]],"m":"$undefined","G":["$c","$undefined"],"S":true}
|
|
13
13
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
14
14
|
d:I[1059,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"IconMark"]
|
|
15
15
|
b:[["$","title","0",{"children":"不想努力了 I Give Up"}],["$","meta","1",{"name":"description","content":"AI 驅動的產品行銷內容設計工具"}],["$","link","2",{"rel":"icon","href":"/icon?140e72a8a8e48b2f","alt":"$undefined","type":"image/png","sizes":"32x32"}],["$","link","3",{"rel":"apple-touch-icon","href":"/apple-icon?e7fde030fe27eb68","alt":"$undefined","type":"image/png","sizes":"180x180"}],["$","$Ld","4",{}]]
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
4:I[99706,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"MetadataBoundary"]
|
|
4
4
|
5:"$Sreact.suspense"
|
|
5
5
|
7:I[1059,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"IconMark"]
|
|
6
|
-
0:{"buildId":"
|
|
6
|
+
0:{"buildId":"vI4Wy-xsqGI2uTL0Ayvry","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],null]}],"loading":null,"isPartial":false}
|
|
7
7
|
3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
8
8
|
6:[["$","title","0",{"children":"不想努力了 I Give Up"}],["$","meta","1",{"name":"description","content":"AI 驅動的產品行銷內容設計工具"}],["$","link","2",{"rel":"icon","href":"/icon?140e72a8a8e48b2f","type":"image/png","sizes":"32x32"}],["$","link","3",{"rel":"apple-touch-icon","href":"/apple-icon?e7fde030fe27eb68","type":"image/png","sizes":"180x180"}],["$","$L7","4",{}]]
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
4:I[18580,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"default"]
|
|
5
5
|
:HL["/_next/static/chunks/7521cd4ba12a4d17.css","style"]
|
|
6
6
|
:HL["https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","style"]
|
|
7
|
-
0:{"buildId":"
|
|
7
|
+
0:{"buildId":"vI4Wy-xsqGI2uTL0Ayvry","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7521cd4ba12a4d17.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/c218146104a27e59.js","async":true}]],["$","html",null,{"lang":"zh-TW","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","rel":"stylesheet"}]}],["$","body",null,{"children":[["$","div",null,{"className":"bg-dynamic","children":[["$","div",null,{"className":"bg-grid"}],["$","div",null,{"className":"bg-glow"}]]}],["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[99706,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"OutletBoundary"]
|
|
3
3
|
3:"$Sreact.suspense"
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"vI4Wy-xsqGI2uTL0Ayvry","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
|
5
5
|
4:null
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
2
|
2:I[4342,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"default"]
|
|
3
3
|
3:I[18580,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"default"]
|
|
4
|
-
0:{"buildId":"
|
|
4
|
+
0:{"buildId":"vI4Wy-xsqGI2uTL0Ayvry","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
:HL["/_next/static/chunks/7521cd4ba12a4d17.css","style"]
|
|
2
2
|
:HL["https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","style"]
|
|
3
|
-
0:{"buildId":"
|
|
3
|
+
0:{"buildId":"vI4Wy-xsqGI2uTL0Ayvry","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
package/dist/_not-found.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--vI4Wy_xsqGI2uTL0Ayvry--><html lang="zh-TW"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/7521cd4ba12a4d17.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/41307292ab86fe39.js"/><script src="/_next/static/chunks/d8c9b2a63125f582.js" async=""></script><script src="/_next/static/chunks/d9468907c0fe03d2.js" async=""></script><script src="/_next/static/chunks/turbopack-42182df38b37704b.js" async=""></script><script src="/_next/static/chunks/c218146104a27e59.js" async=""></script><script src="/_next/static/chunks/b18da497cd71639c.js" async=""></script><script src="/_next/static/chunks/a43937f87dbafba4.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap" as="style"/><meta name="robots" content="noindex"/><title>不想努力了 I Give Up</title><meta name="description" content="AI 驅動的產品行銷內容設計工具"/><link rel="icon" href="/icon?140e72a8a8e48b2f" type="image/png" sizes="32x32"/><link rel="apple-touch-icon" href="/apple-icon?e7fde030fe27eb68" type="image/png" sizes="180x180"/><link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="bg-dynamic"><div class="bg-grid"></div><div class="bg-glow"></div></div><script src="/_next/static/chunks/41307292ab86fe39.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[29712,[\"/_next/static/chunks/c218146104a27e59.js\"],\"LocaleProvider\"]\n3:I[4342,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"default\"]\n4:I[18580,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"default\"]\n5:I[99706,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n8:I[99706,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"ViewportBoundary\"]\na:I[99706,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"MetadataBoundary\"]\nc:I[576,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"default\"]\n:HL[\"/_next/static/chunks/7521cd4ba12a4d17.css\",\"style\"]\n:HL[\"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900\u0026display=swap\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"vI4Wy-xsqGI2uTL0Ayvry\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/7521cd4ba12a4d17.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c218146104a27e59.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-TW\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900\u0026display=swap\",\"rel\":\"stylesheet\"}]}],[\"$\",\"body\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-dynamic\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-grid\"}],[\"$\",\"div\",null,{\"className\":\"bg-glow\"}]]}],[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$@9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@b\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"d:I[1059,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"IconMark\"]\nb:[[\"$\",\"title\",\"0\",{\"children\":\"不想努力了 I Give Up\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI 驅動的產品行銷內容設計工具\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon?140e72a8a8e48b2f\",\"alt\":\"$undefined\",\"type\":\"image/png\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"3\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon?e7fde030fe27eb68\",\"alt\":\"$undefined\",\"type\":\"image/png\",\"sizes\":\"180x180\"}],[\"$\",\"$Ld\",\"4\",{}]]\n7:null\n"])</script></body></html>
|
package/dist/_not-found.txt
CHANGED
|
@@ -9,7 +9,7 @@ a:I[99706,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a439
|
|
|
9
9
|
c:I[576,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"default"]
|
|
10
10
|
:HL["/_next/static/chunks/7521cd4ba12a4d17.css","style"]
|
|
11
11
|
:HL["https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","style"]
|
|
12
|
-
0:{"P":null,"b":"
|
|
12
|
+
0:{"P":null,"b":"vI4Wy-xsqGI2uTL0Ayvry","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7521cd4ba12a4d17.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c218146104a27e59.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-TW","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","rel":"stylesheet"}]}],["$","body",null,{"children":[["$","div",null,{"className":"bg-dynamic","children":[["$","div",null,{"className":"bg-grid"}],["$","div",null,{"className":"bg-glow"}]]}],["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L8",null,{"children":"$@9"}],["$","div",null,{"hidden":true,"children":["$","$La",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$@b"}]}]}],null]}],false]],"m":"$undefined","G":["$c","$undefined"],"S":true}
|
|
13
13
|
9:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
14
14
|
d:I[1059,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a43937f87dbafba4.js"],"IconMark"]
|
|
15
15
|
b:[["$","title","0",{"children":"不想努力了 I Give Up"}],["$","meta","1",{"name":"description","content":"AI 驅動的產品行銷內容設計工具"}],["$","link","2",{"rel":"icon","href":"/icon?140e72a8a8e48b2f","alt":"$undefined","type":"image/png","sizes":"32x32"}],["$","link","3",{"rel":"apple-touch-icon","href":"/apple-icon?e7fde030fe27eb68","alt":"$undefined","type":"image/png","sizes":"180x180"}],["$","$Ld","4",{}]]
|
package/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--vI4Wy_xsqGI2uTL0Ayvry--><html lang="zh-TW"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/7521cd4ba12a4d17.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/41307292ab86fe39.js"/><script src="/_next/static/chunks/d8c9b2a63125f582.js" async=""></script><script src="/_next/static/chunks/d9468907c0fe03d2.js" async=""></script><script src="/_next/static/chunks/turbopack-42182df38b37704b.js" async=""></script><script src="/_next/static/chunks/c218146104a27e59.js" async=""></script><script src="/_next/static/chunks/b18da497cd71639c.js" async=""></script><script src="/_next/static/chunks/a43937f87dbafba4.js" async=""></script><script src="/_next/static/chunks/7f3a50588edd3e98.js" async=""></script><script src="/_next/static/chunks/c24f9dcbcebdbbbc.js" async=""></script><link rel="preload" href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap" as="style"/><title>不想努力了 I Give Up</title><meta name="description" content="AI 驅動的產品行銷內容設計工具"/><link rel="icon" href="/icon?140e72a8a8e48b2f" type="image/png" sizes="32x32"/><link rel="apple-touch-icon" href="/apple-icon?e7fde030fe27eb68" type="image/png" sizes="180x180"/><link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="bg-dynamic"><div class="bg-grid"></div><div class="bg-glow"></div></div><script src="/_next/static/chunks/41307292ab86fe39.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[29712,[\"/_next/static/chunks/c218146104a27e59.js\"],\"LocaleProvider\"]\n3:I[4342,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"default\"]\n4:I[18580,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"default\"]\n5:I[71887,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"ClientPageRoot\"]\n6:I[31713,[\"/_next/static/chunks/c218146104a27e59.js\",\"/_next/static/chunks/7f3a50588edd3e98.js\",\"/_next/static/chunks/c24f9dcbcebdbbbc.js\"],\"default\"]\n9:I[99706,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nc:I[99706,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"ViewportBoundary\"]\ne:I[99706,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"MetadataBoundary\"]\n10:I[576,[],\"default\"]\n:HL[\"/_next/static/chunks/7521cd4ba12a4d17.css\",\"style\"]\n:HL[\"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900\u0026display=swap\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"vI4Wy-xsqGI2uTL0Ayvry\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/7521cd4ba12a4d17.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c218146104a27e59.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-TW\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900\u0026display=swap\",\"rel\":\"stylesheet\"}]}],[\"$\",\"body\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-dynamic\",\"children\":[[\"$\",\"div\",null,{\"className\":\"bg-grid\"}],[\"$\",\"div\",null,{\"className\":\"bg-glow\"}]]}],[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/7f3a50588edd3e98.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/c24f9dcbcebdbbbc.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$@d\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@f\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[1059,[\"/_next/static/chunks/b18da497cd71639c.js\",\"/_next/static/chunks/a43937f87dbafba4.js\"],\"IconMark\"]\nf:[[\"$\",\"title\",\"0\",{\"children\":\"不想努力了 I Give Up\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI 驅動的產品行銷內容設計工具\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon?140e72a8a8e48b2f\",\"alt\":\"$undefined\",\"type\":\"image/png\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"3\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-icon?e7fde030fe27eb68\",\"alt\":\"$undefined\",\"type\":\"image/png\",\"sizes\":\"180x180\"}],[\"$\",\"$L11\",\"4\",{}]]\nb:null\n"])</script></body></html>
|
package/dist/index.txt
CHANGED
|
@@ -11,7 +11,7 @@ e:I[99706,["/_next/static/chunks/b18da497cd71639c.js","/_next/static/chunks/a439
|
|
|
11
11
|
10:I[576,[],"default"]
|
|
12
12
|
:HL["/_next/static/chunks/7521cd4ba12a4d17.css","style"]
|
|
13
13
|
:HL["https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","style"]
|
|
14
|
-
0:{"P":null,"b":"
|
|
14
|
+
0:{"P":null,"b":"vI4Wy-xsqGI2uTL0Ayvry","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7521cd4ba12a4d17.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c218146104a27e59.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-TW","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap","rel":"stylesheet"}]}],["$","body",null,{"children":[["$","div",null,{"className":"bg-dynamic","children":[["$","div",null,{"className":"bg-grid"}],["$","div",null,{"className":"bg-glow"}]]}],["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/7f3a50588edd3e98.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/c24f9dcbcebdbbbc.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$@d"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$@f"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
|
|
15
15
|
7:{}
|
|
16
16
|
8:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
17
17
|
d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
package/package.json
CHANGED
/package/dist/_next/static/{Btx0p5I4qNygUnI8kASLN → vI4Wy-xsqGI2uTL0Ayvry}/_buildManifest.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|