随笔分类 - html
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document<
阅读全文
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document<
阅读全文
摘要:<!DOCTYPE html> <html lang="zh-CN"> <head> <title>ACE in Action</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, init
阅读全文
摘要:采用vite新建一个工程。修改index.html: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-s
阅读全文
摘要:本打算使用remark来解析markdown的,但vite无论如何都不能编译成功,总是缺少一堆相关依赖,并且npm上还找不到相关的包,估计是版本依赖关系问题,暂时没时间来检查修改问题,遂采用marked来解析。 <div> toolbar </div> <div style="display: fl
阅读全文
摘要:// [v2|3][TRIAL|RELEASE][0102]_ExpiryMD5 破解步骤: 1. 注册码生成格式见上面注释 2. 在打包后的代码中搜索:_LicenseManager.RELEASE_INFORMATION 3. 将“[v3][Release][0102]_[MD5]”中的[MD5
阅读全文
摘要:为了对[quarto](https://quarto.org/)产生的单个html文件进行精简压缩,笔者试用了如下几种工具:`parcel`、`minify`、`minify-html`进行试验,结果`parcel`不能正常工作,因文件中有`require`第三方库;`minify-html`效果比
阅读全文