Commit graph

116 commits

Author SHA1 Message Date
Sivan
d115ae19b6
Merge pull request #87 from sivan/dependabot/npm_and_yarn/minimist-1.2.6
chore(deps): bump minimist from 1.2.5 to 1.2.6
2022-03-26 23:18:17 +08:00
dependabot[bot]
48af423787
chore(deps): bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 19:20:46 +00:00
Sivan
a2be36a424
Merge pull request #86 from liyishuai/ci
ci: fix typo in deploy.yml
2022-03-25 03:01:55 +08:00
Yishuai Li
24fd4036bd
ci: fix typo in deploy.yml 2022-03-22 19:35:19 -04:00
Sivan
c007f9a342
Merge pull request #85 from liyishuai/ci
ci: deploy upon token exists
2022-03-08 15:20:13 +08:00
Sivan
840958f013
Merge pull request #84 from liyishuai/lint
fix: lint scss
2022-03-08 15:19:53 +08:00
Yishuai Li
a91791e7c8
ci: deploy upon token exists 2022-03-02 17:39:55 -05:00
Yishuai Li
6b03d2e350
ci: lint pull requests 2022-03-02 16:43:21 -05:00
Yishuai Li
91c8479518
fix: lint scss 2022-03-02 16:42:57 -05:00
Sivan
40a4dbce86
Merge pull request #80 from XieJiSS/master
- 修复了楷体显示为宋体的问题,closes #72。引入了 `STKaiti` `Kaiti` 两个字体。
- 修复了字形回退问题。`@font-face` 中 `src` 工作原理为随机选择,可能导致字形回退。因此区分 SC/TC/JP/KR 字体,确保即使随机也只是在特定字体族中随机,不会发生回退。
- 修复了宋体加粗不显示的问题,closes #73。同名 font-face 的相同 `src`,匹配不同字重时需要额外指定一次 `font-weight`。
- closes #69,closes #65。
2022-01-28 02:45:35 +08:00
XieJiSS
c8529c14bf fix: font-face src 随机选择导致字形混乱问题 2022-01-26 02:51:33 +08:00
XieJiSS
1f6cfeaf51 fix: kai display issue for Windows 2022-01-26 01:20:43 +08:00
XieJiSS
3fe30d84f1 chore: bump package-lock.json version 2022-01-26 01:20:06 +08:00
Sivan
534e6a8560
Merge pull request #78 from piggynl/patch-1
fix: fix `<em>` styling
2022-01-23 22:59:04 +08:00
Piggy NL
1ae467b417
fix: fix <em> styling 2022-01-23 22:54:36 +08:00
Sivan
78eb216f19
feat: support double quotation marks #62 2021-12-09 02:50:12 +08:00
Sivan
f512ba9bfa doc: update version 2021-12-09 02:48:48 +08:00
Sivan
4592a8dc02 feat: support double quotation marks #62 2021-12-09 02:47:49 +08:00
Sivan
45d0d17aae chore: update dependencies 2021-12-08 22:40:08 +08:00
Sivan
c58ee4a39e
refactor: slash as division code in sass #58
refactor: slash as division code in sass #58
2021-09-16 11:15:16 +08:00
Sivan
f1673dc827 refactor: slash as division code in sass #58 2021-09-16 11:13:20 +08:00
Sivan
2957435a77
Merge pull request #57 from sivan/develop
fix: add quote and fix line-height issue
2021-08-12 18:49:33 +08:00
Sivan
4bec7525aa chore: update dependencies 2021-08-12 18:47:19 +08:00
Sivan
3b1c242806 fix: add quote and fix line-height issue 2021-08-12 18:46:53 +08:00
Sivan
e485049de2
Merge pull request #56 from sivan/dependabot/npm_and_yarn/path-parse-1.0.7
chore(deps): bump path-parse from 1.0.6 to 1.0.7
2021-08-12 16:29:34 +08:00
dependabot[bot]
2b8bede9f0
chore(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 00:05:40 +00:00
Sivan
6d7cbbb663
Merge pull request #55 from sivan/dependabot/npm_and_yarn/postcss-7.0.36
chore(deps): bump postcss from 7.0.35 to 7.0.36
2021-06-17 10:25:08 +08:00
dependabot[bot]
16f3e2cce7
chore(deps): bump postcss from 7.0.35 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 20:03:57 +00:00
Sivan
16994f40b8
Merge pull request #54 from sivan/dependabot/npm_and_yarn/glob-parent-5.1.2
chore(deps): bump glob-parent from 5.1.1 to 5.1.2
2021-06-11 14:24:58 +08:00
dependabot[bot]
d022b8c867
chore(deps): bump glob-parent from 5.1.1 to 5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 01:58:05 +00:00
Sivan
af5534d0df
Merge pull request #52 from sivan/dependabot/npm_and_yarn/browserslist-4.16.6
chore(deps): bump browserslist from 4.14.5 to 4.16.6
2021-05-26 10:14:17 +08:00
dependabot[bot]
15f1674e1f
chore(deps): bump browserslist from 4.14.5 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.5 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.14.5...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-26 01:52:31 +00:00
Sivan
1bdb1f543d
Merge pull request #50 from sivan/dependabot/npm_and_yarn/hosted-git-info-2.8.9
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
2021-05-11 11:05:21 +08:00
dependabot[bot]
e1d75baf2e
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 03:02:54 +00:00
Sivan
02ef669513
Merge pull request #49 from sivan/dependabot/npm_and_yarn/lodash-4.17.21
chore(deps): bump lodash from 4.17.19 to 4.17.21
2021-05-11 11:02:22 +08:00
dependabot[bot]
e106223cc8
chore(deps): bump lodash from 4.17.19 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-11 03:00:50 +00:00
Sivan
fd2c6f4220
Merge pull request #48 from sivan/dependabot/npm_and_yarn/y18n-4.0.1
chore(deps): bump y18n from 4.0.0 to 4.0.1
2021-04-06 10:14:13 +08:00
dependabot[bot]
01157b5fd2
chore(deps): bump y18n from 4.0.0 to 4.0.1
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-31 13:50:38 +00:00
Sivan
71e05e2ef5
Merge pull request #47 from leoleoasd/master
允许不格式化code与pre sivan/heti#46
2021-02-18 02:25:20 +08:00
Leo
e59e04f654
允许不格式化code与pre sivan/heti#46 2021-02-15 16:15:42 +08:00
Sivan
f91f5dd170
Merge pull request #44 from sivan/dependabot/npm_and_yarn/ini-1.3.8
chore(deps): bump ini from 1.3.5 to 1.3.8
2021-01-05 18:51:48 +08:00
dependabot[bot]
2123466a83
chore(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 07:42:49 +00:00
Sivan
5407f6dc93
fix: fix alignment for <rt> and <em> font-face
Fixes #32 #37
2020-11-02 14:39:15 +08:00
Sivan
2ef37ac30d fix: fix alignment for <rt> and <em> font-face
Fixes #32 #37
2020-11-02 14:34:34 +08:00
Sivan
feaa583ee2
Create FUNDING.yml 2020-10-29 16:15:06 +08:00
Sivan
f294c0778e
Merge pull request #39 from sivan/develop
fix: #34
2020-10-26 15:15:37 +08:00
Sivan
89760aca6a fix: dist file 2020-10-26 15:14:31 +08:00
Sivan
4ce5b75245
Merge pull request #38 from sivan/develop
fix #34 #36
2020-10-26 15:09:14 +08:00
Sivan
a68194e076 fix: add lang for <rt> tags
Fixes #34
2020-10-26 14:54:47 +08:00
Sivan
7df58c70ea chroe: update dependencies 2020-10-26 14:47:10 +08:00