UNPKG

humble-utils

Version:
92 lines (87 loc) 4.41 kB
<!-- * @Author : Humility * @Date : 2021-10-25 20:03:46 * @LastEditTime : 2021-10-30 12:42:28 * @LastEditors : Humility * @FilePath : \humble-utils\docs\index.html * @Description : api docs --> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Humble Utils</title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="description" content="Description"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> <link rel="shortcut icon " type="images/x-icon" href="favicon.ico"> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css"> <style> .profile { width: 160px; border-radius: 50%; } </style> </head> <body> <div id="app"></div> <script> window.$docsify = { name: 'Humble Utils', repo: 'https://github.com/forhumility/humble-utils', coverpage: ['/', '/en-us/'], loadSidebar: true, loadNavbar: true, subMaxLevel: 3, search: { placeholder: { '/en-us/': 'Type to search', '/': '搜索', }, noData: { '/en-us/': 'No Results', '/': '找不到结果', }, depth: 6, pathNamespaces: ['/en-us'], }, copyCode: { buttonText: { '/en-us/': 'Copy to clipboard', '/': '点击复制', }, errorText: { '/en-us/': 'Error', '/': '错误', }, successText: { '/en-us/': 'Copied', '/': '复制', } } }; console.log(`%c h ██████╗ ██████╗ ██████╗███████╗ ██████╗ ██╗ ██╗ u u ██╔══██╗██╔═══██╗██╔════╝██╔════╝ ██╔══██╗╚██╗ ██╔╝ m t ██║ ██║██║ ██║██║ ███████╗ ██████╔╝ ╚████╔╝ b i ██║ ██║██║ ██║██║ ╚════██║ ██╔══██╗ ╚██╔╝ l i ██████╔╝╚██████╔╝╚██████╗███████║ ██████╔╝ ██║ e s ╚═════╝ ╚═════╝ ╚═════╝╚══════╝ ╚═════╝ ╚═╝ ██╗ ██╗██╗ ██╗███╗ ███╗██╗██╗ ██╗████████╗██╗ ██╗ ██║ ██║██║ ██║████╗ ████║██║██║ ██║╚══██╔══╝╚██╗ ██╔╝ ███████║██║ ██║██╔████╔██║██║██║ ██║ ██║ ╚████╔╝ ██╔══██║██║ ██║██║╚██╔╝██║██║██║ ██║ ██║ ╚██╔╝ ██║ ██║╚██████╔╝██║ ╚═╝ ██║██║███████╗██║ ██║ ██║ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ `, 'color: #ccf') </script> <!-- Docsify v4 --> <script src="//cdn.jsdelivr.net/npm/docsify@4"></script> <!-- search --> <script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script> <!-- zoom image --> <script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/zoom-image.min.js"></script> <!-- copy code --> <script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script> </body> </html>