创建页面,内容为“→这里所有JavaScript都会加载给Citizen皮肤的用户: $().ready(function(){ $('head').append(`<link href="https://fonts.font.im/css2?family=Noto+Sans+Mono:[email protected]&family=Noto+Sans+SC:[email protected]&family=Noto+Serif+SC:[email protected]&display=swap" rel="stylesheet">`); });” |
(没有差异)
|
2024年12月21日 (六) 22:13的版本
/* 这里所有JavaScript都会加载给Citizen皮肤的用户 */
$().ready(function(){
$('head').append(`<link href="https://fonts.font.im/css2?family=Noto+Sans+Mono:[email protected]&family=Noto+Sans+SC:[email protected]&family=Noto+Serif+SC:[email protected]&display=swap" rel="stylesheet">`);
});