rimeIce/others/pages/index.html

13 lines
246 B
HTML
Raw Normal View History

2025-04-15 17:55:23 +08:00
<!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>