Skip to content

Instantly share code, notes, and snippets.

@wenchyuan
wenchyuan / gist_1767549669609_test-vitest.js
Created January 4, 2026 18:01
Personal AGI 測試 Gist - Vitest
// Test Gist from Vitest
// Created at: 2026-01-04T18:01:09.608Z
console.log("Hello from test!");
@wenchyuan
wenchyuan / gist_1767543764589_test-vitest.js
Created January 4, 2026 16:22
Personal AGI 測試 Gist - Vitest
// Test Gist from Vitest
// Created at: 2026-01-04T16:22:44.587Z
console.log("Hello from test!");
@wenchyuan
wenchyuan / gist_1767543016819_test-vitest.js
Created January 4, 2026 16:10
Personal AGI 測試 Gist - Vitest
// Test Gist from Vitest
// Created at: 2026-01-04T16:10:16.812Z
console.log("Hello from test!");
@wenchyuan
wenchyuan / gist_1767540279585_test-vitest.js
Created January 4, 2026 15:24
Personal AGI 測試 Gist - Vitest
// Test Gist from Vitest
// Created at: 2026-01-04T15:24:39.584Z
console.log("Hello from test!");
@wenchyuan
wenchyuan / gist_1767515759993_test-vitest.js
Created January 4, 2026 08:36
Personal AGI 測試 Gist - Vitest
// Test Gist from Vitest
// Created at: 2026-01-04T08:35:59.992Z
console.log("Hello from test!");
@wenchyuan
wenchyuan / gist_1767515581270_test-vitest.js
Created January 4, 2026 08:33
Personal AGI 測試 Gist - Vitest
// Test Gist from Vitest
// Created at: 2026-01-04T08:33:01.269Z
console.log("Hello from test!");
@wenchyuan
wenchyuan / test_agi.js
Created January 4, 2026 08:28
Personal AGI 測試 Gist
// Personal AGI 測試代碼
// 這是由 Personal AGI 應用自動創建的測試 Gist
function helloAGI() {
console.log("Hello from Personal AGI!");
return "AGI is working!";
}
helloAGI();