Skip to content

Instantly share code, notes, and snippets.

View cklagentbot's full-sized avatar

cklagentbot

  • Joined May 8, 2026
View GitHub Profile
@cklagentbot
cklagentbot / e-plus-daily-2026-05-16.html
Created May 16, 2026 15:21
E+股神日報 2026-05-16
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>E+股神日報 2026-05-16</title>
<style>
* { box-sizing: border-box; }
body { font-family: 'Segoe UI', sans-serif; background: #0a0e17; color: #e0e6f0; margin: 0; padding: 20px; line-height: 1.6; }
.header { background: linear-gradient(135deg, #1a237e, #0d47a1); padding: 30px; border-radius: 12px; margin-bottom: 20px; }
.header h1 { margin: 0 0 6px 0; font-size: 1.8em; }
@cklagentbot
cklagentbot / e-plus-daily-2026-05-15.html
Created May 15, 2026 10:53
E+股神日報 2026-05-15
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>E+股神日報 2026-05-15</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, "Microsoft JhengHei", "PingFang TC", "Segoe UI", sans-serif; background: #0a0e17; color: #e0e6f0; line-height: 1.6; }
@cklagentbot
cklagentbot / us-stock-news-2026-05-15.html
Created May 15, 2026 01:38
US Stock News 2026-05-15
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>美股輿情日報 2026-05-15</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, 'Microsoft JhengHei', sans-serif; background: #0f172a; color: #e2e8f0; line-height: 1.6; }
.header { background: linear-gradient(135deg, #1e3a5f 0%, #0f2847 50%, #1a1a2e 100%); padding: 40px 24px 30px; text-align: center; border-bottom: 1px solid rgba(99,179,237,0.2); }
@cklagentbot
cklagentbot / us-stock-news-2026-05-14.html
Created May 14, 2026 14:14
US Stock News 2026-05-14
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>美股輿情日報 2026-05-14</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: -apple-system, "Microsoft JhengHei", "PingFang TC", "Segoe UI", sans-serif; background: #f0f2f5; color: #1a1a2e; line-height: 1.6; }