测试:修订历史

来自「荏苒之境」

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2025年8月2日 (星期六)

2025年7月30日 (星期三)

2025年7月29日 (星期二)

  • 当前之前 15:522025年7月29日 (二) 15:52 Sicusa 留言 贡献 420字节 +420 创建页面,内容为“<template> <p v-i18n-html="fooOrBarMsg"></p> </template> <script> const { defineComponent } = require( 'vue' ); module.exports = defineComponent( { computed: { fooOrBarMsg: function () { // Note that this returns a Message object, not a string return mw.message( this.foo ? 'foo-msg' : 'bar-msg' ) .params( [ this.baz, this.quux ] ); } } } ); </script>” 标签已重建 可视化编辑:已切换