mioki 0.6.5 → 0.6.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -937,7 +937,7 @@ function getMiokiLogger(level) {
937
937
 
938
938
  //#endregion
939
939
  //#region package.json
940
- var version = "0.6.5";
940
+ var version = "0.6.7";
941
941
 
942
942
  //#endregion
943
943
  //#region src/actions.ts
@@ -1755,7 +1755,7 @@ async function start(options = {}) {
1755
1755
  process.title = `mioki v${version}`;
1756
1756
  const plugin_dir = getAbsPluginDir();
1757
1757
  logger.info(consola_utils.colors.dim("=".repeat(40)));
1758
- logger.info(`欢迎使用 ${consola_utils.colors.bold(consola_utils.colors.cyan("mioki"))} 💓 ${consola_utils.colors.bold(consola_utils.colors.green(`v${version}`))}`);
1758
+ logger.info(`欢迎使用 ${consola_utils.colors.bold(consola_utils.colors.redBright("mioki"))} 💓 ${consola_utils.colors.bold(consola_utils.colors.cyan(`v${version}`))}`);
1759
1759
  logger.info(consola_utils.colors.yellow(consola_utils.colors.underline(`一个基于 NapCat 的插件式 QQ 机器人框架`)));
1760
1760
  logger.info(consola_utils.colors.cyan(`轻量 * 跨平台 * 插件式 * 热重载 * 注重开发体验`));
1761
1761
  logger.info(consola_utils.colors.dim("=".repeat(40)));