-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.2.0 #11
Version 0.2.0 #11
Conversation
好耶! |
對了話說那個 |
|
↑ 適配好 0.13 之後再轉回來~ |
對了,雖然說過最好和 qieyun-examples 的 API 統合,但推導器也可以直接在用上 Qieyun 0.13 的資料後就先行上線,之後再統合w (估了一下 qieyun-examples(即 |
啊對了~還有個要注意的點: 一些推導方案尚未適配 0.13,那些方案的選項列表裡都會有一項 // 預先定義:
import { 表達式, 適配分析體系 } from 'qieyun';
const 適配poem = 適配分析體系('poem');
// 傳給舊方案前:
地位 = 適配poem(地位);
if (地位.屬於`脣音 或 ${表達式.開合中立韻}`) 地位 = 地位.調整({ 呼: null });
if (!地位.屬於`${表達式.重紐母} (${表達式.重紐韻} 或 清韻)`) 地位 = 地位.調整({ 重紐: null }); |
由於 unt 的新版《聲音唱和圖》方案很快就會發佈,將基於 v0.13 的 Qieyun.js,為了便於公開使用,原界面已經升級為使用 v0.13 了。 新界面版本的話,應該可以跳過適配 Qieyun.js v0.13,直接與(開發中的)v0.14 相配合了w |
2197432
to
a879492
Compare
Now it shows the Error's `.message` (as well as messages from the cause chain) in addition to the stack trace, makes it much easier to know what's wrong in the schema code.
Show `.message` in the error message box
See #20 (comment) |
待實現功能參見 #10。
可以在這裏試用:https://graphemecluster.github.io/qieyun-autoderiver/
目前依靠 https://github.com/graphemecluster/qieyun-autoderiver-evaluate
先試試看,適配好 0.13 後沒問題就可以發佈了(不用等 #10 的功能全部實現)。