Skip to content

Commit

Permalink
update external packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kong0107 committed Aug 10, 2024
1 parent f553cfe commit a2381a2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 8 deletions.
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/kong-util@0.6.8/dist/all.js"></script>
<script src="https://cdn.jsdelivr.net/gh/g0v/[email protected].1/LER.back.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/g0v/[email protected].1/LER.front.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/kong-util@0.7/dist/all.js"></script>
<script src="https://cdn.jsdelivr.net/gh/g0v/[email protected]/LER.back.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/g0v/[email protected]/LER.front.min.js"></script>
<script>
LER.parseDocument({
articleNumberFormat: 'hyphen',
Expand Down
4 changes: 2 additions & 2 deletions browser/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<script src="../lib/kong-util.js"></script>
<script src="../lib/storage.js"></script>
<script defer src="popup.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css" crossorigin="anonymous">
<style>
body {
min-width: 20em;
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
Developers may wanna see [`changelog-dev.md`](changelog-dev.md) to know more.
另參[第一版之更新紀錄](https://github.com/g0v/laweasyread-front/blob/v1.x/changelog.md)


# 2.0.5
2024-05-06
* 修正排版:於司法院裁判書新版格式(會自動換行的),將字形調整為一致。


# 2.0.4
2023-02-26
* 修正錯誤:於立法院法律系統,點入法規後的雙欄介面中,法條未能排版的問題。
Expand Down
1 change: 1 addition & 0 deletions data/exclude_terms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
違憲法律
法律上
公司法人
人民法院
2 changes: 1 addition & 1 deletion lib/kong-util.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion options_ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script src="../lib/kong-util.js"></script>
<script src="../lib/storage.js"></script>
<script defer src="index.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" crossorigin="anonymous">
<style>
.text-muted { font-size: smaller; }
p.text-muted { margin: 0; }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laweasyread",
"version": "2.0.4",
"version": "2.0.5",
"fullName": "法規亦毒氣",
"author": "kong0107",
"description": "an extension for browsers to view Taiwan's law articles/websites easier",
Expand Down

0 comments on commit a2381a2

Please sign in to comment.