-- CLSP VideoJS Plugin Styles --><linkrel="stylesheet"href="/path/to/dist/videojs-clsp.css"><!-- Babel Polyfill --><scripttype="text/javascript"src="//cdn.jsdelivr.net/npm/@babel/polyfill@7.8.7/dist/polyfill.min
//waline.js.org/ +waline: + serverURL: '' + path: window.location.pathname + meta: ['nick', 'mail', 'link'] + requiredMeta: ['nick'] + lang: 'zh-CN' + emoji: ['https://cdn.jsdelivr.net/gh/walinejs/emojis/weibo'] + dark: 'html[data-user-color-scheme="dark"]' + word...
/** * @description 打包时采用`cdn`模式,仅限外网使用(默认不采用,如果需要采用cdn模式,请在 .env.production 文件,将 VITE_CDN 设置成true) * 平台采用国内cdn:https://www.bootcdn.cn,当然你也可以选择 https://unpkg.com 或者 https://www.jsdelivr.com - * 提醒:mockjs不能用cdn模式引入,会报...
[ext]' + }) + ``` + +- `publicUrl`: :资源部署到 CDN 时的路径前缀,仅在构建 `umd | iife` 格式时生效 + - Type: `string` + - Default: `''` + - Example: + ```typescript + assetsLibPlugin({ + publicUrl: 'https://cdn.jsdelivr.net/npm/@laynezh/vite-plugin-lib-assets...
Files master Sign in to see the full file tree. index.html
在themes/matery/source/js目录下新建sakura.js文件,将内容复制粘贴到sakura.js即可: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 varstop,staticx;varimg=newImage();img.src=/* * 提示:该行代码过长,系统自动注释不进行高亮。一键复制会移除系统注释 ...
-- VideoJS --><!-- VideoJS Errors --> Tag <!-- CLSP VideoJS Plugin -->// construct the playervarplayer=window.videojs('my-video');// Only use CLSP if in a supported browserif(window.clspUtils.supported()){//