- gist 相关工具:其中包括一个好用的 gisto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 声明全局变量,防止编辑器报错 | |
declare const wx: any; | |
declare const __wxConfig: any; | |
declare const App: any; | |
declare const getCurrentPages: any; | |
// 声明全局接口 | |
interface IAnyObject { | |
[key: string]: any; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const getWantedArgvObject = require('./parse-process-argv.js'); | |
const argvObj = getWantedArgvObject(process.argv, { | |
'--deligate-comps': String, | |
// ... | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const presets = [ | |
[ | |
'@babel/preset-env', | |
// 默认是 'auto' | |
//{ modules: 'commonjs'}, | |
], | |
]; | |
const plugins = [ | |
'@babel/plugin-transform-runtime', |
Designed to cater to the diverse needs of online groups, this utility simplifies the process of scheduling events and announcements. By selecting a specific time in the tool, you can effortlessly generate markdown text that, when posted in Discord, automatically adjusts to display the corresponding time in each user's local timezone. This ensures clear communication and eliminates the confusion of time conversions, making it ideal for coordinating multiplayer gaming sessions, virtual meetings, or any group activities.
And I have build a simple convenient tool to helper us generating timestamp markdown snippets quicky: https://discordtimestampsgenerator.com/
Style | Input | Output (12-hour clock) | Output (24-hour clock) |
---|