From f9bd3cad69cc09d9ba9bb4424c708fb4c3fda66c Mon Sep 17 00:00:00 2001 From: Shigma Date: Fri, 14 Oct 2022 20:05:49 +0800 Subject: [PATCH] chore: update links --- LICENSE | 2 +- docs/.vitepress/config.ts | 4 ++++ package.json | 2 +- readme.md | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 4ffb4d6..040a09c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-present Ninzore +Copyright (c) 2020-present Shigma & Ninzore Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index cef5647..6ca1229 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -41,6 +41,10 @@ export default defineConfig({ message: `Released under the MIT License.`, copyright: 'Copyright © 2022-present Shigma & Ninzore', }, + + editLink: { + pattern: 'https://github.com/koishijs/novelai-bot/edit/master/docs/:path', + }, }, vite: { diff --git a/package.json b/package.json index 72ff356..ccf8e2f 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "bugs": { "url": "https://github.com/koishijs/koishi-plugin-novelai/issues" }, - "homepage": "https://github.com/koishijs/koishi-plugin-novelai", + "homepage": "https://bot.novelai.dev", "scripts": { "build": "atsc -b", "docs:dev": "vitepress dev docs", diff --git a/readme.md b/readme.md index a42d733..bd05caa 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,4 @@ -# koishi-plugin-novelai +# [koishi-plugin-novelai](https://bot.novelai.dev) [![downloads](https://img.shields.io/npm/dm/koishi-plugin-novelai?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-novelai) [![npm](https://img.shields.io/npm/v/koishi-plugin-novelai?style=flat-square)](https://www.npmjs.com/package/koishi-plugin-novelai) @@ -32,7 +32,7 @@ ## 使用教程 -搭建教程、使用方法、参数配置、常见问题请见: +搭建教程、使用方法、参数配置、常见问题请见: ## License