commit 468c57def5005a4c779f15ed59748e1494d129ed Author: kang Date: Thu Apr 23 22:58:36 2026 +0800 init: project scaffold diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd31b51 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +node_modules/ +dist/ +build/ +.env +.env.local +.env.production +__pycache__/ +*.pyc +.DS_Store +.vscode/ +.idea/ +*.log diff --git a/.memory/source-analysis.md b/.memory/source-analysis.md new file mode 100644 index 0000000..a8233c9 --- /dev/null +++ b/.memory/source-analysis.md @@ -0,0 +1,16 @@ +# anime.js 源码解析 源码解析 + +> 创建日期:2026-04-23 +> 上游版本:待填写 + +## 概览 + +待补充 + +## 核心模块 + +待补充 + +## 关键流程 + +待补充 diff --git a/.memory/worklog.json b/.memory/worklog.json new file mode 100644 index 0000000..c24ac1a --- /dev/null +++ b/.memory/worklog.json @@ -0,0 +1,11 @@ +{ + "entries": [ + { + "ts": "2026-04-23T00:00:00+08:00", + "type": "milestone", + "message": "项目创建: anime.js 源码解析", + "hash": "", + "files_changed": 0 + } + ] +} diff --git a/.project.json b/.project.json new file mode 100644 index 0000000..2cb97a8 --- /dev/null +++ b/.project.json @@ -0,0 +1,30 @@ +{ + "name": "anime.js 源码解析", + "description": "anime.js v4 动画库源码深度拆解(Timeline/Tween/SVG morphing/Stagger)", + "status": "active", + "kind": "analysis", + "created": "2026-04-23", + "ports": [ + { + "port": 4500, + "label": "dev", + "fixed": true + } + ], + "worklog": { + "path": ".memory/worklog.json", + "auto": true + }, + "ownership": "personal", + "source": { + "upstream": "https://github.com/juliangarnier/anime.git", + "path": "source/", + "last_sync": "2026-04-23", + "version": "v4.3.6" + }, + "analysis": { + "path": ".memory/source-analysis.md", + "version": "v4.3.6", + "last_updated": "2026-04-23" + } +} diff --git a/RULES.md b/RULES.md new file mode 100644 index 0000000..66cf339 --- /dev/null +++ b/RULES.md @@ -0,0 +1,17 @@ +# anime.js 源码解析 + +## 启动 +- `python3 -m http.server 4500` — 端口 4500 + +## 部署 +- 平台:待定 +- 域名:待定 + +## 环境变量 +- 待补充 + +## 规则 +- 待补充 + +## 注意事项 +- 待补充 diff --git a/index.html b/index.html new file mode 100644 index 0000000..cb73156 --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + + + + + anime.js 源码解析 + + + +
+

anime.js 源码解析

+

anime.js v4 动画库源码深度拆解(Timeline/Tween/SVG morphing/Stagger)

+ +
+

概述

+

待补充研究内容...

+
+ +
+

核心发现

+

待补充...

+
+
+ + diff --git a/source b/source new file mode 160000 index 0000000..3b369a4 --- /dev/null +++ b/source @@ -0,0 +1 @@ +Subproject commit 3b369a4b1a98c90600502b1d94fad3c1bbfd7639