Site Notice

hello, world

Difference between revisions of "MediaWiki:Js-chatbot-sili/webui.js"

From Project-EPB Commons
(Created page with "!(() => { // 修改文字 $('.title').text('SILI 监控中心') // 插入样式 const $style = $('<style>').text( ` body { background: radial-gradient(farthest-...")
 
Line 1: Line 1:
 
!(() => {
 
!(() => {
 +
  console.info('hello from Wjghj Static Database!')
 +
 
   // 修改文字
 
   // 修改文字
 
   $('.title').text('SILI 监控中心')
 
   $('.title').text('SILI 监控中心')
 
  // 插入样式
 
  const $style = $('<style>').text(
 
    `
 
body {
 
  background: radial-gradient(farthest-side ellipse at 10% 0,#aa216e,#a22738)
 
}
 
a {
 
  color: pink
 
}
 
`
 
  )
 
  $style.appendTo('body')
 
 
})()
 
})()

Revision as of 23:53, 3 April 2021

!(() => {
  console.info('hello from Wjghj Static Database!')

  // 修改文字
  $('.title').text('SILI 监控中心')
})()