karmapa / AdarshaIos

📱 Tibetan sutra reader iOS app
GNU General Public License v3.0
5 stars 2 forks source link

希望能移除 volumn 頁的非大藏經字元 #70

Closed chiehan1 closed 8 years ago

chiehan1 commented 8 years ago

如綠色框框所示

volumncharacter

kmsheng commented 8 years ago

@yapcheahshen 請問一下這個 _@2 uti 的用意 ? 我是不是直接用 regexp 比對 uti 的格式去除比較快 ?

kmsheng commented 8 years ago

@yapcheahshen hi, 葉老師有看到這裡的問題嗎 ?

yapcheahshen commented 8 years ago

開頭的uti 在資料庫中是必須存在的。 但APP可以選擇不顯示。 replace(/@\d+/g,"")

yap

2016-01-22 17:53 GMT+08:00 kmsheng notifications@github.com:

@yapcheahshen https://github.com/yapcheahshen hi, 葉老師有看到這裡的問題嗎 ?

— Reply to this email directly or view it on GitHub https://github.com/karmapa/AdarshaIos/issues/70#issuecomment-173864827.

kmsheng commented 8 years ago

@yapcheahshen 可以在文件上寫清楚這件事嗎? 不然不知道的人還以為 uti 只會有 \d+.\d+[abcd] 這種格式

yapcheahshen commented 8 years ago

只有jiangkangyur 採用 \d+.\d+[abcd] uti 的格式用戶可以自由設置, 開頭為_表示檔案的開頭到第一個 segment separator 為止的內容。 因為uti 必須唯一,所以系統自動補上 @數字。

2016-01-22 19:41 GMT+08:00 kmsheng notifications@github.com:

@yapcheahshen https://github.com/yapcheahshen 可以在文件上寫清楚這件事嗎? 不然不知道的人還以為 uti 只會有 \d+.\d+[abcd] 這種格式

— Reply to this email directly or view it on GitHub https://github.com/karmapa/AdarshaIos/issues/70#issuecomment-173893624.

kmsheng commented 8 years ago

@chiehan1 已在 v1.0.50 (8) 修正

chiehan1 commented 8 years ago

test ok thank you