seatable-scripts-cn
seatable-scripts-cn copied to clipboard
This repository contains SeaTable scripts manual and examples in Chinese language.
Results
8
seatable-scripts-cn issues
Sort by
recently updated
recently updated
newest added
增加了多列替换图片素材的例子,避免原例子只能单列替换
### **同样的代码上午还可以运行,什么也没动,下午就不行了,返回网页 404。base.auth() 的值是 None。代码如下:** ```python # -*- coding: utf-8 -*- from seatable_api import Base, context import requests from seatable_api.constants import ColumnTypes server_url = "http://xxx:xxx" #使用内网 http 地址或公网 https,结果是一样的 api_token...