Provide a runnable ETAF-only example and an optional UI catalog entry point with lifecycle-safe open/close commands, tests, and bilingual README documentation.
371 B
371 B
etaf-playground
etaf-playground 是 ETAF 的可运行示例应用。核心示例只依赖 etaf;需要时才通过可选入口加载 etaf-ui。它不调用 Ebox 私有实现,也不依赖 ebox-playground。
(require 'etaf-playground)
(etaf-playground-open)
在该目录运行 make check EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs。