书栈网 · BookStack 本次搜索耗时 0.062 秒,为您找到 56598 个相关结果.
  • 157种语言的词向量

    157种语言的词向量 格式 分词 许可证明 参考资料 评估数据集 模型 157种语言的词向量 我们发布了之前训练的 157 种语言的词向量,这些词向量是用 fasttext 在 Common Crawl 和 Wikipedia 上训练得出的 这些词向量是由 CBOW 训练而成,而且所使用的 CBOW 模型考虑了位置权重,包含了 30...
  • Icon 图标

    Icon 图标 使用指南 视频演示 代码演示 API Attribute 属性 Event 事件 Slot 插槽 Class 自定义类名 Icon 图标 使用指南 在 page.json 中引入组件 "usingComponents" : { "w-icon" : "wuss-weapp/w-icon/inde...
  • 文本展示 KLText

    文本展示 KLText 大小扩展 类型扩展 垂直对齐 加粗 水平对齐 链接显示 API KLText KLText 文本展示 KLText 大小扩展 通过设置size 值控制文本字体大小 示例: < kl - text size = "xs" text = "超小号文本" >< /kl-text> <kl-text...
  • filter 筛选

    filter 筛选 属性说明 selections 中的 type 有效值 示例 代码示例 数据示例 filter 筛选 解释 :筛选,由筛选头部(filter-header)以及筛选面板(filter-body)组成,其中筛选面板支持单列筛选、级联筛选、多项选择筛选以及自定义筛选。 属性说明 属性名 类型 必填 默认值 说明 fil...
  • 9. 文本管理

    第 9 章 文本管理 1. 文本管理 1.1. Text Area 1.2. Managing Text Layer 1.3. Text Toolbox 1.4. Text Context Menu 第 9 章 文本管理 1. 文本管理 Text is managed with the Text tool. This tool create...
  • button

    button 示例 button 按钮 示例 <template> <view class = "container" > <scroller height = "{{-1}}" > <view class = "section-title" >...
  • container

    container 示例 container 示例 <template> <view class = "container" > <scroller height = "{{-1}}" > <view class = "title" ><text > ...
  • Colors

    Colors Colors Conveying meaning to assistive technologies Opacity How it works Example Specificity Sass Variables Map Utilities API Colors Convey meaning through colo...
  • Place Content

    Place Content Class reference Center Start End Space between Space around Space evenly Stretch Responsive Customizing Responsive and pseudo-class variants Disabling ...
  • 数据绑定

    数据绑定 基础数据绑定 内容 属性绑定 控制属性(不需要被双大括号包裹) 运算 对象字面量(对象字面量是三个大括号包裹) 数据绑定 SWAN 模板中的动态数据,都从逻辑层 Page 中 data 对象来。 基础数据绑定 数据绑定和许多模板引擎一样,数据包裹在双大括号里面。双向绑定的数据需包裹在{= =} 中。 例如 :组件 sc...