Skip to content

Commit

Permalink
release v0.6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed May 22, 2024
1 parent 6ca8095 commit 4227e58
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 11 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ Morecho 插件推荐配套使用,插件提供了后台样式、后台编辑器

## [文档](https://typecho.mosar.in)

[点击查看](https://typecho.mosar.in)
[点击查看](https://typecho.mosar.in)

## Typecho 1.2 支持

本主题从 0.6 版本开始支持 Typecho 1.2,感谢 @jrotty 的帮助
5 changes: 5 additions & 0 deletions docs/logs.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 版本更新日志

## v0.6.0.0 测试版

1. 支持 Typecho 1.2
1. 暂时移除 MorechoCore 插件的部分功能

## v0.5.1.0 测试版

1. 增加 LaTeX 公式支持,使用 MathJax3
Expand Down
2 changes: 1 addition & 1 deletion docs/markdown.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 基础语法

支持常见的 Markdown 语法,或者说[PHP MarkDown](http://michelf.ca/projects/php-markdown/)&[PHP MarkDown Extra](http://michelf.ca/projects/php-markdown/extra)
支持常见的 Markdown 语法,或者说[PHP Markdown](http://michelf.ca/projects/php-markdown/)&[PHP Markdown Extra](http://michelf.ca/projects/php-markdown/extra)

## 特有语法

Expand Down
8 changes: 4 additions & 4 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

### MorechoCore

!> 本插件仅支持 MarkDown 编辑器,并且会替换默认 MarkDown 解析器
!> 本插件仅支持 markdown 编辑器,并且会替换默认 markdown 解析器

主要目的是在后台界面提供与前台一样的体验,也会放置一些零碎功能,比如:

1. 修改了后台外观,使后台预览支持主题增加的 markdown 功能(不完善),修复了移动端的 bug
1. 修改了 markdown 解析器和编辑器,在服务端支持了主题增加的 markdown 功能
1. `v0.6后移除` 修改了后台外观,使后台预览支持主题增加的 markdown 功能(不完善),修复了移动端的 bug
1. `v0.6后移除` 修改了 markdown 解析器和编辑器,在服务端支持了主题增加的 markdown 功能
1. 增加了全部文章归档的页面

修改后的 MarkDown 解析器使用了图片 lazyload,如果你在使用中出现问题可以在插件设置中关闭
修改后的 markdown 解析器使用了图片 lazyload,如果你在使用中出现问题可以在插件设置中关闭

### MorechoFriends

Expand Down
6 changes: 3 additions & 3 deletions docs/progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Feature Plan
- [x] Notification
- [x] Friend Linker
- [x] Image Lazyload

MarkDown Adaptation Plan

- [x] Common MarkDown
Markdown Adaptation Plan

- [x] Common Markdown
- [x] Automatic Link
- [x] Syntax Hightlighting
- [x] Inline Code
Expand Down
1 change: 1 addition & 0 deletions docs/start.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 注意事项

1. Morecho 主题的开发测试环境为 Typecho1.1、php7.3、MySQL,其他版本应该会正常运作。
- v0.6 之后开发测试环境为 Typecho1.2、php8.0、PostgreSQL
1. 必须正确配置伪静态且将网站放在根路径,否则部分链接会出现 404
1. 作者仅仅会测试新版本在 Chrome Firefox Safari 上是否有 bug,如果你对浏览器兼容性要求较高,请谨慎考虑是否使用

Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @package Morecho Theme
* @author MuZhou233
* @version 0.5.1.0
* @version 0.6.0.0
* @link https://typecho.mosar.in
*/

Expand Down
2 changes: 1 addition & 1 deletion plugins/MorechoCore/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @package Morecho Theme Plugin - Core
* @author MuZhou233
* @version 0.3.4
* @version 0.4.0
* @link https://typecho.mosar.in
*/
class MorechoCore_Plugin implements Typecho_Plugin_Interface
Expand Down

0 comments on commit 4227e58

Please sign in to comment.