文件操作 - Types.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /root/node_modules/xterm/src/browser/renderer/atlas/Types.d.ts
编辑文件内容
/** * Copyright (c) 2017 The xterm.js authors. All rights reserved. * @license MIT */ import { FontWeight } from 'common/services/Services'; import { IPartialColorSet } from 'browser/Types'; export interface IGlyphIdentifier { chars: string; code: number; bg: number; fg: number; bold: boolean; dim: boolean; italic: boolean; } export interface ICharAtlasConfig { devicePixelRatio: number; fontSize: number; fontFamily: string; fontWeight: FontWeight; fontWeightBold: FontWeight; scaledCharWidth: number; scaledCharHeight: number; allowTransparency: boolean; colors: IPartialColorSet; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件