mirror of
https://github.com/Dichgrem/Blog.git
synced 2025-12-16 21:42:00 -05:00
update:windows-1
This commit is contained in:
Binary file not shown.
BIN
public/pagefind/fragment/en_f9c8fb1.pf_fragment
Normal file
BIN
public/pagefind/fragment/en_f9c8fb1.pf_fragment
Normal file
Binary file not shown.
BIN
public/pagefind/index/en_13595db.pf_index
Normal file
BIN
public/pagefind/index/en_13595db.pf_index
Normal file
Binary file not shown.
BIN
public/pagefind/index/en_2aaf8b7.pf_index
Normal file
BIN
public/pagefind/index/en_2aaf8b7.pf_index
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/index/en_5bd3d72.pf_index
Normal file
BIN
public/pagefind/index/en_5bd3d72.pf_index
Normal file
Binary file not shown.
Binary file not shown.
BIN
public/pagefind/index/en_e8242e9.pf_index
Normal file
BIN
public/pagefind/index/en_e8242e9.pf_index
Normal file
Binary file not shown.
BIN
public/pagefind/index/en_ed79f51.pf_index
Normal file
BIN
public/pagefind/index/en_ed79f51.pf_index
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
{"version":"1.3.0","languages":{"en":{"hash":"en_80c4a22796","wasm":"en","page_count":74}}}
|
||||
{"version":"1.4.0","languages":{"en":{"hash":"en_7bb7439d48","wasm":"en","page_count":74}},"include_characters":["_","‿","⁀","⁔","︳","︴","﹍","﹎","﹏","_"]}
|
||||
@@ -29,7 +29,7 @@ var require_mark = __commonJS({
|
||||
"node_modules/mark.js/dist/mark.js"(exports, module) {
|
||||
(function(global, factory) {
|
||||
typeof exports === "object" && typeof module !== "undefined" ? module.exports = factory() : typeof define === "function" && define.amd ? define(factory) : global.Mark = factory();
|
||||
})(exports, function() {
|
||||
})(exports, (function() {
|
||||
"use strict";
|
||||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function(obj) {
|
||||
return typeof obj;
|
||||
@@ -41,25 +41,22 @@ var require_mark = __commonJS({
|
||||
throw new TypeError("Cannot call a class as a function");
|
||||
}
|
||||
};
|
||||
var createClass = function() {
|
||||
var createClass = /* @__PURE__ */ (function() {
|
||||
function defineProperties(target, props) {
|
||||
for (var i = 0; i < props.length; i++) {
|
||||
var descriptor = props[i];
|
||||
descriptor.enumerable = descriptor.enumerable || false;
|
||||
descriptor.configurable = true;
|
||||
if ("value" in descriptor)
|
||||
descriptor.writable = true;
|
||||
if ("value" in descriptor) descriptor.writable = true;
|
||||
Object.defineProperty(target, descriptor.key, descriptor);
|
||||
}
|
||||
}
|
||||
return function(Constructor, protoProps, staticProps) {
|
||||
if (protoProps)
|
||||
defineProperties(Constructor.prototype, protoProps);
|
||||
if (staticProps)
|
||||
defineProperties(Constructor, staticProps);
|
||||
if (protoProps) defineProperties(Constructor.prototype, protoProps);
|
||||
if (staticProps) defineProperties(Constructor, staticProps);
|
||||
return Constructor;
|
||||
};
|
||||
}();
|
||||
})();
|
||||
var _extends = Object.assign || function(target) {
|
||||
for (var i = 1; i < arguments.length; i++) {
|
||||
var source = arguments[i];
|
||||
@@ -71,7 +68,7 @@ var require_mark = __commonJS({
|
||||
}
|
||||
return target;
|
||||
};
|
||||
var DOMIterator = function() {
|
||||
var DOMIterator = (function() {
|
||||
function DOMIterator2(ctx) {
|
||||
var iframes = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : true;
|
||||
var exclude = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : [];
|
||||
@@ -381,8 +378,8 @@ var require_mark = __commonJS({
|
||||
}
|
||||
}]);
|
||||
return DOMIterator2;
|
||||
}();
|
||||
var Mark$1 = function() {
|
||||
})();
|
||||
var Mark$1 = (function() {
|
||||
function Mark3(ctx) {
|
||||
classCallCheck(this, Mark3);
|
||||
this.ctx = ctx;
|
||||
@@ -962,7 +959,7 @@ var require_mark = __commonJS({
|
||||
}
|
||||
}]);
|
||||
return Mark3;
|
||||
}();
|
||||
})();
|
||||
function Mark2(ctx) {
|
||||
var _this = this;
|
||||
var instance = new Mark$1(ctx);
|
||||
@@ -985,7 +982,7 @@ var require_mark = __commonJS({
|
||||
return this;
|
||||
}
|
||||
return Mark2;
|
||||
});
|
||||
}));
|
||||
}
|
||||
});
|
||||
|
||||
@@ -1024,8 +1021,7 @@ var PagefindHighlight = class {
|
||||
}
|
||||
// Inline styles might be too hard to override
|
||||
addHighlightStyles(className) {
|
||||
if (!className)
|
||||
return;
|
||||
if (!className) return;
|
||||
const styleElement = document.createElement("style");
|
||||
styleElement.innerText = `:where(.${className}) { background-color: yellow; color: black; }`;
|
||||
document.head.appendChild(styleElement);
|
||||
@@ -1046,8 +1042,7 @@ var PagefindHighlight = class {
|
||||
}
|
||||
highlight() {
|
||||
const params = this.getHighlightParams(this.highlightParam);
|
||||
if (!params || params.length === 0)
|
||||
return;
|
||||
if (!params || params.length === 0) return;
|
||||
this.addStyles && this.addHighlightStyles(this.markOptions.className);
|
||||
const markInstance = this.createMarkInstance();
|
||||
this.markText(markInstance, params);
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
public/pagefind/pagefind.en_7bb7439d48.pf_meta
Normal file
BIN
public/pagefind/pagefind.en_7bb7439d48.pf_meta
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@@ -154,12 +154,14 @@
|
||||
</blockquote>
|
||||
<h2 id="huo-qu-isojing-xiang">获取ISO镜像</h2>
|
||||
<p>不管你是哪一种情况,都推荐你先下载ISO镜像,因为ISO镜像方法是最通用,最常用的。</p>
|
||||
<blockquote>
|
||||
<ul>
|
||||
<li>
|
||||
<p>官方镜像:从<a href="https://www.microsoft.com/en-us/software-download/windows11">微软官网</a>下载镜像或<a href="https://massgrave.dev/genuine-installation-media">MAS镜像站</a>下载。</p>
|
||||
</blockquote>
|
||||
<blockquote>
|
||||
</li>
|
||||
<li>
|
||||
<p>Dichos镜像,是笔者个人制作的镜像,参考<a href="https://blog.dich.bid/windows-4-auto/">乱七八糟:Windows封装与全自动安装</a>;</p>
|
||||
</blockquote>
|
||||
</li>
|
||||
</ul>
|
||||
<p><strong>PS:</strong></p>
|
||||
<blockquote>
|
||||
<p>镜像大小从1G~8G左右不等,因为有的不知道哪来的镜像里面版本不全,我们要下载的是包括所有主流版本的ISO,即为里面包括家庭版教育版专业版等等。如果你从其他地方下载ISO镜像,里面可能会捆绑流氓软件甚至有病毒。</p>
|
||||
@@ -240,6 +242,14 @@
|
||||
<li>激活 Windows 与 MS office</li>
|
||||
<li>停止自动更新并恢复单级菜单</li>
|
||||
</ul>
|
||||
<blockquote>
|
||||
<p>常用的优化软件:</p>
|
||||
</blockquote>
|
||||
<ul>
|
||||
<li><a href="https://github.com/Chuyu-Team/Dism-Multi-language">Dism++</a></li>
|
||||
<li><a href="https://github.com/ChrisTitusTech/winutil">Winutil</a></li>
|
||||
<li><a href="https://github.com/hellzerg/optimizer">Optimizer</a></li>
|
||||
</ul>
|
||||
<h4 id="san-qu-dong-ji"><strong>三.驱动级:</strong></h4>
|
||||
<p>驱动的安装没有集成在Dichos中,而是作为手动安装的一部分避免出错。如自带系统有驱动包,先进系统拿出然后再安装新系统;一般来说,包括:</p>
|
||||
<ul>
|
||||
@@ -309,10 +319,19 @@
|
||||
<h4 id="liu-ce-shi-ji-ke-xuan"><strong>六.测试级(可选)</strong></h4>
|
||||
<ul>
|
||||
<li>查看PC型号与配置是否相同</li>
|
||||
<li>测试GPU/CPU/硬盘速率与使用时间</li>
|
||||
<li>屏幕坏点/喇叭/蓝牙检测</li>
|
||||
<li>查看硬盘健康度与使用时间</li>
|
||||
<li>AIDA64稳定性测试/Diskinfo硬盘测试</li>
|
||||
<li>单烤/双烤机测试</li>
|
||||
<li>网络测速</li>
|
||||
</ul>
|
||||
<p><strong>常用测试软件</strong></p>
|
||||
<p><a href="https://www.cpuid.com/softwares/cpu-z.html">CPU-Z</a>
|
||||
<a href="https://www.techpowerup.com/download/">GPU-Z</a>
|
||||
<a href="https://www.aida64.com/downloads">AIDA64</a>
|
||||
<a href="https://crystalmark.info/en/">Diskinfo</a>
|
||||
<a href="https://www.geeks3d.com/furmark/">Furmark</a>
|
||||
<a href="https://www.msi.com/Landing/afterburner/graphics-cards">Afterburner</a></p>
|
||||
<hr />
|
||||
<p><strong>Done.</strong></p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user