Merge branch 'camera-2018:master' into master
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// import { defineConfig } from 'vitepress'
|
||||
import { withMermaid } from "vitepress-plugin-mermaid";
|
||||
import { withMermaid } from "vitepress-plugin-mermaid-xyxsw";
|
||||
import mathjax3 from 'markdown-it-mathjax3';
|
||||
import { main_sidebar, chapter2, chapter3, chapter4, chapter5, chapter6, chapter7, chapter8, chapter9 } from './sidebar.js';
|
||||
import { nav } from './nav.js';
|
||||
@@ -158,23 +158,8 @@ export default withMermaid({
|
||||
},
|
||||
},
|
||||
},
|
||||
transformHtml: (_, id, { pageData }) => {
|
||||
if (!/[\\/]404\.html$/.test(id))
|
||||
links.push({
|
||||
// you might need to change this if not using clean urls mode
|
||||
url: pageData.relativePath.replace(/((^|\/)index)?\.md$/, '$2'),
|
||||
lastmod: pageData.lastUpdated
|
||||
})
|
||||
},
|
||||
buildEnd: async ({ outDir }) => {
|
||||
const sitemap = new SitemapStream({
|
||||
hostname: 'https://hdu-cs.wiki/'
|
||||
})
|
||||
const writeStream = createWriteStream(resolve(outDir, 'sitemap.xml'))
|
||||
sitemap.pipe(writeStream)
|
||||
links.forEach((link) => sitemap.write(link))
|
||||
sitemap.end()
|
||||
await new Promise((r) => writeStream.on('finish', r))
|
||||
sitemap: {
|
||||
hostname: 'https://hdu-cs.wiki'
|
||||
},
|
||||
vite: {
|
||||
resolve: {
|
||||
|
||||
@@ -200,7 +200,7 @@ IDA 提供可与其交互的IDA Python接口,可以使用Python做很多的辅
|
||||
|
||||
因篇幅有限,在这里直接贴篇链接供大家学习并选择调试方式
|
||||
|
||||
- Vmware 调试 [IDA动态调试ELF](https://bbs.pediy.com/thread-247830.htm)
|
||||
- Vmware 调试 [IDA动态调试ELF](https://bbs.kanxue.com/thread-247830.htm)
|
||||
- WSL 调试 (安装好WSL直接运行ida dbgsrv目录下linux_server文件即可以)
|
||||
|
||||
后面是一样的调试步骤
|
||||
|
||||
1227
package-lock.json
generated
1227
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -6,10 +6,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@codemirror/lang-python": "^6.1.3",
|
||||
"@codemirror/lang-sql": "^6.5.2",
|
||||
"@codemirror/lang-sql": "^6.5.3",
|
||||
"@jupyterlab/mathjax2": "^3.6.5",
|
||||
"@jupyterlab/theme-light-extension": "^4.0.3",
|
||||
"@vercel/analytics": "^1.0.1",
|
||||
"@jupyterlab/theme-light-extension": "^4.0.4",
|
||||
"@vercel/analytics": "^1.0.2",
|
||||
"@vueuse/core": "^10.3.0",
|
||||
"markdown-it": "^13.0.1",
|
||||
"markdown-it-pangu": "^1.0.2",
|
||||
@@ -20,7 +20,7 @@
|
||||
"cross-env": "^7.0.3",
|
||||
"markdown-it-mathjax3": "^4.3.2",
|
||||
"mermaid": "^10.3.0",
|
||||
"vitepress": "^1.0.0-beta.7",
|
||||
"vitepress-plugin-mermaid": "^2.0.13"
|
||||
"vitepress": "^1.0.0-rc.4",
|
||||
"vitepress-plugin-mermaid-xyxsw": "^2.12.13"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user