迁移部分内容
Some checks failed
test / Run tests (push) Failing after 55s
build / Build (push) Failing after 1m18s
Some checks failed
test / Run tests (push) Failing after 55s
build / Build (push) Failing after 1m18s
This commit is contained in:
13
example/vscode.user.js
Normal file
13
example/vscode.user.js
Normal file
@ -0,0 +1,13 @@
|
||||
// ==UserScript==
|
||||
// @name vscode 同步测试
|
||||
// @namespace https://bbs.tampermonkey.net.cn/
|
||||
// @version 0.1.0
|
||||
// @description vscode scriptcat 插件同步测试
|
||||
// @author You
|
||||
// @match https://bbs.tampermonkey.net.cn/
|
||||
// ==/UserScript==
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
// Your code here...
|
||||
})();
|
Reference in New Issue
Block a user