Skip to content

Instantly share code, notes, and snippets.

View leejunhui's full-sized avatar

leejunhui leejunhui

View GitHub Profile
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="zh-CN"><head><base href="https://yuntisyscdn.bookln.cn/server/ebook/epub/daily/45414/9938/OEBPS/Text/Chapter_1_0001.xhtml">
<link href="blob:http://192.168.1.53:8100/ea2aa223-489e-4cf1-9dbd-702ca4c842f5" rel="stylesheet" type="text/css">
<title>第一章</title>
<link rel="canonical" href="/OEBPS/Text/Chapter_1_0001.xhtml"><meta name="dc.identifier" content="Chapter_1_0001.xhtml"><meta name="dc.relation.ispartof" content="urn:uuid:51b0485b-ad2a-4e31-b4e9-7362fb3f336c"><meta name="viewport" content="width=1000, height=576, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"><style id="epubjs-inserted-css-"></style><style id="epubjs-inserted-css-default"></style></head>
<body style="width: 1000px; height: 576px; overflow-y: hidden; margin: 0px !important; padding-top: 20px; padding-bottom: 20px; padding-left: 41px !important; padding-right: 41px !important; box-sizing: border-box;
import { extend, defer, requestAnimationFrame } from '../../utils/core';
import DefaultViewManager from '../default';
import Snap from '../helpers/snap';
import { EVENTS } from '../../utils/constants';
import debounce from 'lodash/debounce';
class ContinuousViewManager extends DefaultViewManager {
constructor(options) {
super(options);
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EPUB Reader</title>
<style>
/* 样式代码 */
* {
box-sizing: border-box;
@leejunhui
leejunhui / beautify.config
Created September 14, 2018 05:12
vscode beautify config
// Place your settings in this file to overwrite the default settings
{
"editor.tabSize": 2,
"files.associations": {
"*.vue": "vue"
},
"workbench.colorTheme": "Material Theme",
"window.zoomLevel": 1,
"workbench.panel.defaultLocation": "bottom",
"explorer.confirmDragAndDrop": false,