auto commit

This commit is contained in:
DuYi 2024-08-27 10:08:47 +08:00
parent 02631cf8bb
commit 19e8d38683
1237 changed files with 1237 additions and 78 deletions

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -17,3 +17,4 @@ const formatNumber = n => {
module.exports = {
formatTime
}

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -24,3 +24,4 @@ App({
curLan : {'chs': '英文','lang': 'en',"index": 0}
}
})

View File

@ -17,3 +17,4 @@ const formatNumber = n => {
module.exports = {
formatTime
}

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -11,3 +11,4 @@ Page({
fruits : ["苹果","香蕉","哈密瓜"]
},
})

View File

@ -17,3 +17,4 @@ const formatNumber = n => {
module.exports = {
formatTime
}

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -17,3 +17,4 @@ const formatNumber = n => {
module.exports = {
formatTime
}

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -27,3 +27,4 @@ Page({
console.log("触发了 inner 事件");
}
})

View File

@ -17,3 +17,4 @@ const formatNumber = n => {
module.exports = {
formatTime
}

View File

@ -141,3 +141,4 @@ editTestHandle(){
本节课结束,下来请通读官方文档对应部分:*https://developers.weixin.qq.com/ebook?action=get_post_info&docid=0004eec99acc808b00861a5bd5280a*

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -17,3 +17,4 @@ const formatNumber = n => {
module.exports = {
formatTime
}

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -17,3 +17,4 @@ const formatNumber = n => {
module.exports = {
formatTime
}

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -17,3 +17,4 @@ const formatNumber = n => {
module.exports = {
formatTime
}

View File

@ -33,3 +33,4 @@ app.use(function(err, req, res, next) {
});
module.exports = app;

View File

@ -21,3 +21,4 @@ router.post('/abc', function(req, res, next) {
});
module.exports = router;

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -17,3 +17,4 @@ const formatNumber = n => {
module.exports = {
formatTime
}

View File

@ -76,3 +76,4 @@ wx.request({
<text class="iconfont icon-down"></text>
```

View File

@ -79,3 +79,4 @@
在富文本输入框中,支持你填写 html 结构的字符串,回头在富文本输入框中会将这些 html 结构的字符串渲染为 wxml

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -17,3 +17,4 @@ App({
userInfo: null
}
})

View File

@ -17,3 +17,4 @@ const formatNumber = n => {
module.exports = {
formatTime
}

View File

@ -48,3 +48,4 @@ npm i @vant/weapp -S --production
}
```

View File

@ -29,3 +29,4 @@ module.exports = {
// extends: 'eslint:recommended',
rules: {},
}

View File

@ -65,3 +65,4 @@ if ((0, version_1.canIUseFormFieldButton)()) {
},
},
});

View File

@ -43,3 +43,4 @@ var component_1 = require("../../../common/component");
},
},
});

View File

@ -4,3 +4,4 @@ export interface Day {
text: number;
bottomInfo?: string;
}

View File

@ -10,3 +10,4 @@ export declare function calcDateNum(date: [Date, Date]): number;
export declare function copyDates(dates: Date | Date[]): Date | Date[];
export declare function getMonthEndDay(year: number, month: number): number;
export declare function getMonths(minDate: number, maxDate: number): number[];

View File

@ -95,3 +95,4 @@ function getMonths(minDate, maxDate) {
return months;
}
exports.getMonths = getMonths;

View File

@ -49,3 +49,4 @@ var component_1 = require("../common/component");
},
},
});

View File

@ -11,3 +11,4 @@ var component_1 = require("../common/component");
inset: Boolean,
},
});

View File

@ -38,3 +38,4 @@ var component_1 = require("../common/component");
},
},
});

View File

@ -37,3 +37,4 @@ var component_1 = require("../common/component");
},
},
});

View File

@ -2,3 +2,4 @@
declare type CanvasContext = WechatMiniprogram.CanvasContext;
export declare function adaptor(ctx: CanvasContext & Record<string, unknown>): CanvasContext;
export {};

View File

@ -45,3 +45,4 @@ function adaptor(ctx) {
});
}
exports.adaptor = adaptor;

View File

@ -9,3 +9,4 @@ var component_1 = require("../common/component");
offset: Number,
},
});

View File

@ -1,2 +1,3 @@
/// <reference types="miniprogram-api-typings" />
export declare function setContentAnimate(context: WechatMiniprogram.Component.TrivialInstance, expanded: boolean, mounted: boolean): void;

View File

@ -41,3 +41,4 @@ function setContentAnimate(context, expanded, mounted) {
});
}
exports.setContentAnimate = setContentAnimate;

View File

@ -46,3 +46,4 @@ var relation_1 = require("../common/relation");
},
},
});

View File

@ -5,3 +5,4 @@ export declare const GREEN = "#07c160";
export declare const ORANGE = "#ff976a";
export declare const GRAY = "#323233";
export declare const GRAY_DARK = "#969799";

View File

@ -8,3 +8,4 @@ exports.GREEN = '#07c160';
exports.ORANGE = '#ff976a';
exports.GRAY = '#323233';
exports.GRAY_DARK = '#969799';

Some files were not shown because too many files have changed in this diff Show More