0.1.6 • Published 2 years ago

@laorange/copyright-footer v0.1.6

Weekly downloads
-
License
AGPL-3.0
Repository
-
Last release
2 years ago

可赞赏的版权页脚

  • 基于 vue3 + ts + vite + naive-ui
  • 带有赞赏码的对话弹窗
  • 示例

安装

npm i @laorange/copyright-footer

yarn add @laorange/copyright-footer

使用方法

直接复制 @laorange/copyright-footer/src/components/CopyrightFooter.vue.gitattributes

已尝试过打包,但通过npm再下载后引用时,无法正常使用

参考资料:

参数说明

defineProps<{
  /**
   * Author name, with the default value "GitHub@laorange"
   */
  author?: string,

  /**
   * The url of your project repository on GitHub.
   */
  projectUrl?: string,

  /**
   * The license of the project, with the default value "AGPL-3.0 License"
   */
  license?: string,

  /**
   * The url of the sponsor QR, with the default value of mine.
   */
  qrUrl?: string,

  /**
   * The version of your project.
   */
  version?: string,

  /**
   * The additional text that you want to display in the footer. 
   * Meanwhile, you can use the default slot.
   */
  addition?: string,

  /**
   * The text in the button to redirect to your repository, with the default value "查看源代码".
   */
  repoButtonText?: string,

  /**
   * The text in the button to OPEN the sponsor QR, with the default value "鼓励开发者".
   */
  openDialogText?: string,

  /**
   * The text in the button to CLOSE the sponsor QR, with the default value "关闭赞赏码".
   */
  closeDialogText?: string,
}>()
0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago