-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' and release 1.0.8(20221126)
- Loading branch information
Showing
8 changed files
with
99 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "chiblog", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"private": true, | ||
"author": "chihuo2104<[email protected]>", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"settings": "mock.json", | ||
"settings": "mock.1.0.8.json", | ||
"model": "mocks" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"status":200,"data":{"posts":[{"id":2,"title":"Hello World","path":"hello-world","name":"hello-world","time":1900000000,"updtime":1957027880,"author":"admin","content":"Hello World!","china":false,"comment":true},{"id":1,"title":"你处于mock模式!","path":"default","name":"default","time":1657027436,"updtime":1657027880,"author":"admin","content":"# 可能是网络问题!","china":true,"comment":false},{"id":5,"title":"排版测试","path":"paiban","name":"paiban1","time":122,"updtime":1663,"author":"mm","content":"# chiblog123\n## chiblog1234\n### test123\n\n*嘿嘿 喵喵*\n\n~~sci:其实我很会assign人的~~\n\n<https://github.com/scientificworld>\n\n**图片测试**\n\n![chiimg](https://ttfou.com/images/2022/09/09/60e9b0235f60e89df07a4c7a801af7c4.png)\n\n[喵~](https://github.com/scientificworld)\n\n> 猫猫:玩mc\n> sci:玩fxtz和mc\n\n```import sci from 'scitools'```\n\n`scientificworld`\n\n| sci | mzw |\n|-----|-----|\n|a |bbb |","china":true,"comment":true,"desc":"摘要测试qwqwqwqwqwq","category":"test","tags":["test","html","css"]},{"id":4,"title":"你好,世界!","path":"hello-world","name":"hello-world","time":0,"updtime":0,"author":"chiblog","content":"当你看到这一段文字的时候,你的chiblog已经可以正常运行,恭喜!","china":true,"comment":false}],"settings":{"site":{"title":"您已离线","baseurl":"https://offline","comment":{"enabled":true,"commiturl":"http://127.0.0.1:8787/","avatar":{"type":"gravatar","cacheurl":"//g.chicdn.cn/avatar/","ghcacheurl":"//ghavatar.chicdn.cn/u/","d":"monsterid"},"ghauth":{"enabled":true,"client_id":"204a53c84ec3ff5e5a82","client_secret":"f29752d306876dc5d7959f8da8a37386ea3e3adf","proxy_url":"https://ghproxy.moekonnyaku.workers.dev/"},"backend":{"enabled":true,"type":"workers","url":"http://127.0.0.1:8787/"}},"footer":"","announcement":"","author":{"name":"chihuo2104","url":"https://im.chihuo2104.dev/"},"copyright":{"startyear":2018},"customjs":{"enabled":false,"type":"script","script":"alert('Hi!')"},"showstats":false,"showcopyright":false,"debug":false}},"comments":[{"id":1,"email":"[email protected]","name":"某位不知名的好心人","site":"https://offline","content":"当你看到我的时候,你就已经离线了!","to":1,"reply":-1,"time":1657100000}],"pages":[{"id":1,"type":"link","url":"https://im.chihuo2104.dev","title":"关于","name":"about","target":"_blank"},{"id":2,"type":"article","title":"友人帐","name":"friends","content":"# test123......\n# chiblog123\n## chiblog1234\n### test123\n\n*嘿嘿 喵喵*\n\n~~sci:其实我很会assign人的~~\n\n<https://github.com/scientificworld>\n\n**图片测试**\n\n![chiimg](https://ttfou.com/images/2022/09/09/60e9b0235f60e89df07a4c7a801af7c4.png)\n\n[喵~](https://github.com/scientificworld)\n\n> 猫猫:玩mc\n> sci:玩fxtz和mc\n\n```import sci from 'scitools'```\n\n`scientificworld`\n\n| sci | mzw |\n|-----|-----|\n|a |bbb |"}],"createVersion":"1.0.8"}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
export default { | ||
version: '1.0.7', | ||
versionReleaseDate: '20220924', | ||
versionDisplay: '1.0.7(20220924)', | ||
supportVersion: '20220924' | ||
version: '1.0.8', | ||
versionReleaseDate: '20221126', | ||
versionDisplay: '1.0.8(20221126)', | ||
supportVersionDate: '20220924', | ||
supportVersion: '1.0.7' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters