rimeIce/others/pages/index.html

13 lines
246 B
HTML

<!DOCTYPE html>
<html>
<head></head>
<body>
<script type="module">
import { loadZip } from "./dist/Fcitx5.js"
await loadZip('./rime-ice.zip')
</script>
<h1>雾凇拼音</h1>
<textarea></textarea>
</body>
</html>