test_h5

Author
15.11.2021
|
103

Head 2

Head 3

Head 4

Head 5
Head 6

Some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text, some text

Пример 1

Go

func main() {

}

func test3() {}

JS

function test2(p){
    alert(p);
}

Пример 2

<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>netstandard2.1</TargetFramework>
    </PropertyGroup>

    <ItemGroup>
        <PackageReference Include="Xamarin.Forms" Version="5.0.0.2012"/>
    </ItemGroup>
</Project>

текст

Пример 3

export default {
  name: 'AppContentPreview',
  mounted () {
    this.$figma('exportSelection')
  },
  computed: {
    ...mapState({
      exported: state => state.status.exported,
      content: state => state.deposit.content
    }),
    depositPreviewStyle () {
      return this.content.preview
        ? {backgroundImage: `url(${this.content.preview})`}
        : null
    },
    depositSize () {
      // js strings use utf16, therefore we have to multiply size by 2
      let size = this.content.svg.length * 2
      if (size < 1000) {
        return 'less than 1 Kb'
      }
      if (size < 1000 ** 2) {
        return Math.round(size / 1000) + ' Kb'
      }
      return Math.round(size * 10 / 1000 ** 2) / 10 + ' Mb'
    }
  }
}

More stories

Longread Cool Story
Страница блога 1

This is a wider card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.

Read more
Image alt 2
algo
QWERTY-Java

Тестирование 134 задачи

Read more
abstract article
test1-ert

Test description...

Read more
abstract article
algo test test new tag 2
anchor title

annotation

Read more
test
test new tag gjdsds
ИНСТРУКЦИЯ

Краткое описание статьи (в превью)

Read more
Testtttt

Algo uses cookies for personalization and other purposes. Learn more about cookies use. Algo supports the Digital Advertising Alliance principles. By interacting with this site, you agree to our use of cookies.