Commit 5200fb32 authored by nanahira's avatar nanahira

catchup and schema roles

parent a7667e78
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.1", "eslint-plugin-prettier": "^3.4.1",
"koishi": "^4.2.0", "koishi": "^4.2.0",
"koishi-plugin-pics": "^8.2.2", "koishi-plugin-pics": "^8.2.4",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"raw-loader": "^4.0.2", "raw-loader": "^4.0.2",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
...@@ -2654,12 +2654,12 @@ ...@@ -2654,12 +2654,12 @@
} }
}, },
"node_modules/koishi-plugin-pics": { "node_modules/koishi-plugin-pics": {
"version": "8.2.2", "version": "8.2.4",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.2.2.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.2.4.tgz",
"integrity": "sha512-GkBHvJPpKE5rwAsurZDTDH1PcLzksuBXuLTGt9J/SsMgD4iFq7V96lE1fpYQJMy3VQlrHZ60vIbDZqOhorXeSA==", "integrity": "sha512-0z51tQXwOqUDIHk1LZlxQezsWQi6dERuPNqA9o/zkP9Cf86lDj3hrcNoMmeSkLaLJYO22JonX/t434WQNkYxog==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"koishi-thirdeye": "^8.2.0", "koishi-thirdeye": "^8.2.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
}, },
...@@ -6369,12 +6369,12 @@ ...@@ -6369,12 +6369,12 @@
} }
}, },
"koishi-plugin-pics": { "koishi-plugin-pics": {
"version": "8.2.2", "version": "8.2.4",
"resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.2.2.tgz", "resolved": "https://registry.npmjs.org/koishi-plugin-pics/-/koishi-plugin-pics-8.2.4.tgz",
"integrity": "sha512-GkBHvJPpKE5rwAsurZDTDH1PcLzksuBXuLTGt9J/SsMgD4iFq7V96lE1fpYQJMy3VQlrHZ60vIbDZqOhorXeSA==", "integrity": "sha512-0z51tQXwOqUDIHk1LZlxQezsWQi6dERuPNqA9o/zkP9Cf86lDj3hrcNoMmeSkLaLJYO22JonX/t434WQNkYxog==",
"dev": true, "dev": true,
"requires": { "requires": {
"koishi-thirdeye": "^8.2.0", "koishi-thirdeye": "^8.2.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"source-map-support": "^0.5.20" "source-map-support": "^0.5.20"
} }
......
...@@ -15,6 +15,7 @@ export class PicsourceHeisiConfig extends PicSourceConfig { ...@@ -15,6 +15,7 @@ export class PicsourceHeisiConfig extends PicSourceConfig {
description: '黑丝的图源地址。', description: '黑丝的图源地址。',
default: default:
'https://cdn.jsdelivr.net/gh/yzyyz1387/blogimages/nonebot/heisi.txt', 'https://cdn.jsdelivr.net/gh/yzyyz1387/blogimages/nonebot/heisi.txt',
role: 'url',
}) })
endpoint: string; endpoint: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment