Ryan
Ryan
**作者已经给出了 [Change List](https://github.com/wendux/Ajax-hook/blob/master/change-list.md)** 需要引用老版本可以直接在包名后加上版本号, 比如这样 https://unpkg.com/[email protected]/dist/ajaxhook.min.js
可以像这样获取到这个 `class`, 然后再修改装饰器: ```javascript function transform(fileInfo, api, options) { const $ = api.gogocode const source = fileInfo.source // return your transformed code here return $(source) .find('@abc() class $_$ {}') .each(d...
理论上可以实现, 兼容性好像也没啥问题, `4.x` 版本会重新设计背景选项, 可以增加上传本地图片的功能
在 `nginx` 中配置一下 css 文件的 charset: ```bash server { charset utf-8; # ... location / { # ... # 设置 css 文件的字符集 if ($request_filename ~* .*\.css$) { add_header Content-Type "text/css;...
参考 https://github.com/alibaba/ice/issues/4561#issuecomment-901750946 看起来跟这个问题一样, 没有加载的样式文件没有 `icestark="static"` 属性
- 文档: https://gogocode.netlify.app/zh - playground: https://sublimect.github.io/gogocode-playground/
- 文档: https://gogocode.netlify.app/zh - playground: https://sublimect.github.io/gogocode-playground/
```vue import { Table } from 'ant-design-vue' // 引入 antd 组件 import { tableProps } from 'ant-design-vue/es/table/Table' // 引入组件定义的 props import { onMounted, ref } from 'vue'; const props =...
目前还是保持页面简洁, 只显示文章相关的页面元素
目前不支持修改透明度, 文章内容的透明度用的是 `opacity` https://github.com/SublimeCT/greasy_monkey_scripts/blob/4b849275c141799785e1b239fed6d6f674a6e9b7/csdn_rewrite.js#L237