File tree Expand file tree Collapse file tree 8 files changed +21
-11
lines changed Expand file tree Collapse file tree 8 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,8 @@ Morecho 插件推荐配套使用,插件提供了后台样式、后台编辑器
16
16
17
17
## [ 文档] ( https://typecho.mosar.in )
18
18
19
- [ 点击查看] ( https://typecho.mosar.in )
19
+ [ 点击查看] ( https://typecho.mosar.in )
20
+
21
+ ## Typecho 1.2 支持
22
+
23
+ 本主题从 0.6 版本开始支持 Typecho 1.2,感谢 @jrotty 的帮助
Original file line number Diff line number Diff line change 1
1
# 版本更新日志
2
2
3
+ ## v0.6.0.0 测试版
4
+
5
+ 1 . 支持 Typecho 1.2
6
+ 1 . 暂时移除 MorechoCore 插件的部分功能
7
+
3
8
## v0.5.1.0 测试版
4
9
5
10
1 . 增加 LaTeX 公式支持,使用 MathJax3
Original file line number Diff line number Diff line change 1
1
## 基础语法
2
2
3
- 支持常见的 Markdown 语法,或者说[ PHP MarkDown ] ( http://michelf.ca/projects/php-markdown/ ) &[ PHP MarkDown Extra] ( http://michelf.ca/projects/php-markdown/extra )
3
+ 支持常见的 Markdown 语法,或者说[ PHP Markdown ] ( http://michelf.ca/projects/php-markdown/ ) &[ PHP Markdown Extra] ( http://michelf.ca/projects/php-markdown/extra )
4
4
5
5
## 特有语法
6
6
Original file line number Diff line number Diff line change 7
7
8
8
### MorechoCore
9
9
10
- !> 本插件仅支持 MarkDown 编辑器,并且会替换默认 MarkDown 解析器
10
+ !> 本插件仅支持 markdown 编辑器,并且会替换默认 markdown 解析器
11
11
12
12
主要目的是在后台界面提供与前台一样的体验,也会放置一些零碎功能,比如:
13
13
14
- 1 . 修改了后台外观,使后台预览支持主题增加的 markdown 功能(不完善),修复了移动端的 bug
15
- 1 . 修改了 markdown 解析器和编辑器,在服务端支持了主题增加的 markdown 功能
14
+ 1 . ` v0.6后移除 ` 修改了后台外观,使后台预览支持主题增加的 markdown 功能(不完善),修复了移动端的 bug
15
+ 1 . ` v0.6后移除 ` 修改了 markdown 解析器和编辑器,在服务端支持了主题增加的 markdown 功能
16
16
1 . 增加了全部文章归档的页面
17
17
18
- 修改后的 MarkDown 解析器使用了图片 lazyload,如果你在使用中出现问题可以在插件设置中关闭
18
+ 修改后的 markdown 解析器使用了图片 lazyload,如果你在使用中出现问题可以在插件设置中关闭
19
19
20
20
### MorechoFriends
21
21
Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ Feature Plan
33
33
- [x] Notification
34
34
- [x] Friend Linker
35
35
- [x] Image Lazyload
36
-
37
- MarkDown Adaptation Plan
38
36
39
- - [x] Common MarkDown
37
+ Markdown Adaptation Plan
38
+
39
+ - [x] Common Markdown
40
40
- [x] Automatic Link
41
41
- [x] Syntax Hightlighting
42
42
- [x] Inline Code
Original file line number Diff line number Diff line change 1
1
## 注意事项
2
2
3
3
1 . Morecho 主题的开发测试环境为 Typecho1.1、php7.3、MySQL,其他版本应该会正常运作。
4
+ - v0.6 之后开发测试环境为 Typecho1.2、php8.0、PostgreSQL
4
5
1 . 必须正确配置伪静态且将网站放在根路径,否则部分链接会出现 404
5
6
1 . 作者仅仅会测试新版本在 Chrome Firefox Safari 上是否有 bug,如果你对浏览器兼容性要求较高,请谨慎考虑是否使用
6
7
Original file line number Diff line number Diff line change 4
4
*
5
5
* @package Morecho Theme
6
6
* @author MuZhou233
7
- * @version 0.5.1 .0
7
+ * @version 0.6.0 .0
8
8
* @link https://typecho.mosar.in
9
9
*/
10
10
Original file line number Diff line number Diff line change 5
5
*
6
6
* @package Morecho Theme Plugin - Core
7
7
* @author MuZhou233
8
- * @version 0.3.4
8
+ * @version 0.4.0
9
9
* @link https://typecho.mosar.in
10
10
*/
11
11
class MorechoCore_Plugin implements Typecho_Plugin_Interface
You can’t perform that action at this time.
0 commit comments