Skip to content

Commit

Permalink
定稿釋出 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kong0107 committed Jan 6, 2023
1 parent af634f0 commit 64b3fb2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
在 HTML 原始碼中的 `</body>` 前加上:

```html
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/all.js"></script>
<script src="https://cdn.jsdelivr.net/gh/g0v/laweasyread-front@9793342/LER.back.js"></script>
<script src="https://cdn.jsdelivr.net/gh/g0v/laweasyread-front@9793342/LER.front.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected].6/dist/all.js"></script>
<script src="https://cdn.jsdelivr.net/gh/g0v/laweasyread-front@2.0.1/LER.back.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/g0v/laweasyread-front@2.0.1/LER.front.min.js"></script>
<script>
LER.parseDocument({
articleNumberFormat: 'hyphen',
Expand Down
2 changes: 1 addition & 1 deletion changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


# 2.0.1

2023-01-06
* 舊函式庫 `./lib.js` 路徑改為 `./lib/storage.js`
* 棄用 `npm install` 引用,改為手動複製 `kong-util``dist/all.js` 成為 `./lib/kong-util.js` 。(同機開發時,則改使用硬連結)
* `content_scripts/moj.law.css` 改成動態匯入,以實作「讓使用者決定是否對該站重新排版」的功能。
Expand Down
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Developers may wanna see [`changelog-dev.md`](changelog-dev.md) to know more.


# 2.0.1

2023-01-06
* 瀏覽器按鈕視窗增加憲法法庭裁定連結。
* 調整全國法規資料庫的頁面,使寬螢幕時能讓編章節標題黏著於左側而非上方。
* 放棄部分全國法規資料庫的頁面調整:「編章節」頁面、英文介面、友善列印介面。


# 2.0.0
230101
2023-01-01
* 支援網站內嵌模式。
* 取消支援右鍵選單及「列出本頁的法律資料」。
* 例外清單的匹配邏輯變更。
Expand Down
5 changes: 5 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
"background": {
"service_worker": "browser/background.js"
},





"action": {
"default_popup": "browser/popup.html"
},
Expand Down
3 changes: 1 addition & 2 deletions manifestV2.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@
},
{
"matches": [
"https://judgment.judicial.gov.tw/FJUD/default*.aspx*",
"https://judgment.judicial.gov.tw/FJUD/data.aspx?*"
"https://judgment.judicial.gov.tw/FJUD/*"
],
"js": ["content_scripts/judicial.judgement.js"],
"css": ["content_scripts/judicial.judgement.css"],
Expand Down

0 comments on commit 64b3fb2

Please sign in to comment.