mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-05 10:29:27 +02:00
10 lines
122 B
JavaScript
10 lines
122 B
JavaScript
|
|
/**
|
|
* @Constructor
|
|
* @desc 配置文件
|
|
* @class 什么也不返回
|
|
*/
|
|
function Test(conf) {
|
|
// do something;
|
|
}
|
|
|