mirror of
https://github.com/wassname/talk.git
synced 2026-07-11 14:42:57 +08:00
106a5d36ed
* Implement StreamEmbed instance and rename library to coral * Add article & articleButton.html, only show embed htmls in production * Respect assetURL * Add tests * Add parseHashQuery * Fix permalink query and integration tests * Fix permalink URL * Remove optionalparams from pym * Scroll when showing permalink view * Implement autoRender * AutoRender immediately when render permalink * Add test for `showPermalink` event * Add comment
3 lines
70 B
TypeScript
3 lines
70 B
TypeScript
import * as TalkImport from "./Talk";
|
|
export const Talk = TalkImport;
|