2 Star 6 Fork 2

孙亖/FastTitle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
sunjipeng 提交于 5年前 . update
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>字幕助手</title>
<base href="./">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<script>
// jQuery 的加载方式导致 Electron 不会创建全局 jQuery 对象(nodeIntegration: true,)
// 参考 https://techsparx.com/nodejs/electron/load-jquery-bootstrap.html
window.jQuery = window.$ = require('jquery');
</script>
<!-- <script data-ad-client="ca-pub-8858417195837788" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<!-- <script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script> -->
<link rel="stylesheet" href="styles.f47a95ce9b2923254299.css"></head>
<body>
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<app-root></app-root>
<!-- <script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> -->
<script src="runtime-es2015.ebbe40f585b73f765d0c.js" type="module"></script><script src="runtime-es5.ebbe40f585b73f765d0c.js" nomodule defer></script><script src="polyfills-es5.aec0defe5059a8241400.js" nomodule defer></script><script src="polyfills-es2015.3fd94ed6a324eee92aec.js" type="module"></script><script src="scripts.a4ba50925ed0f592d331.js" defer></script><script src="main-es2015.c93d2c8d0fc3f4fcad3a.js" type="module"></script><script src="main-es5.c93d2c8d0fc3f4fcad3a.js" nomodule defer></script></body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/techcave/FastTitle.git
git@gitee.com:techcave/FastTitle.git
techcave
FastTitle
FastTitle
master

搜索帮助