由于valaxy-theme-sakura对于代码块的支持十分的不良好所以我用valaxy默认样式覆盖掉了主题样式并且以下是测试内容↓(哇是长难句我们没救了)
python
print("Hello, World!")
js
export default {
data () {
return {
msg: 'Error',
msg: 'Warning'
}
}
}
ts
import { defineValaxyConfig } from 'valaxy'
export default defineValaxyConfig({})
dockerfile
FROM ubuntu
ENV PATH /opt/conda/bin:$PATH
js
/**
* @type {import('valaxy').UserConfig}
*/
const config = {
// ...
}
export default config
ts
import type { UserConfig } from 'valaxy'
const config: UserConfig = {
// ...
}
export default config
总结:完美,不需要总结
- 本文链接:https://zecrimp.top/posts/code-test
- 版权声明:本博客所有文章除特别声明外,均默认采用 CC BY-NC-SA 许可协议。